|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exoplatform.services.security.sso.spnego.SpnegoAuthenticator
public class SpnegoAuthenticator
| Constructor Summary | |
|---|---|
SpnegoAuthenticator()
Constructs instance of SpnegoAuthenticator. |
|
| Method Summary | |
|---|---|
void |
doAuthenticate(byte[] token)
|
Principal |
getPrincipal()
|
byte[] |
getSendBackToken()
|
String |
getUser()
|
boolean |
isComplete()
Says is authentication complete. |
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 SpnegoAuthenticator()
| Method Detail |
|---|
public void doAuthenticate(byte[] token)
throws Exception
doAuthenticate in interface SSOAuthenticatortoken - the token from client.
Exception - if any error occurs.public Principal getPrincipal()
getPrincipal in interface SSOAuthenticatorpublic byte[] getSendBackToken()
getSendBackToken in interface SSOAuthenticatorpublic String getUser()
getUser in interface SSOAuthenticatorpublic boolean isComplete()
isComplete in interface SSOAuthenticatorpublic boolean isSuccess()
isSuccess in interface SSOAuthenticator
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||