Uses of Class
org.apache.archiva.redback.authentication.AuthenticationFailureCause
-
Packages that use AuthenticationFailureCause Package Description org.apache.archiva.redback.authentication -
-
Uses of AuthenticationFailureCause in org.apache.archiva.redback.authentication
Methods in org.apache.archiva.redback.authentication that return AuthenticationFailureCause Modifier and Type Method Description AuthenticationFailureCauseAuthenticationFailureCause. user(User user)Methods in org.apache.archiva.redback.authentication that return types with arguments of type AuthenticationFailureCause Modifier and Type Method Description List<AuthenticationFailureCause>AuthenticationResult. getAuthenticationFailureCauses()Constructor parameters in org.apache.archiva.redback.authentication with type arguments of type AuthenticationFailureCause Constructor Description AuthenticationResult(boolean authenticated, String principal, Exception exception, List<AuthenticationFailureCause> authenticationFailureCauses)
-