|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.security.sso.ntlm.NTLMAuthenticator
public class NTLMAuthenticator
| Constructor Summary | |
|---|---|
NTLMAuthenticator()
|
|
| Method Summary | |
|---|---|
void |
doAuthenticate(byte[] token)
|
Principal |
getPrincipal()
|
byte[] |
getSendBackToken()
|
String |
getUser()
|
boolean |
isComplete()
Says is authentication complete. |
static boolean |
isNTLM(byte[] token)
Check is authentication token has correct signature. |
boolean |
isSuccess()
Says is authentication successful. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NTLMAuthenticator()
| Method Detail |
|---|
public boolean isComplete()
isComplete in interface SSOAuthenticatorpublic boolean isSuccess()
isSuccess in interface SSOAuthenticator
public void doAuthenticate(byte[] token)
throws Exception
doAuthenticate in interface SSOAuthenticatortoken - the token from client.
Exception - if any error occurs.public byte[] getSendBackToken()
getSendBackToken in interface SSOAuthenticatorpublic String getUser()
getUser in interface SSOAuthenticatorpublic Principal getPrincipal()
getPrincipal in interface SSOAuthenticatorpublic static boolean isNTLM(byte[] token)
token - the token.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||