Uses of Class
org.apache.archiva.redback.authentication.AuthenticationException
-
-
Uses of AuthenticationException in org.apache.archiva.redback.authentication
Methods in org.apache.archiva.redback.authentication that throw AuthenticationException 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)voidAbstractAuthenticator. initialize()voidAuthenticator. initialize() -
Uses of AuthenticationException in org.apache.archiva.redback.authentication.jwt
Methods in org.apache.archiva.redback.authentication.jwt that throw AuthenticationException Modifier and Type Method Description AuthenticationResultJwtAuthenticator. authenticate(AuthenticationDataSource dataSource)AuthenticationResultJwtAuthenticator. authenticate(BearerTokenAuthenticationDataSource source)Tries to verify the represented token and returns the resultvoidJwtAuthenticator. init() -
Uses of AuthenticationException in org.apache.archiva.redback.authentication.keystore
Methods in org.apache.archiva.redback.authentication.keystore that throw AuthenticationException Modifier and Type Method Description AuthenticationResultKeyStoreAuthenticator. authenticate(AuthenticationDataSource source) -
Uses of AuthenticationException in org.apache.archiva.redback.authentication.ldap
Methods in org.apache.archiva.redback.authentication.ldap that throw AuthenticationException Modifier and Type Method Description AuthenticationResultLdapBindAuthenticator. authenticate(AuthenticationDataSource s) -
Uses of AuthenticationException in org.apache.archiva.redback.authentication.memory
Methods in org.apache.archiva.redback.authentication.memory that throw AuthenticationException Modifier and Type Method Description AuthenticationResultMemoryAuthenticator. authenticate(AuthenticationDataSource s) -
Uses of AuthenticationException in org.apache.archiva.redback.authentication.open
Methods in org.apache.archiva.redback.authentication.open that throw AuthenticationException Modifier and Type Method Description AuthenticationResultOpenAuthenticator. authenticate(AuthenticationDataSource s) -
Uses of AuthenticationException in org.apache.archiva.redback.authentication.users
Methods in org.apache.archiva.redback.authentication.users that throw AuthenticationException Modifier and Type Method Description AuthenticationResultUserManagerAuthenticator. authenticate(AuthenticationDataSource ds) -
Uses of AuthenticationException in org.apache.archiva.redback.integration.filter.authentication
Subclasses of AuthenticationException in org.apache.archiva.redback.integration.filter.authentication Modifier and Type Class Description classHttpAuthenticationExceptionHttpAuthenticationExceptionMethods in org.apache.archiva.redback.integration.filter.authentication with parameters of type AuthenticationException Modifier and Type Method Description abstract voidHttpAuthenticator. challenge(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String realmName, AuthenticationException exception)Issue a Challenge Response back to the HTTP Client.Methods in org.apache.archiva.redback.integration.filter.authentication that throw AuthenticationException Modifier and Type Method Description voidHttpAuthenticator. authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Entry point for a Filter.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 AuthenticationException in org.apache.archiva.redback.integration.filter.authentication.basic
Methods in org.apache.archiva.redback.integration.filter.authentication.basic with parameters of type AuthenticationException Modifier and Type Method Description voidHttpBasicAuthentication. challenge(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String realmName, AuthenticationException exception)Return a HTTP 403 - Access Denied response.Methods in org.apache.archiva.redback.integration.filter.authentication.basic that throw AuthenticationException Modifier and Type Method Description AuthenticationResultHttpBasicAuthentication. getAuthenticationResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of AuthenticationException in org.apache.archiva.redback.integration.filter.authentication.digest
Subclasses of AuthenticationException in org.apache.archiva.redback.integration.filter.authentication.digest Modifier and Type Class Description classNonceExpirationExceptionNonceExpirationExceptionMethods in org.apache.archiva.redback.integration.filter.authentication.digest with parameters of type AuthenticationException Modifier and Type Method Description voidHttpDigestAuthentication. challenge(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, String realmName, AuthenticationException exception)Issue HTTP Digest Authentication ChallengeMethods in org.apache.archiva.redback.integration.filter.authentication.digest that throw AuthenticationException Modifier and Type Method Description AuthenticationResultHttpDigestAuthentication. getAuthenticationResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of AuthenticationException in org.apache.archiva.redback.system
Methods in org.apache.archiva.redback.system that throw AuthenticationException 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)
-