Uses of Class
org.apache.archiva.redback.authentication.AuthenticatorControl
-
Packages that use AuthenticatorControl Package Description org.apache.archiva.redback.authentication -
-
Uses of AuthenticatorControl in org.apache.archiva.redback.authentication
Methods in org.apache.archiva.redback.authentication that return types with arguments of type AuthenticatorControl Modifier and Type Method Description List<AuthenticatorControl>AuthenticationManager. getControls()Returns the authenticator controls that are used to control the order and actions during authentication.List<AuthenticatorControl>DefaultAuthenticationManager. getControls()Methods in org.apache.archiva.redback.authentication with parameters of type AuthenticatorControl Modifier and Type Method Description intAuthenticatorControl. compareTo(AuthenticatorControl o)voidAuthenticationManager. modifyControl(AuthenticatorControl control)Modifies the control for a single authenticatorvoidDefaultAuthenticationManager. modifyControl(AuthenticatorControl control)Method parameters in org.apache.archiva.redback.authentication with type arguments of type AuthenticatorControl Modifier and Type Method Description voidAuthenticationManager. setControls(List<AuthenticatorControl> controlList)Sets the list of authenticator controlsvoidDefaultAuthenticationManager. setControls(List<AuthenticatorControl> controlList)
-