public class KrbTicket
extends java.lang.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
|
java.lang.String |
getRealm()
Return the realm
|
void |
parseTicket(byte[] blob)
Parse a Kerberos ticket blob
|
java.lang.String |
toString()
Return the Kerberos ticket as a string
|
public KrbTicket()
public KrbTicket(byte[] blob) throws java.io.IOException
byte[]
- blobjava.io.IOException
public final java.lang.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 java.io.IOException
byte[]
- blobjava.io.IOException
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.