| Package | Description |
|---|---|
| org.apache.directory.kerberos.credentials.cache | |
| org.apache.directory.shared.kerberos.components |
| Modifier and Type | Method and Description |
|---|---|
private AuthorizationDataEntry[] |
CacheInputStream.readAuth() |
| Modifier and Type | Field and Description |
|---|---|
private AuthorizationDataEntry |
AuthorizationData.currentAD
The current AD being processed
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.List<AuthorizationDataEntry> |
AuthorizationData.authorizationData
The list of AuthorizationData elements
|
| Modifier and Type | Method and Description |
|---|---|
AuthorizationDataEntry |
AuthorizationData.getCurrentAD() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<AuthorizationDataEntry> |
AuthorizationData.getAuthorizationData() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthorizationData.addEntry(AuthorizationDataEntry entry)
Add a new AuthorizationDataEntry
|