Uses of Class
org.apache.directory.server.kerberos.shared.messages.value.AuthorizationType

Packages that use AuthorizationType
org.apache.directory.server.kerberos.shared.messages.value Provides value object components of Kerberos messages. 
 

Uses of AuthorizationType in org.apache.directory.server.kerberos.shared.messages.value
 

Fields in org.apache.directory.server.kerberos.shared.messages.value declared as AuthorizationType
static AuthorizationType AuthorizationType.AD_AND_OR
          Constant for the "and-or" authorization type.
static AuthorizationType AuthorizationType.AD_ETYPE_NEGOTIATION
          Constant for the "encryption negotiation" authorization type.
static AuthorizationType AuthorizationType.AD_IF_RELEVANT
          Constant for the "if relevant" authorization type.
static AuthorizationType AuthorizationType.AD_IN_TICKET_EXTENSIONS
          Constant for the "in ticket extensions" authorization type.
static AuthorizationType AuthorizationType.AD_INITIAL_VERIFIED_CAS
          Constant for the "Initial verified CAS" authorization type.
static AuthorizationType AuthorizationType.AD_INTENDED_FOR_APPLICATION_CLASS
          Constant for the "intended for application class" authorization type.
static AuthorizationType AuthorizationType.AD_INTENDED_FOR_SERVER
          Constant for the "intended for server" authorization type.
static AuthorizationType AuthorizationType.AD_KDC_ISSUED
          Constant for the "kdc issued" authorization type.
static AuthorizationType AuthorizationType.AD_MANDATORY_FOR_KDC
          Constant for the "mandatory for KDC" authorization type.
static AuthorizationType AuthorizationType.AD_MANDATORY_TICKET_EXTENSIONS
          Constant for the "mandatory ticket extensions" authorization type.
static AuthorizationType AuthorizationType.AD_OSF_DCE_PKI_CERTID
          Constant for the "OSF DCE PKI CERTID" authorization type.
static AuthorizationType AuthorizationType.AD_WIN2K_PAC
          Constant for the "WIN2K PAC" authorization type.
static AuthorizationType AuthorizationType.NULL
          Constant for the "null" authorization type.
static AuthorizationType AuthorizationType.OSF_DCE
          Constant for the "OSF DCE" authorization type.
static AuthorizationType AuthorizationType.SESAME
          Constant for the "sesame" authorization type.
 

Fields in org.apache.directory.server.kerberos.shared.messages.value with type parameters of type AuthorizationType
static java.util.List<AuthorizationType> AuthorizationType.VALUES
          A List of all the authorization type constants.
 

Methods in org.apache.directory.server.kerberos.shared.messages.value that return AuthorizationType
 AuthorizationType AuthorizationDataEntry.getAuthorizationDataType()
          Returns the AuthorizationType.
static AuthorizationType AuthorizationType.getTypeByOrdinal(int type)
          Returns the authorization type when specified by its ordinal.
 

Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type AuthorizationType
 int AuthorizationType.compareTo(AuthorizationType that)
           
 

Constructors in org.apache.directory.server.kerberos.shared.messages.value with parameters of type AuthorizationType
AuthorizationDataEntry(AuthorizationType adType, byte[] adData)
          Creates a new instance of AuthorizationDataEntry.
 



Copyright © 2003-2007 The Apache Software Foundation. All Rights Reserved.