Uses of Interface
org.nakedobjects.runtime.authentication.AuthenticationRequest

Packages that use AuthenticationRequest
org.nakedobjects.runtime.authentication Authentication API. 
org.nakedobjects.runtime.authentication.standard   
org.nakedobjects.runtime.authentication.standard.exploration   
org.nakedobjects.runtime.authentication.standard.file   
org.nakedobjects.runtime.authentication.standard.fixture   
org.nakedobjects.runtime.authentication.standard.ldap   
org.nakedobjects.runtime.authentication.standard.noop   
org.nakedobjects.runtime.authentication.standard.singleuser   
org.nakedobjects.runtime.viewer Viewer API. 
 

Uses of AuthenticationRequest in org.nakedobjects.runtime.authentication
 

Classes in org.nakedobjects.runtime.authentication that implement AuthenticationRequest
 class AuthenticationRequestAbstract
           
 class AuthenticationRequestPassword
           
 

Methods in org.nakedobjects.runtime.authentication with parameters of type AuthenticationRequest
 AuthenticationSession AuthenticationManager.authenticate(AuthenticationRequest request)
          Caches and returns an authentication AuthenticationSession if the request is valid; otherwise returns null.
 

Uses of AuthenticationRequest in org.nakedobjects.runtime.authentication.standard
 

Methods in org.nakedobjects.runtime.authentication.standard with parameters of type AuthenticationRequest
 AuthenticationSession AuthenticationManagerStandard.authenticate(AuthenticationRequest request)
           
 AuthenticationSession AuthenticatorAbstract.authenticate(AuthenticationRequest request, java.lang.String code)
          Default implementation returns a SimpleSession; can be overridden if required.
 AuthenticationSession Authenticator.authenticate(AuthenticationRequest request, java.lang.String code)
           
 boolean PasswordRequestAuthenticatorAbstract.canAuthenticate(AuthenticationRequest request)
           
 boolean Authenticator.canAuthenticate(AuthenticationRequest request)
           
 boolean Authenticator.isValid(AuthenticationRequest request)
           
 

Uses of AuthenticationRequest in org.nakedobjects.runtime.authentication.standard.exploration
 

Classes in org.nakedobjects.runtime.authentication.standard.exploration that implement AuthenticationRequest
 class AuthenticationRequestExploration
          For testing purposes, requests corresponding to an ExplorationSession.
 

Methods in org.nakedobjects.runtime.authentication.standard.exploration with parameters of type AuthenticationRequest
 AuthenticationSession ExplorationAuthenticator.authenticate(AuthenticationRequest request, java.lang.String code)
           
 boolean ExplorationAuthenticator.canAuthenticate(AuthenticationRequest request)
          Can authenticate if a AuthenticationRequestExploration.
 boolean ExplorationAuthenticator.isValid(AuthenticationRequest request)
          Valid providing running in exploration mode.
 

Uses of AuthenticationRequest in org.nakedobjects.runtime.authentication.standard.file
 

Methods in org.nakedobjects.runtime.authentication.standard.file with parameters of type AuthenticationRequest
 boolean FileAuthenticator.isValid(AuthenticationRequest request)
           
 

Uses of AuthenticationRequest in org.nakedobjects.runtime.authentication.standard.fixture
 

Classes in org.nakedobjects.runtime.authentication.standard.fixture that implement AuthenticationRequest
 class AuthenticationRequestLogonFixture
          For testing purposes, request corresponding to a LogonFixture.
 

Methods in org.nakedobjects.runtime.authentication.standard.fixture with parameters of type AuthenticationRequest
 boolean LogonFixtureAuthenticator.canAuthenticate(AuthenticationRequest request)
          Can authenticate if a AuthenticationRequestLogonFixture.
 boolean LogonFixtureAuthenticator.isValid(AuthenticationRequest request)
          Valid providing running in exploration or prototyping mode.
 

Uses of AuthenticationRequest in org.nakedobjects.runtime.authentication.standard.ldap
 

Methods in org.nakedobjects.runtime.authentication.standard.ldap with parameters of type AuthenticationRequest
 boolean LdapAuthenticator.canAuthenticate(AuthenticationRequest request)
           
 boolean LdapAuthenticator.isValid(AuthenticationRequest request)
           
 

Uses of AuthenticationRequest in org.nakedobjects.runtime.authentication.standard.noop
 

Methods in org.nakedobjects.runtime.authentication.standard.noop with parameters of type AuthenticationRequest
 boolean AuthenticatorNoop.canAuthenticate(AuthenticationRequest request)
           
 boolean AuthenticatorNoop.isValid(AuthenticationRequest request)
           
 

Uses of AuthenticationRequest in org.nakedobjects.runtime.authentication.standard.singleuser
 

Classes in org.nakedobjects.runtime.authentication.standard.singleuser that implement AuthenticationRequest
 class AuthenticationRequestSingleUser
          Requests corresponding to an SingleUserSession.
 

Methods in org.nakedobjects.runtime.authentication.standard.singleuser with parameters of type AuthenticationRequest
 AuthenticationSession SingleUserAuthenticator.authenticate(AuthenticationRequest request, java.lang.String code)
           
 boolean SingleUserAuthenticator.canAuthenticate(AuthenticationRequest request)
          Can authenticate if a AuthenticationRequestExploration.
 boolean SingleUserAuthenticator.isValid(AuthenticationRequest request)
          Valid providing running in exploration mode.
 

Uses of AuthenticationRequest in org.nakedobjects.runtime.viewer
 

Methods in org.nakedobjects.runtime.viewer that return AuthenticationRequest
 AuthenticationRequest NakedObjectsViewerAbstract.getAuthenticationRequestViaArgs()
           
 



Copyright © 2001-2009 Naked Objects Group Ltd.. All Rights Reserved.