| Modifier and Type | Method and Description |
|---|---|
static AuthorizationData |
KerberosDecoder.decodeAuthorizationData(byte[] data)
Decode a AuthorizationData structure
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractReadAuthorizationData.setAuthorizationData(AuthorizationData authorizationData,
E container)
set the AuthorizationData on the ASN.1 object of the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreElements.setAuthorizationData(AuthorizationData authorizationData,
AdAndOrContainer adAndOrContainer)
set the AuthorizationData on the ASN.1 object of the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreElements.setAuthorizationData(AuthorizationData authorizationData,
AdKdcIssuedContainer adKdcIssuedContainer)
set the AuthorizationData on the ASN.1 object of the container
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreAuthorizationData.setAuthorizationData(AuthorizationData authorizationData,
AuthenticatorContainer authenticatorContainer)
set the AuthorizationData on the ASN.1 object of the container
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationData |
AuthorizationDataContainer.getAuthorizationData() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationDataContainer.setAuthorizationData(AuthorizationData authorizationData)
Set a AuthorizationData Object into the container.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
StoreAuthorizationData.setAuthorizationData(AuthorizationData authorizationData,
EncTicketPartContainer encTicketPartContainer)
set the AuthorizationData on the ASN.1 object of the container
|
| Modifier and Type | Class and Description |
|---|---|
class |
AdIfRelevant
The AdIfRelevant structure is used to store a AD-IF-RELEVANT associated to a type.
|
class |
AdMandatoryForKdc
The AdIfRelevant structure is used to store a AD-MANDATORY-FOR-KDC associated to a type.
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationData |
EncTicketPart.getAuthorizationData() |
AuthorizationData |
AdKdcIssued.getElements() |
AuthorizationData |
AdAndOr.getElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
EncTicketPart.setAuthorizationData(AuthorizationData authzData) |
void |
AdKdcIssued.setElements(AuthorizationData elements) |
void |
AdAndOr.setElements(AuthorizationData elements) |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationData |
Authenticator.getAuthorizationData()
Returns the
AuthorizationData. |
| Modifier and Type | Method and Description |
|---|---|
void |
Authenticator.setAuthorizationData(AuthorizationData authorizationData) |
Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.