|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.aci.AuthenticationLevel
public class AuthenticationLevel
An enumeration that represents the level of authentication.
| Field Summary | |
|---|---|
static AuthenticationLevel |
NONE
No authentication (anonymous access) |
static AuthenticationLevel |
SIMPLE
Simple authentication (bound with plain-text credentials) |
static AuthenticationLevel |
STRONG
Strong authentication (bound with encrypted cerdentials) |
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o)
|
boolean |
equals(java.lang.Object o)
|
int |
getLevel()
Returns the integet value of this level (greater value, stronger level). |
java.lang.String |
getName()
Returns the name of this level. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final AuthenticationLevel NONE
public static final AuthenticationLevel SIMPLE
public static final AuthenticationLevel STRONG
| Method Detail |
|---|
public int getLevel()
public java.lang.String getName()
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||