|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AuthorizationDataEntry | |
---|---|
org.apache.directory.server.kerberos.shared.io.decoder | Provides the decoders for Kerberos message objects. |
org.apache.directory.server.kerberos.shared.messages.value | Provides value object components of Kerberos messages. |
Uses of AuthorizationDataEntry in org.apache.directory.server.kerberos.shared.io.decoder |
---|
Methods in org.apache.directory.server.kerberos.shared.io.decoder that return AuthorizationDataEntry | |
---|---|
protected static AuthorizationDataEntry |
AuthorizationDataDecoder.decodeAuthorizationEntry(org.apache.directory.shared.asn1.der.DERSequence sequence)
|
Uses of AuthorizationDataEntry in org.apache.directory.server.kerberos.shared.messages.value |
---|
Methods in org.apache.directory.server.kerberos.shared.messages.value that return types with arguments of type AuthorizationDataEntry | |
---|---|
java.util.List<AuthorizationDataEntry> |
AuthorizationData.getEntries()
|
Methods in org.apache.directory.server.kerberos.shared.messages.value with parameters of type AuthorizationDataEntry | |
---|---|
void |
AuthorizationData.add(AuthorizationDataEntry entry)
Adds an AuthorizationDataEntry to this AuthorizationData . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |