| Package | Description |
|---|---|
| org.apache.kerby.kerberos.kerb.type.ad |
| Modifier and Type | Method and Description |
|---|---|
static AuthorizationType |
AuthorizationType.fromValue(Integer value)
Get the AuthorizationType associated with a value.
|
AuthorizationType |
AuthorizationDataEntry.getAuthzType() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationDataEntry.setAuthzType(AuthorizationType authzType)
Sets the AuthorizationType (AD_TYPE) field
|
| Constructor and Description |
|---|
AuthorizationDataEntry(AuthorizationType type)
Creates an AuthorizationDataEntry instance
|
AuthorizationDataEntry(AuthorizationType type,
byte[] authzData)
Creates an AuthorizationDataEntry instance
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.