org.apache.directory.server.kerberos.shared.messages.value
Class AuthorizationType
java.lang.Object
org.apache.directory.server.kerberos.shared.messages.value.AuthorizationType
- All Implemented Interfaces:
- java.lang.Comparable
- public final class AuthorizationType
- extends java.lang.Object
- implements java.lang.Comparable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NULL
public static final AuthorizationType NULL
- Enumeration elements are constructed once upon class loading.
Order of appearance here determines the order of compareTo.
IF_RELEVANT
public static final AuthorizationType IF_RELEVANT
INTENDED_FOR_SERVER
public static final AuthorizationType INTENDED_FOR_SERVER
INTENDED_FOR_APPLICATION_CLASS
public static final AuthorizationType INTENDED_FOR_APPLICATION_CLASS
KDC_ISSUED
public static final AuthorizationType KDC_ISSUED
OR
public static final AuthorizationType OR
MANDATORY_TICKET_EXTENSIONS
public static final AuthorizationType MANDATORY_TICKET_EXTENSIONS
IN_TICKET_EXTENSIONS
public static final AuthorizationType IN_TICKET_EXTENSIONS
OSF_DCE
public static final AuthorizationType OSF_DCE
SESAME
public static final AuthorizationType SESAME
VALUES
public static final java.util.List VALUES
toString
public java.lang.String toString()
compareTo
public int compareTo(java.lang.Object that)
- Specified by:
compareTo
in interface java.lang.Comparable
getTypeByOrdinal
public static AuthorizationType getTypeByOrdinal(int type)
getOrdinal
public int getOrdinal()