Uses of Class
org.apache.directory.server.kerberos.shared.messages.value.AuthorizationDataEntry

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.
 



Copyright © 2003-2011 Apache Software Foundation. All Rights Reserved.