|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.atlassian.crowd.openid.server.manager.property.TrustRelationShipMode
public class TrustRelationShipMode
| Field Summary | |
|---|---|
static TrustRelationShipMode |
BLACKLIST
|
static long |
BLACKLIST_CODE
The persistance code for an LDAP directory implementation. |
static TrustRelationShipMode |
NONE
|
static long |
NONE_CODE
The persistance code for an unknown directory implementation. |
static TrustRelationShipMode |
WHITELIST
|
static long |
WHITELIST_CODE
The persistance code for an internal directory implementation. |
| Constructor Summary | |
|---|---|
TrustRelationShipMode()
Default constructor. |
|
TrustRelationShipMode(long code)
Creates a directory type with a known code. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
|
long |
getCode()
Gets the current code for the directory type. |
int |
hashCode()
|
void |
setCode(long code)
Sets the current code for the directory type. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static TrustRelationShipMode NONE
public static TrustRelationShipMode WHITELIST
public static TrustRelationShipMode BLACKLIST
public static final long NONE_CODE
public static final long WHITELIST_CODE
public static final long BLACKLIST_CODE
| Constructor Detail |
|---|
public TrustRelationShipMode()
public TrustRelationShipMode(long code)
code - The directory code.| Method Detail |
|---|
public long getCode()
public void setCode(long code)
code - The code.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 | |||||||||