public class KrbTicket extends Object
Constructor and Description |
---|
KrbTicket()
Default constructor
|
KrbTicket(byte[] blob)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getEncryptedPart()
Return the encrypted part of the ticket
|
int |
getEncryptedPartKeyVersion()
Return the encrypted part key version number
|
int |
getEncryptedType()
Return the encrypted part type
|
PrincipalName |
getPrincipalName()
Return the principal name
|
String |
getRealm()
Return the realm
|
void |
parseTicket(byte[] blob)
Parse a Kerberos ticket blob
|
String |
toString()
Return the Kerberos ticket as a string
|
public KrbTicket()
public KrbTicket(byte[] blob) throws IOException
blob
- byte[]IOException
public final String getRealm()
public final PrincipalName getPrincipalName()
public final byte[] getEncryptedPart()
public final int getEncryptedType()
public final int getEncryptedPartKeyVersion()
public final void parseTicket(byte[] blob) throws IOException
blob
- byte[]IOException
Copyright © 2005–2018 Alfresco Software. All rights reserved.