Uses of Interface
org.apache.archiva.redback.authentication.AuthenticationManager
-
Packages that use AuthenticationManager Package Description org.apache.archiva.redback.authentication org.apache.archiva.redback.system -
-
Uses of AuthenticationManager in org.apache.archiva.redback.authentication
Classes in org.apache.archiva.redback.authentication that implement AuthenticationManager Modifier and Type Class Description classDefaultAuthenticationManagerDefaultAuthenticationManager: the goal of the authentication manager is to act as a conduit for authentication requests into different authentication schemes -
Uses of AuthenticationManager in org.apache.archiva.redback.system
Methods in org.apache.archiva.redback.system that return AuthenticationManager Modifier and Type Method Description AuthenticationManagerDefaultSecuritySystem. getAuthenticationManager()AuthenticationManagerDefaultSecuritySystem. getAuthnManager()Methods in org.apache.archiva.redback.system with parameters of type AuthenticationManager Modifier and Type Method Description voidDefaultSecuritySystem. setAuthnManager(AuthenticationManager authnManager)
-