|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IAuthenticationHandler
The authentication strategy.
The IAuthenticationHandler manages the login/logout of a subject.
After successful authentication with a given ICredential, getSubject
returns the currently active authenticated object.
| Method Summary | |
|---|---|
ISubject |
getSubject()
The authenticated subject for the active authentication context. |
void |
login(ICredential credential)
Perform the necessary authentication procedure for the given credential. |
void |
logout()
Remove the subject from the current authentication context. |
| Method Detail |
|---|
ISubject getSubject()
void login(ICredential credential)
throws AuthenticationException
credential -
AuthenticationExceptionvoid logout()
|
intarsys runtime library | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||