Class AuthenticationResultPrincipal
java.lang.Object
net.shibboleth.idp.authn.principal.AuthenticationResultPrincipal
- All Implemented Interfaces:
Principal
Principal that wraps an
AuthenticationResult
.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Get theAuthenticationResult
.getName()
int
hashCode()
toString()
-
Field Details
-
authnResult
The authentication result.
-
-
Constructor Details
-
AuthenticationResultPrincipal
public AuthenticationResultPrincipal(@Nonnull @ParameterName(name="result") AuthenticationResult result) Constructor.- Parameters:
result
- the result to wrap
-
-
Method Details
-
getName
-
getAuthenticationResult
Get theAuthenticationResult
.- Returns:
- the authentication result
-
hashCode
public int hashCode() -
equals
-
toString
-