Modifier and Type | Field and Description |
---|---|
pack-priv AuthorizationData | |
pack-priv KerberosTime | |
pack-priv HostAddresses | |
pack-priv PrincipalName | |
pack-priv KerberosTime | |
pack-priv TicketFlags | |
public boolean | |
pack-priv EncryptionKey | |
pack-priv KerberosTime | |
pack-priv Ticket | |
pack-priv PrincipalName | |
pack-priv KerberosTime | |
pack-priv Ticket |
Access | Constructor and Description |
---|---|
public | Credentials(PrincipalName new_cname, PrincipalName new_sname, EncryptionKey new_key, KerberosTime new_authtime, KerberosTime new_starttime, KerberosTime new_endtime, KerberosTime new_renewTill, boolean new_isEncInSKey, TicketFlags new_flags, HostAddresses new_caddr, AuthorizationData new_authData, Ticket new_ticket, Ticket new_secondTicket)
|
public | Credentials(KDCRep kdcRep, Ticket new_secondTicket, AuthorizationData new_authorizationData, boolean new_isEncInSKey)
|
public | |
public |
Modifier and Type | Method and Description |
---|---|
public KerberosTime | |
public PrincipalName | |
public KerberosTime | |
public int | |
public EncryptionKey | |
public KerberosTime | |
public PrincipalName | |
public PrincipalName | |
public KerberosTime | |
public Ticket | |
public TicketFlags | |
public int | |
public int | |
public boolean | |
public Credentials |
authorizationData | back to summary |
---|---|
pack-priv AuthorizationData authorizationData |
authtime | back to summary |
---|---|
pack-priv KerberosTime authtime |
caddr | back to summary |
---|---|
pack-priv HostAddresses caddr |
cname | back to summary |
---|---|
pack-priv PrincipalName cname |
endtime | back to summary |
---|---|
pack-priv KerberosTime endtime |
flags | back to summary |
---|---|
pack-priv TicketFlags flags |
isEncInSKey | back to summary |
---|---|
public boolean isEncInSKey |
key | back to summary |
---|---|
pack-priv EncryptionKey key |
renewTill | back to summary |
---|---|
pack-priv KerberosTime renewTill |
secondTicket | back to summary |
---|---|
pack-priv Ticket secondTicket |
sname | back to summary |
---|---|
pack-priv PrincipalName sname |
starttime | back to summary |
---|---|
pack-priv KerberosTime starttime |
ticket | back to summary |
---|---|
pack-priv Ticket ticket |
Credentials | back to summary |
---|---|
public Credentials(PrincipalName new_cname, PrincipalName new_sname, EncryptionKey new_key, KerberosTime new_authtime, KerberosTime new_starttime, KerberosTime new_endtime, KerberosTime new_renewTill, boolean new_isEncInSKey, TicketFlags new_flags, HostAddresses new_caddr, AuthorizationData new_authData, Ticket new_ticket, Ticket new_secondTicket) |
Credentials | back to summary |
---|---|
public Credentials(KDCRep kdcRep, Ticket new_secondTicket, AuthorizationData new_authorizationData, boolean new_isEncInSKey) |
Credentials | back to summary |
---|---|
public Credentials(KDCRep kdcRep) |
Credentials | back to summary |
---|---|
public Credentials(KDCRep kdcRep, Ticket new_ticket) |
getAuthTime | back to summary |
---|---|
public KerberosTime getAuthTime() |
getClientPrincipal | back to summary |
---|---|
public PrincipalName getClientPrincipal() throws RealmException |
getEndTime | back to summary |
---|---|
public KerberosTime getEndTime() |
getEType | back to summary |
---|---|
public int getEType() |
getKey | back to summary |
---|---|
public EncryptionKey getKey() |
getRenewTill | back to summary |
---|---|
public KerberosTime getRenewTill() |
getServicePrincipal | back to summary |
---|---|
public PrincipalName getServicePrincipal() throws RealmException |
getServicePrincipal2 | back to summary |
---|---|
public PrincipalName getServicePrincipal2() throws RealmException |
getStartTime | back to summary |
---|---|
public KerberosTime getStartTime() |
getTicket | back to summary |
---|---|
public Ticket getTicket() throws RealmException |
getTicketFlags | back to summary |
---|---|
public TicketFlags getTicketFlags() |
getTktEType | back to summary |
---|---|
public int getTktEType() |
getTktEType2 | back to summary |
---|---|
public int getTktEType2() |
isValid | back to summary |
---|---|
public boolean isValid() Checks if this credential is expired |
setKrbCreds | back to summary |
---|---|
public Credentials setKrbCreds() |