java.lang.Object | ||
↳ | javax.security.auth.kerberos.KerberosTicket | |
↳ | sun.security.jgss.krb5.Krb5InitCredential |
Implements the krb5 initiator credential element.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Called to invalidate this credential element.
| |||||||||||
Returns the accept lifetime remaining.
| |||||||||||
Returns the init lifetime remaining.
| |||||||||||
Returns the oid representing the underlying credential
mechanism oid.
| |||||||||||
Returns the principal name for this credential.
| |||||||||||
Determines if this credential element can be used by a context
acceptor.
| |||||||||||
Determines if this credential element can be used by a context
initiator.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Returns the accept lifetime remaining.
GSSException | may be thrown |
---|
Returns the init lifetime remaining.
GSSException | may be thrown |
---|
Returns the oid representing the underlying credential mechanism oid.
GSSException | may be thrown |
---|
Returns the principal name for this credential. The name is in mechanism specific format.
GSSException | may be thrown |
---|
Determines if this credential element can be used by a context acceptor.
GSSException |
---|
Determines if this credential element can be used by a context initiator.
GSSException |
---|