|
||||||||||
| 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.shared.kerberos.codec.types.AuthorizationType
public enum AuthorizationType
The Authorization types
| 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 | |
|---|---|
static AuthorizationType |
getTypeByValue(int type)
Returns the authorization type when specified by its ordinal. |
int |
getValue()
Returns the number associated with this authorization type. |
String |
toString()
|
static AuthorizationType |
valueOf(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(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic static AuthorizationType getTypeByValue(int type)
type - The numeric value
public int getValue()
public String toString()
toString in class Enum<AuthorizationType>Object.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||