|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.kerberos.shared.messages.value.SamType
public final class SamType
Type safe enumeration of Single-use Authentication Mechanism types
Field Summary | |
---|---|
static SamType |
PA_SAM_TYPE_APACHE
safe SAM type enum for Apache Software Foundation |
static SamType |
PA_SAM_TYPE_CRYPTOCARD
safe SAM type enum for CRYPTOCard |
static SamType |
PA_SAM_TYPE_DIGI_PATH
safe SAM type enum for Digital Pathways |
static SamType |
PA_SAM_TYPE_ENIGMA
safe SAM type enum for Enigma Logic |
static SamType |
PA_SAM_TYPE_SECURID
safe SAM type enum for Security Dynamics |
static SamType |
PA_SAM_TYPE_SKEY
safe SAM type enum for Traditional S/Key |
static SamType |
PA_SAM_TYPE_SKEY_K0
safe SAM type enum for S/key where KDC has key 0 |
static java.util.List |
VALUES
a list of all the sam type constants |
Method Summary | |
---|---|
int |
compareTo(java.lang.Object that)
Compares this type to another object hopefully one that is of the same type. |
int |
getOrdinal()
Gets the ordinal value associated with this SAM type. |
static SamType |
getTypeByOrdinal(int ordinal)
Gets the ordinal by its ordinal value. |
java.lang.String |
toString()
Returns the name of the SamType. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final SamType PA_SAM_TYPE_ENIGMA
public static final SamType PA_SAM_TYPE_DIGI_PATH
public static final SamType PA_SAM_TYPE_SKEY_K0
public static final SamType PA_SAM_TYPE_SKEY
public static final SamType PA_SAM_TYPE_SECURID
public static final SamType PA_SAM_TYPE_CRYPTOCARD
public static final SamType PA_SAM_TYPE_APACHE
public static final java.util.List VALUES
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public int compareTo(java.lang.Object that)
compareTo
in interface java.lang.Comparable
that
- the object to compare this SamType to
public static SamType getTypeByOrdinal(int ordinal)
ordinal
- the ordinal value of the ordinal
public int getOrdinal()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |