|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Authentication handler interface.
This interface defines the interaction between the Authentication
class and
classes which handle different client authentication shemes.
Supported API: true
Field Summary | |
static String |
versionID
|
Method Summary | |
MethodAuthenticator |
bootstrap(MethodAuthenticator authenticator)
Initialization method called from bootstrapping authenticator's init method. |
MethodAuthenticator |
getBootstrapAuthenticator()
Get a bootstrap MethodAuthenticator capable of identifying the user. |
MethodAuthenticator |
getBootstrapAuthenticator(String session_id)
Get a bootstrap MethodAuthenticator capable of identifying the user
for the given session. |
Field Detail |
public static final String versionID
Method Detail |
public MethodAuthenticator getBootstrapAuthenticator()
MethodAuthenticator
capable of identifying the user.
MethodAuthenticator
objectpublic MethodAuthenticator getBootstrapAuthenticator(String session_id)
MethodAuthenticator
capable of identifying the user
for the given session.
session_id
- a string identifying the current session
MethodAuthenticator
objectpublic MethodAuthenticator bootstrap(MethodAuthenticator authenticator)
authenticator
- the MethodAuthenticator
being initialized
MethodAuthenticator
or null if not our authenticator.
AuthenticationException
- if authentication failed
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |