Uses of Interface
org.apache.archiva.redback.authentication.Authenticator
-
-
Uses of Authenticator in org.apache.archiva.redback.authentication
Classes in org.apache.archiva.redback.authentication that implement Authenticator Modifier and Type Class Description classAbstractAuthenticatorMethods in org.apache.archiva.redback.authentication that return types with arguments of type Authenticator Modifier and Type Method Description List<Authenticator>AuthenticationManager. getAuthenticators()Returns the list of authenticators in the same order as they are called for authenticationList<Authenticator>DefaultAuthenticationManager. getAuthenticators() -
Uses of Authenticator in org.apache.archiva.redback.authentication.jwt
Classes in org.apache.archiva.redback.authentication.jwt that implement Authenticator Modifier and Type Class Description classJwtAuthenticatorAuthenticator for JWT tokens. -
Uses of Authenticator in org.apache.archiva.redback.authentication.keystore
Classes in org.apache.archiva.redback.authentication.keystore that implement Authenticator Modifier and Type Class Description classKeyStoreAuthenticatorKeyStoreAuthenticator: -
Uses of Authenticator in org.apache.archiva.redback.authentication.ldap
Classes in org.apache.archiva.redback.authentication.ldap that implement Authenticator Modifier and Type Class Description classLdapBindAuthenticatorLdapBindAuthenticator: -
Uses of Authenticator in org.apache.archiva.redback.authentication.memory
Classes in org.apache.archiva.redback.authentication.memory that implement Authenticator Modifier and Type Class Description classMemoryAuthenticatorMemoryAuthenticator: -
Uses of Authenticator in org.apache.archiva.redback.authentication.open
Classes in org.apache.archiva.redback.authentication.open that implement Authenticator Modifier and Type Class Description classOpenAuthenticatorOpenAuthenticator - Does not test user / password. -
Uses of Authenticator in org.apache.archiva.redback.authentication.users
Classes in org.apache.archiva.redback.authentication.users that implement Authenticator Modifier and Type Class Description classUserManagerAuthenticatorAuthenticatorimplementation that uses a wrappedUserManagerto authenticate.
-