public class KrbAuthenticator extends Object
| Constructor and Description |
|---|
KrbAuthenticator()
Default constructor
|
KrbAuthenticator(byte[] blob)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
PrincipalName |
getPrincipalName()
Return the principal name
|
String |
getRealm()
Return the realm
|
int |
getSequenceNumber()
Return the sequence number
|
byte[] |
getSubKey()
Return the sub-key
|
int |
getSubKeyType()
Return the sub-key type
|
String |
getTimestamp()
Return the timestamp
|
void |
parseAuthenticator(byte[] auth)
Parse the ASN/1 encoded authenticator
|
String |
toString()
Return the authentcator as a string
|
public KrbAuthenticator()
public KrbAuthenticator(byte[] blob)
throws IOException
byte[] - blobIOExceptionpublic final String getRealm()
public final PrincipalName getPrincipalName()
public final String getTimestamp()
public final int getSubKeyType()
public final byte[] getSubKey()
public final int getSequenceNumber()
public final void parseAuthenticator(byte[] auth)
throws IOException
byte[] - authIOExceptionCopyright © 2005–2014 Alfresco Software. All rights reserved.