|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorizationType | |
---|---|
org.apache.directory.server.kerberos.shared.messages.value | Provides value object components of Kerberos messages. |
org.apache.directory.server.kerberos.shared.messages.value.types |
Uses of AuthorizationType in org.apache.directory.server.kerberos.shared.messages.value |
---|
Methods in org.apache.directory.server.kerberos.shared.messages.value that return AuthorizationType | |
---|---|
AuthorizationType |
AuthorizationDataEntry.getAdType()
Returns the AuthorizationType . |
Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type AuthorizationType | |
---|---|
void |
AuthorizationDataEntry.setAdType(AuthorizationType adType)
Set the authorization type |
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. |
Uses of AuthorizationType in org.apache.directory.server.kerberos.shared.messages.value.types |
---|
Methods in org.apache.directory.server.kerberos.shared.messages.value.types that return AuthorizationType | |
---|---|
static AuthorizationType |
AuthorizationType.getTypeByOrdinal(int type)
Returns the authorization type when specified by its ordinal. |
static AuthorizationType |
AuthorizationType.valueOf(java.lang.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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |