|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthenticationManager
This is the authentication manager. It is used to authenticate (login, logout) a user. Usually, this component should not be used from custom code. The provided actions perform all required tasks.
Field Summary | |
---|---|
static String |
ROLE
Deprecated. The Avalon Role |
Method Summary | |
---|---|
boolean |
checkAuthentication(Redirector redirector,
String handlerName,
String applicationName)
Deprecated. Is the current user authenticated for the given handler? |
SessionContext |
createApplicationContext(String name,
String loadURI,
String saveURI)
Deprecated. Create Application Context. |
RequestState |
getState()
Deprecated. Get the current state of authentication |
UserHandler |
isAuthenticated(String handlerName)
Deprecated. Is the current user authenticated for the given handler? |
UserHandler |
login(String handlerName,
String applicationName,
SourceParameters parameters)
Deprecated. Try to login the user. |
void |
logout(String handlerName,
int mode)
Deprecated. Perform a logout of the user. |
Field Detail |
---|
static final String ROLE
Method Detail |
---|
UserHandler isAuthenticated(String handlerName) throws ProcessingException
ProcessingException
boolean checkAuthentication(Redirector redirector, String handlerName, String applicationName) throws ProcessingException, IOException
RequestState
is updated to the provided information (handler and application).
ProcessingException
IOException
UserHandler login(String handlerName, String applicationName, SourceParameters parameters) throws ProcessingException
null
is returned.
ProcessingException
void logout(String handlerName, int mode) throws ProcessingException
ProcessingException
RequestState getState()
SessionContext createApplicationContext(String name, String loadURI, String saveURI) throws ProcessingException
ProcessingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |