GNU Classpath (0.95) | |
Frames | No Frames |
Constructors with parameter type javax.security.auth.kerberos.KerberosPrincipal | |
Construct a new key with the indicated principal and key.
| |
Construct a new key with the indicated principal and a password.
| |
KerberosTicket.KerberosTicket(byte[] asn1Encoding, KerberosPrincipal client, KerberosPrincipal server, byte[] key, int type, boolean[] flags, Date authTime, Date startTime, Date endTime, Date renewTill, InetAddress[] clientAddresses) Create a new ticket given all the facts about it.
|
Methods with return type javax.security.auth.kerberos.KerberosPrincipal | |
KerberosPrincipal | Return the client principal for this ticket.
|
KerberosPrincipal | Return the principal associated with this key.
|
KerberosPrincipal | Return the server principal for this ticket.
|
GNU Classpath (0.95) |