Uses of Class
info.rolandkrueger.roklib.webapps.actions.UserAuthenticator.AuthenticationOutcome

Packages that use UserAuthenticator.AuthenticationOutcome
info.rolandkrueger.roklib.webapps.actions Standard functionality needed in web applications. 
 

Uses of UserAuthenticator.AuthenticationOutcome in info.rolandkrueger.roklib.webapps.actions
 

Fields in info.rolandkrueger.roklib.webapps.actions declared as UserAuthenticator.AuthenticationOutcome
private  UserAuthenticator.AuthenticationOutcome UserAuthenticator.AuthenticationResult.mOutcome
           
 

Methods in info.rolandkrueger.roklib.webapps.actions that return UserAuthenticator.AuthenticationOutcome
 UserAuthenticator.AuthenticationOutcome UserAuthenticator.AuthenticationResult.getOutcome()
           
static UserAuthenticator.AuthenticationOutcome UserAuthenticator.AuthenticationOutcome.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserAuthenticator.AuthenticationOutcome[] UserAuthenticator.AuthenticationOutcome.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in info.rolandkrueger.roklib.webapps.actions with parameters of type UserAuthenticator.AuthenticationOutcome
UserAuthenticator.AuthenticationResult(U user, UserAuthenticator.AuthenticationOutcome outcome)
           
 



Copyright © 2007-2011. All Rights Reserved.