Uses of Class
org.apache.archiva.redback.authentication.AuthenticationResult
-
-
Uses of AuthenticationResult in org.apache.archiva.redback.authentication
Methods in org.apache.archiva.redback.authentication that return AuthenticationResult 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)AuthenticationResultAuthenticationResult. user(User user) -
Uses of AuthenticationResult in org.apache.archiva.redback.authentication.jwt
Methods in org.apache.archiva.redback.authentication.jwt that return AuthenticationResult Modifier and Type Method Description AuthenticationResultJwtAuthenticator. authenticate(AuthenticationDataSource dataSource)AuthenticationResultJwtAuthenticator. authenticate(BearerTokenAuthenticationDataSource source)Tries to verify the represented token and returns the result -
Uses of AuthenticationResult in org.apache.archiva.redback.authentication.keystore
Methods in org.apache.archiva.redback.authentication.keystore that return AuthenticationResult Modifier and Type Method Description AuthenticationResultKeyStoreAuthenticator. authenticate(AuthenticationDataSource source) -
Uses of AuthenticationResult in org.apache.archiva.redback.authentication.ldap
Methods in org.apache.archiva.redback.authentication.ldap that return AuthenticationResult Modifier and Type Method Description AuthenticationResultLdapBindAuthenticator. authenticate(AuthenticationDataSource s) -
Uses of AuthenticationResult in org.apache.archiva.redback.authentication.memory
Methods in org.apache.archiva.redback.authentication.memory that return AuthenticationResult Modifier and Type Method Description AuthenticationResultMemoryAuthenticator. authenticate(AuthenticationDataSource s) -
Uses of AuthenticationResult in org.apache.archiva.redback.authentication.open
Methods in org.apache.archiva.redback.authentication.open that return AuthenticationResult Modifier and Type Method Description AuthenticationResultOpenAuthenticator. authenticate(AuthenticationDataSource s) -
Uses of AuthenticationResult in org.apache.archiva.redback.authentication.users
Methods in org.apache.archiva.redback.authentication.users that return AuthenticationResult Modifier and Type Method Description AuthenticationResultUserManagerAuthenticator. authenticate(AuthenticationDataSource ds) -
Uses of AuthenticationResult in org.apache.archiva.redback.integration.filter.authentication
Methods in org.apache.archiva.redback.integration.filter.authentication that return AuthenticationResult 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 AuthenticationResult in org.apache.archiva.redback.integration.filter.authentication.basic
Methods in org.apache.archiva.redback.integration.filter.authentication.basic that return AuthenticationResult Modifier and Type Method Description AuthenticationResultHttpBasicAuthentication. getAuthenticationResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of AuthenticationResult in org.apache.archiva.redback.integration.filter.authentication.digest
Methods in org.apache.archiva.redback.integration.filter.authentication.digest that return AuthenticationResult Modifier and Type Method Description AuthenticationResultHttpDigestAuthentication. getAuthenticationResult(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) -
Uses of AuthenticationResult in org.apache.archiva.redback.rest.services.interceptors
Methods in org.apache.archiva.redback.rest.services.interceptors that return AuthenticationResult Modifier and Type Method Description protected AuthenticationResultAbstractInterceptor. getAuthenticationResult(javax.ws.rs.container.ContainerRequestContext containerRequestContext, HttpAuthenticator httpAuthenticator, javax.servlet.http.HttpServletRequest request) -
Uses of AuthenticationResult in org.apache.archiva.redback.system
Methods in org.apache.archiva.redback.system that return AuthenticationResult Modifier and Type Method Description AuthenticationResultDefaultSecuritySession. getAuthenticationResult()AuthenticationResultSecuritySession. getAuthenticationResult()Constructors in org.apache.archiva.redback.system with parameters of type AuthenticationResult Constructor Description DefaultSecuritySession(AuthenticationResult authResult)DefaultSecuritySession(AuthenticationResult authenticationResult, User user)
-