Java javax.security.auth.kerberos KerberosTicket fields, constructors, methods, implement or subclass

Example usage for Java javax.security.auth.kerberos KerberosTicket fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.security.auth.kerberos KerberosTicket.

The text is from its open source code.

Method

booleanequals(Object other)
Compares the specified object with this KerberosTicket for equality.
java.util.DategetEndTime()
Returns the expiration time for this ticket's validity period.
KerberosPrincipalgetServer()
Returns the service principal associated with this ticket.
SecretKeygetSessionKey()
Returns the session key associated with this ticket.
intgetSessionKeyType()
Returns the key type of the session key associated with this ticket as defined by the Kerberos Protocol Specification.
java.util.DategetStartTime()
Returns the start time for this ticket's validity period.