|
||||||||||
| 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.AuthorizationType
public final class AuthorizationType
| Field Summary | |
|---|---|
static AuthorizationType |
AD_AND_OR
Constant for the "and-or" authorization type. |
static AuthorizationType |
AD_ETYPE_NEGOTIATION
Constant for the "encryption negotiation" authorization type. |
static AuthorizationType |
AD_IF_RELEVANT
Constant for the "if relevant" authorization type. |
static AuthorizationType |
AD_IN_TICKET_EXTENSIONS
Constant for the "in ticket extensions" authorization type. |
static AuthorizationType |
AD_INITIAL_VERIFIED_CAS
Constant for the "Initial verified CAS" authorization type. |
static AuthorizationType |
AD_INTENDED_FOR_APPLICATION_CLASS
Constant for the "intended for application class" authorization type. |
static AuthorizationType |
AD_INTENDED_FOR_SERVER
Constant for the "intended for server" authorization type. |
static AuthorizationType |
AD_KDC_ISSUED
Constant for the "kdc issued" authorization type. |
static AuthorizationType |
AD_MANDATORY_FOR_KDC
Constant for the "mandatory for KDC" authorization type. |
static AuthorizationType |
AD_MANDATORY_TICKET_EXTENSIONS
Constant for the "mandatory ticket extensions" authorization type. |
static AuthorizationType |
AD_OSF_DCE_PKI_CERTID
Constant for the "OSF DCE PKI CERTID" authorization type. |
static AuthorizationType |
AD_WIN2K_PAC
Constant for the "WIN2K PAC" authorization type. |
static AuthorizationType |
NULL
Constant for the "null" authorization type. |
static AuthorizationType |
OSF_DCE
Constant for the "OSF DCE" authorization type. |
static AuthorizationType |
SESAME
Constant for the "sesame" authorization type. |
static java.util.List<AuthorizationType> |
VALUES
A List of all the authorization type constants. |
| Method Summary | |
|---|---|
int |
compareTo(AuthorizationType that)
|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field 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_AND_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 AD_INITIAL_VERIFIED_CAS
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
public static final java.util.List<AuthorizationType> VALUES
| Method Detail |
|---|
public static AuthorizationType getTypeByOrdinal(int type)
type -
public int getOrdinal()
public int compareTo(AuthorizationType that)
compareTo in interface java.lang.Comparable<AuthorizationType>public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||