java.lang.Object |
↳ |
org.apache.archiva.redback.authentication.AuthenticationResult |
Class Overview
AuthenticationResult: wrapper object for information that comes back from the authentication system
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Public Constructors
public
AuthenticationResult
()
public
AuthenticationResult
(boolean authenticated, String principal, Exception exception)
public
AuthenticationResult
(boolean authenticated, String principal, Exception exception, List<AuthenticationFailureCause> authenticationFailureCauses)
Public Methods
public
Exception
getException
()
public
String
getPrincipal
()
public
boolean
isAuthenticated
()
public
void
setUser
(User user)
public
String
toString
()