Uses of Class
org.weborganic.bastille.security.AuthenticationResult

Packages that use AuthenticationResult
org.weborganic.bastille.security Provides generators, servlets and filters to connect to a PageSeeder Server. 
org.weborganic.bastille.security.ps Security classes specific to PageSeeder. 
 

Uses of AuthenticationResult in org.weborganic.bastille.security
 

Methods in org.weborganic.bastille.security that return AuthenticationResult
 AuthenticationResult Authenticator.login(javax.servlet.http.HttpServletRequest req)
          Logs the specified user in.
 AuthenticationResult Authenticator.logout(javax.servlet.http.HttpServletRequest req)
          Logs the specified user out.
static AuthenticationResult AuthenticationResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AuthenticationResult[] AuthenticationResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of AuthenticationResult in org.weborganic.bastille.security.ps
 

Methods in org.weborganic.bastille.security.ps that return AuthenticationResult
 AuthenticationResult PageSeederAuthenticator.login(javax.servlet.http.HttpServletRequest req)
          The PageSeeder login requires a username and password and checks them against the members on a PageSeeder Server.
 AuthenticationResult PageSeederAuthenticator.logout(javax.servlet.http.HttpServletRequest req)