|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AuthenticationHandler
Authentication handler interface.
This interface defines the interaction between the Authentication class and
classes which handle different client authentication shemes.
Supported API: true
| 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. |
| Method Detail |
|---|
MethodAuthenticator getBootstrapAuthenticator()
MethodAuthenticator capable of identifying the user.
MethodAuthenticator objectMethodAuthenticator getBootstrapAuthenticator(String session_id)
MethodAuthenticator capable of identifying the user
for the given session.
session_id - a string identifying the current session
MethodAuthenticator objectMethodAuthenticator 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 | ||||||||