public class EncKrbTicket extends Object
Constructor and Description |
---|
EncKrbTicket()
Default constructor
|
EncKrbTicket(byte[] blob)
Class constructor
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getAuthorizationData()
Return the authorization data
|
int |
getAuthorizationDataType()
Return the authorization data type, or -1 if not present
|
byte[] |
getEncryptionKey()
Return the encryption key
|
int |
getEncryptionKeyType()
Return the encryption key type
|
int |
getFlags()
Return the flags
|
String |
getRealm()
Return the realm
|
void |
parseEncTicket(byte[] blob)
Parse an encrypted Kerberos ticket part
|
String |
toString()
Return the encrypted ticket part as a string
|
public EncKrbTicket()
public EncKrbTicket(byte[] blob) throws IOException
blob
- byte[]IOException
public final int getFlags()
public final String getRealm()
public final int getEncryptionKeyType()
public final byte[] getEncryptionKey()
public final int getAuthorizationDataType()
public final byte[] getAuthorizationData()
public void parseEncTicket(byte[] blob) throws IOException
blob
- byte[]IOException
Copyright © 2005–2017 Alfresco Software. All rights reserved.