public class KrbAuthContext extends AuthContext
| Constructor and Description |
|---|
KrbAuthContext()
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasDebug()
Check if debug output is enabled
|
byte[] |
parseKerberosApRep(byte[] respTok)
Parse the Kerberos AP-REP and return the updated response
|
void |
parseKerberosApReq(Subject subj,
KerberosApReq apReq)
Parse the AP-REQ blob to extract the encypted ticket and authenticator
|
void |
setDebug(boolean ena)
Enable/disable debug output
|
String |
toString()
Return the Kerberos authentication context details as a string
|
public final void parseKerberosApReq(Subject subj, KerberosApReq apReq) throws IOException
subj - SubjectapReq - KerberosApReqIOExceptionpublic final byte[] parseKerberosApRep(byte[] respTok)
throws Exception
respTok - byte[]Exceptionpublic final boolean hasDebug()
public final void setDebug(boolean ena)
ena - booleanCopyright © 2005–2015 Alfresco Software. All rights reserved.