Uses of Class
org.apache.archiva.redback.policy.AccountLockedException
-
-
Uses of AccountLockedException in org.apache.archiva.redback.authentication
Methods in org.apache.archiva.redback.authentication that throw AccountLockedException Modifier and Type Method Description AuthenticationResultAuthenticationManager. authenticate(AuthenticationDataSource source)Authenticates by calling all authenticators in the defined order.AuthenticationResultAuthenticator. authenticate(AuthenticationDataSource source)AuthenticationResultDefaultAuthenticationManager. authenticate(AuthenticationDataSource source) -
Uses of AccountLockedException in org.apache.archiva.redback.authentication.keystore
Methods in org.apache.archiva.redback.authentication.keystore that throw AccountLockedException Modifier and Type Method Description AuthenticationResultKeyStoreAuthenticator. authenticate(AuthenticationDataSource source) -
Uses of AccountLockedException in org.apache.archiva.redback.authentication.open
Methods in org.apache.archiva.redback.authentication.open that throw AccountLockedException Modifier and Type Method Description AuthenticationResultOpenAuthenticator. authenticate(AuthenticationDataSource s) -
Uses of AccountLockedException in org.apache.archiva.redback.authentication.users
Methods in org.apache.archiva.redback.authentication.users that throw AccountLockedException Modifier and Type Method Description AuthenticationResultUserManagerAuthenticator. authenticate(AuthenticationDataSource ds) -
Uses of AccountLockedException in org.apache.archiva.redback.integration.filter.authentication
Methods in org.apache.archiva.redback.integration.filter.authentication that throw AccountLockedException Modifier and Type Method Description AuthenticationResultHttpAuthenticator. authenticate(AuthenticationDataSource ds, javax.servlet.http.HttpSession httpSession)The Public Face of the Authenticator.abstract AuthenticationResultHttpAuthenticator. getAuthenticationResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Parse the incoming request and return an AuthenticationResult. -
Uses of AccountLockedException in org.apache.archiva.redback.integration.filter.authentication.basic
Methods in org.apache.archiva.redback.integration.filter.authentication.basic that throw AccountLockedException Modifier and Type Method Description AuthenticationResultHttpBasicAuthentication. getAuthenticationResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of AccountLockedException in org.apache.archiva.redback.integration.filter.authentication.digest
Methods in org.apache.archiva.redback.integration.filter.authentication.digest that throw AccountLockedException Modifier and Type Method Description AuthenticationResultHttpDigestAuthentication. getAuthenticationResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of AccountLockedException in org.apache.archiva.redback.policy
Methods in org.apache.archiva.redback.policy that throw AccountLockedException Modifier and Type Method Description voidDefaultUserSecurityPolicy. extensionExcessiveLoginAttempts(User user)voidUserSecurityPolicy. extensionExcessiveLoginAttempts(User user)Extension Point - Test if user has excessive logins -
Uses of AccountLockedException in org.apache.archiva.redback.system
Methods in org.apache.archiva.redback.system that throw AccountLockedException Modifier and Type Method Description SecuritySessionDefaultSecuritySystem. authenticate(AuthenticationDataSource source)delegate to the authentication system for boolean authentication checks, if the result is authentic then pull the user object from the user manager and add it to the session.SecuritySessionSecuritySystem. authenticate(AuthenticationDataSource source)booleanDefaultSecuritySystem. isAuthenticated(AuthenticationDataSource source)booleanSecuritySystem. isAuthenticated(AuthenticationDataSource source)
-