public class AuthenticationResultPrincipal extends Object implements Principal
AuthenticationResult.| Modifier and Type | Field and Description |
|---|---|
private AuthenticationResult |
authnResult
The authentication result.
|
| Constructor and Description |
|---|
AuthenticationResultPrincipal(AuthenticationResult result)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
AuthenticationResult |
getAuthenticationResult()
Get the
AuthenticationResult. |
String |
getName() |
int |
hashCode() |
String |
toString() |
@Nonnull private AuthenticationResult authnResult
public AuthenticationResultPrincipal(@Nonnull@ParameterName(name="result") AuthenticationResult result)
result - the result to wrap@Nonnull public AuthenticationResult getAuthenticationResult()
AuthenticationResult.public int hashCode()
public boolean equals(Object other)
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.