Uses of Class
org.apache.archiva.redback.integration.filter.authentication.HttpAuthenticator
-
-
Uses of HttpAuthenticator in org.apache.archiva.redback.integration.filter.authentication.basic
Subclasses of HttpAuthenticator in org.apache.archiva.redback.integration.filter.authentication.basic Modifier and Type Class Description classHttpBasicAuthenticationHttpBasicAuthentication -
Uses of HttpAuthenticator in org.apache.archiva.redback.integration.filter.authentication.digest
Subclasses of HttpAuthenticator in org.apache.archiva.redback.integration.filter.authentication.digest Modifier and Type Class Description classHttpDigestAuthenticationHttpDigestAuthentication methods for working with RFC 2617 HTTP Authentication. -
Uses of HttpAuthenticator in org.apache.archiva.redback.rest.services
Constructors in org.apache.archiva.redback.rest.services with parameters of type HttpAuthenticator Constructor Description DefaultLoginService(SecuritySystem securitySystem, HttpAuthenticator httpAuthenticator)Deprecated.DefaultPasswordService(SecuritySystem securitySystem, HttpAuthenticator httpAuthenticator, PasswordValidator passwordValidator)Deprecated.DefaultUserService(UserManager userManager, SecuritySystem securitySystem, HttpAuthenticator httpAuthenticator)Deprecated. -
Uses of HttpAuthenticator in org.apache.archiva.redback.rest.services.interceptors
Methods in org.apache.archiva.redback.rest.services.interceptors with parameters of type HttpAuthenticator Modifier and Type Method Description protected AuthenticationResultAbstractInterceptor. getAuthenticationResult(javax.ws.rs.container.ContainerRequestContext containerRequestContext, HttpAuthenticator httpAuthenticator, javax.servlet.http.HttpServletRequest request)protected SecuritySessionAbstractInterceptor. getSecuritySession(javax.ws.rs.container.ContainerRequestContext containerRequestContext, HttpAuthenticator httpAuthenticator, javax.servlet.http.HttpServletRequest request)
-