Uses of Class
org.apache.archiva.redback.policy.MustChangePasswordException
-
-
Uses of MustChangePasswordException in org.apache.archiva.redback.authentication
Methods in org.apache.archiva.redback.authentication that throw MustChangePasswordException 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 MustChangePasswordException in org.apache.archiva.redback.authentication.keystore
Methods in org.apache.archiva.redback.authentication.keystore that throw MustChangePasswordException Modifier and Type Method Description AuthenticationResultKeyStoreAuthenticator. authenticate(AuthenticationDataSource source) -
Uses of MustChangePasswordException in org.apache.archiva.redback.authentication.users
Methods in org.apache.archiva.redback.authentication.users that throw MustChangePasswordException Modifier and Type Method Description AuthenticationResultUserManagerAuthenticator. authenticate(AuthenticationDataSource ds) -
Uses of MustChangePasswordException in org.apache.archiva.redback.integration.filter.authentication
Methods in org.apache.archiva.redback.integration.filter.authentication that throw MustChangePasswordException 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 MustChangePasswordException in org.apache.archiva.redback.integration.filter.authentication.basic
Methods in org.apache.archiva.redback.integration.filter.authentication.basic that throw MustChangePasswordException Modifier and Type Method Description AuthenticationResultHttpBasicAuthentication. getAuthenticationResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of MustChangePasswordException in org.apache.archiva.redback.integration.filter.authentication.digest
Methods in org.apache.archiva.redback.integration.filter.authentication.digest that throw MustChangePasswordException Modifier and Type Method Description AuthenticationResultHttpDigestAuthentication. getAuthenticationResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of MustChangePasswordException in org.apache.archiva.redback.policy
Methods in org.apache.archiva.redback.policy that throw MustChangePasswordException Modifier and Type Method Description voidDefaultUserSecurityPolicy. extensionPasswordExpiration(User user)voidUserSecurityPolicy. extensionPasswordExpiration(User user)Extension Point - Test User for Password Expiration. -
Uses of MustChangePasswordException in org.apache.archiva.redback.system
Methods in org.apache.archiva.redback.system that throw MustChangePasswordException 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)
-