com.atlassian.crowd.openid.server.model.property
Class Property

java.lang.Object
  extended by com.atlassian.crowd.openid.server.model.property.Property
All Implemented Interfaces:
java.io.Serializable

public class Property
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static long BASE_URL
          Server Property: The server base URL, ie http://openid.atlassian.com/
static long CHECK_IMMEDIATE_MODE
          Server Property: If RP authentications support check immediate mode.
static long DENY_RELYINGPARTY_LOCALHOST_MODE
          Server Property: Allow relying party localhost authentications.
static long SERVER_TRUST_RESTRICTION_TYPE
          Server Property: Server Security Rescrition type (none, whitelist, blacklist).
static long STATELESS_MODE
          Server Property: If RP authentications allow stateless/dummy mode.
 
Constructor Summary
Property()
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 long getID()
          Gets the unique identifier.
 long getName()
          Sets the property name.
 java.lang.String getValue()
          Gets the property value.
 int hashCode()
           
 void setID(long ID)
          Sets the unique identifier.
 void setName(long name)
          Gets the property name.
 void setValue(java.lang.String value)
          Sets the property value.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BASE_URL

public static final long BASE_URL
Server Property: The server base URL, ie http://openid.atlassian.com/

See Also:
Constant Field Values

DENY_RELYINGPARTY_LOCALHOST_MODE

public static final long DENY_RELYINGPARTY_LOCALHOST_MODE
Server Property: Allow relying party localhost authentications.

See Also:
Constant Field Values

CHECK_IMMEDIATE_MODE

public static final long CHECK_IMMEDIATE_MODE
Server Property: If RP authentications support check immediate mode.

See Also:
Constant Field Values

STATELESS_MODE

public static final long STATELESS_MODE
Server Property: If RP authentications allow stateless/dummy mode.

See Also:
Constant Field Values

SERVER_TRUST_RESTRICTION_TYPE

public static final long SERVER_TRUST_RESTRICTION_TYPE
Server Property: Server Security Rescrition type (none, whitelist, blacklist).

See Also:
Constant Field Values
Constructor Detail

Property

public Property()
Method Detail

getID

public long getID()
Gets the unique identifier.

Returns:
The ID.

setID

public void setID(long ID)
Sets the unique identifier.

Parameters:
ID - The ID.

getName

public long getName()
Sets the property name.

Returns:
The name.

setName

public void setName(long name)
Gets the property name.

Parameters:
name - The name.

getValue

public java.lang.String getValue()
Gets the property value.

Returns:
The value.

setValue

public void setValue(java.lang.String value)
Sets the property value.

Parameters:
value - The value.

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2009 Atlassian Pty Ltd. All Rights Reserved.