|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AuthorizationType>
org.apache.directory.server.kerberos.shared.messages.value.types.AuthorizationType
public enum AuthorizationType
Enum Constant Summary | |
---|---|
AD_ETYPE_NEGOTIATION
Constant for the "sesame" authorization type. |
|
AD_IF_RELEVANT
Constant for the "if relevant" authorization type. |
|
AD_IN_TICKET_EXTENSIONS
Constant for the "in ticket extensions" authorization type. |
|
AD_INTENDED_FOR_APPLICATION_CLASS
Constant for the "intended for application class" authorization type. |
|
AD_INTENDED_FOR_SERVER
Constant for the "intended for server" authorization type. |
|
AD_KDC_ISSUED
Constant for the "kdc issued" authorization type. |
|
AD_MANDATORY_FOR_KDC
Constant for the "mandatory-for-kdc" authorization type. |
|
AD_MANDATORY_TICKET_EXTENSIONS
Constant for the "mandatory ticket extensions" authorization type. |
|
AD_OR
Constant for the "or" authorization type. |
|
AD_OSF_DCE_PKI_CERTID
Constant for the "OSF-DCE pki certid" authorization type. |
|
AD_WIN2K_PAC
Constant for the "sesame" authorization type. |
|
NULL
Constant for the "null" authorization type. |
|
OSF_DCE
Constant for the "OSF DCE" authorization type. |
|
SESAME
Constant for the "sesame" authorization type. |
Method Summary | |
---|---|
int |
getOrdinal()
Returns the number associated with this authorization type. |
static AuthorizationType |
getTypeByOrdinal(int type)
Returns the authorization type when specified by its ordinal. |
java.lang.String |
toString()
|
static AuthorizationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AuthorizationType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AuthorizationType NULL
public static final AuthorizationType AD_IF_RELEVANT
public static final AuthorizationType AD_INTENDED_FOR_SERVER
public static final AuthorizationType AD_INTENDED_FOR_APPLICATION_CLASS
public static final AuthorizationType AD_KDC_ISSUED
public static final AuthorizationType AD_OR
public static final AuthorizationType AD_MANDATORY_TICKET_EXTENSIONS
public static final AuthorizationType AD_IN_TICKET_EXTENSIONS
public static final AuthorizationType AD_MANDATORY_FOR_KDC
public static final AuthorizationType OSF_DCE
public static final AuthorizationType SESAME
public static final AuthorizationType AD_OSF_DCE_PKI_CERTID
public static final AuthorizationType AD_WIN2K_PAC
public static final AuthorizationType AD_ETYPE_NEGOTIATION
Method Detail |
---|
public static AuthorizationType[] values()
for (AuthorizationType c : AuthorizationType.values()) System.out.println(c);
public static AuthorizationType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static AuthorizationType getTypeByOrdinal(int type)
type
-
public int getOrdinal()
public java.lang.String toString()
toString
in class java.lang.Enum<AuthorizationType>
Object.toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |