|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.openid.server.model.property.Property
public class Property
| 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 |
|---|
public static final long BASE_URL
public static final long DENY_RELYINGPARTY_LOCALHOST_MODE
public static final long CHECK_IMMEDIATE_MODE
public static final long STATELESS_MODE
public static final long SERVER_TRUST_RESTRICTION_TYPE
| Constructor Detail |
|---|
public Property()
| Method Detail |
|---|
public long getID()
public void setID(long ID)
ID - The ID.public long getName()
public void setName(long name)
name - The name.public java.lang.String getValue()
public void setValue(java.lang.String value)
value - The value.public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||