|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KDCOptions | |
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 KDCOptions in com.dstc.security.kerberos |
Methods in com.dstc.security.kerberos with parameters of type KDCOptions | |
KrbASReq |
Kerberos.createKrbASReq(PrincipalName sName,
KDCOptions options,
InetAddress[] adds,
Date validFrom,
Date validTill,
PaData[] padatas)
Creates and returns a KrbASReq in order to send to a KDC. |
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.requestTicketGrantingTicket(EncryptionKey key,
KDCOptions options)
Requests from the KDC a TGT with supplied request options, together with an encryption key to decrypt the KDC response. |
Credential |
Kerberos.requestTicketGrantingTicket(EncryptionKey key,
KDCOptions options,
Date validFrom,
Date validTill,
InetAddress[] adds,
PaData[] padatas)
Requests from the KDC a TGT with supplied request options, validity dates (may be null, in which case defaults apply), addresses for which the ticket is to be valid (may be null, in which case it's all the local addresses), pre-authentication data (may be null), together with an encryption key to decrypt the KDC response. |
Credential |
Kerberos.requestInitialTicket(EncryptionKey key,
PrincipalName sName,
KDCOptions options,
Date validFrom,
Date validTill,
InetAddress[] adds,
PaData[] padatas)
Requests from the KDC an initial ticket (may be TGT or service ticket) for the supplied target principal with supplied request options, validity dates (may be null, in which case defaults apply), addresses for which the ticket is to be valid (may be null, in which case it's all the local addresses), pre-authentication data (may be null), together with an encryption key to decrypt the KDC response. |
Credential |
Kerberos.requestServiceTicket(Credential cred,
PrincipalName sName,
String serverRealm,
KDCOptions options)
Requests from the KDC a service ticket with a Credential (containing a suitable TGT) for a service with given name and realm, and given request options and, if successful, returns a Credential (containing the service ticket). |
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 KDCOptions in com.dstc.security.kerberos.msg |
Methods in com.dstc.security.kerberos.msg that return KDCOptions | |
KDCOptions |
KrbASReq.getOptions()
Returns the KDCOptions in this request |
KDCOptions |
KrbTGSReq.getOptions()
Returns the KDCOptions in this request |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |