info.rolandkrueger.roklib.webapps.actions
Class UserAuthenticator.AuthenticationResult

java.lang.Object
  extended by info.rolandkrueger.roklib.webapps.actions.UserAuthenticator.AuthenticationResult
All Implemented Interfaces:
Serializable
Enclosing class:
UserAuthenticator<KeyClass,UserData,U extends GenericUser<KeyClass,UserData>>

public class UserAuthenticator.AuthenticationResult
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
private  UserAuthenticator.AuthenticationOutcome mOutcome
           
private  U mUser
           
private static long serialVersionUID
           
 
Constructor Summary
UserAuthenticator.AuthenticationResult(U user, UserAuthenticator.AuthenticationOutcome outcome)
           
 
Method Summary
 UserAuthenticator.AuthenticationOutcome getOutcome()
           
 U getUser()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

mOutcome

private UserAuthenticator.AuthenticationOutcome mOutcome

mUser

private U extends GenericUser<KeyClass,UserData> mUser
Constructor Detail

UserAuthenticator.AuthenticationResult

public UserAuthenticator.AuthenticationResult(U user,
                                              UserAuthenticator.AuthenticationOutcome outcome)
Method Detail

getOutcome

public UserAuthenticator.AuthenticationOutcome getOutcome()

getUser

public U getUser()


Copyright © 2007-2011. All Rights Reserved.