Uses of Class
org.apache.directory.shared.kerberos.codec.types.AuthorizationType

Packages that use AuthorizationType
org.apache.directory.shared.kerberos.codec.types   
org.apache.directory.shared.kerberos.components   
 

Uses of AuthorizationType in org.apache.directory.shared.kerberos.codec.types
 

Methods in org.apache.directory.shared.kerberos.codec.types that return AuthorizationType
static AuthorizationType AuthorizationType.getTypeByValue(int type)
          Returns the authorization type when specified by its ordinal.
static AuthorizationType AuthorizationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AuthorizationType[] AuthorizationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AuthorizationType in org.apache.directory.shared.kerberos.components
 

Methods in org.apache.directory.shared.kerberos.components that return AuthorizationType
 AuthorizationType AuthorizationDataEntry.getAdType()
           
 AuthorizationType AuthorizationData.getCurrentAdType()
           
 

Methods in org.apache.directory.shared.kerberos.components with parameters of type AuthorizationType
 void AuthorizationDataEntry.setAdType(AuthorizationType adType)
           
 void AuthorizationData.setCurrentAdType(AuthorizationType adType)
          Set the current AD type
 

Constructors in org.apache.directory.shared.kerberos.components with parameters of type AuthorizationType
AuthorizationDataEntry(AuthorizationType adType, byte[] adData)
          Creates a new Instance of AD entry
 



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