|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.nakedobjects.runtime.authentication.standard.AuthenticationManagerStandard
public class AuthenticationManagerStandard
| Constructor Summary | |
|---|---|
AuthenticationManagerStandard(NakedObjectConfiguration configuration)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AuthenticationManagerStandard(NakedObjectConfiguration configuration)
| Method Detail |
|---|
public final void init()
RandomCodeGenerator, but Authenticator(s) must have been
added or
injected.
init in interface ApplicationScopedComponentpublic void shutdown()
shutdown in interface ApplicationScopedComponentpublic final AuthenticationSession authenticate(AuthenticationRequest request)
AuthenticationManagerAuthenticationSession if the request is
valid; otherwise returns null.
authenticate in interface AuthenticationManagerpublic final boolean isSessionValid(AuthenticationSession session)
AuthenticationManagerAuthenticationSession is still valid.
isSessionValid in interface AuthenticationManagerpublic void closeSession(AuthenticationSession session)
closeSession in interface AuthenticationManagerpublic final void addAuthenticator(Authenticator authenticator)
Authenticator.
Use either this or alternatively inject
the full list of Authenticators.
public void setAuthenticators(java.util.List<Authenticator> authenticators)
Use either this or programmatically
addAuthenticator(Authenticator).
public java.util.List<Authenticator> getAuthenticators()
public RandomCodeGenerator getRandomCodeGenerator()
RandomCodeGenerator in use.
public void setRandomCodeGenerator(RandomCodeGenerator randomCodeGenerator)
default otherwise.
public java.lang.String debugTitle()
debugTitle in interface DebugInfopublic void debugData(DebugString debug)
debugData in interface DebugInfopublic java.lang.String toString()
toString in class java.lang.Objectprotected NakedObjectConfiguration getConfiguration()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||