Uses of Interface
com.dstc.security.kerberos.AuthorizationDataElement

Packages that use AuthorizationDataElement
com.dstc.security.kerberos This package defines the main Kerberos 5 interfaces and classes. 
com.dstc.security.kerberos.msg This package defines interfaces to Kerberos 5 messages. 
 

Uses of AuthorizationDataElement in com.dstc.security.kerberos
 

Methods in com.dstc.security.kerberos that return AuthorizationDataElement
 AuthorizationDataElement[] Ticket.getAuthData()
          Returns all the authorization data for this Ticket.
 

Methods in com.dstc.security.kerberos with parameters of type AuthorizationDataElement
 KrbTGSReq Kerberos.createKrbTGSReq(Credential cred, PrincipalName sName, String realm, KDCOptions options, Date validFrom, Date validTill, InetAddress[] adds, Ticket addTicket, AuthorizationDataElement[] authData)
          Creates and returns a KrbTGSReq in order to send to a KDC.
 Credential Kerberos.requestServiceTicket(Credential cred, PrincipalName sName, String serverRealm, KDCOptions options, Date validFrom, Date validTill, Ticket addTicket, AuthorizationDataElement[] authData)
          Requests from the KDC a service ticket with a Credential (containing a suitable TGT) for a service with given name and realm, given request options, validity dates (may be null, in which case defaults apply), additional tickets (may be null) and authorization data (may be null) and, if successful, returns a Credential (containing the service ticket).
 

Uses of AuthorizationDataElement in com.dstc.security.kerberos.msg
 

Methods in com.dstc.security.kerberos.msg that return AuthorizationDataElement
 AuthorizationDataElement[] APReq.getAuthorizationData()
          Returns the authorization data in this Request, or null if absent