Uses of Class
org.apache.archiva.redback.authentication.AbstractAuthenticator
-
-
Uses of AbstractAuthenticator in org.apache.archiva.redback.authentication.jwt
Subclasses of AbstractAuthenticator in org.apache.archiva.redback.authentication.jwt Modifier and Type Class Description classJwtAuthenticatorAuthenticator for JWT tokens. -
Uses of AbstractAuthenticator in org.apache.archiva.redback.authentication.keystore
Subclasses of AbstractAuthenticator in org.apache.archiva.redback.authentication.keystore Modifier and Type Class Description classKeyStoreAuthenticatorKeyStoreAuthenticator: -
Uses of AbstractAuthenticator in org.apache.archiva.redback.authentication.ldap
Subclasses of AbstractAuthenticator in org.apache.archiva.redback.authentication.ldap Modifier and Type Class Description classLdapBindAuthenticatorLdapBindAuthenticator: -
Uses of AbstractAuthenticator in org.apache.archiva.redback.authentication.memory
Subclasses of AbstractAuthenticator in org.apache.archiva.redback.authentication.memory Modifier and Type Class Description classMemoryAuthenticatorMemoryAuthenticator: -
Uses of AbstractAuthenticator in org.apache.archiva.redback.authentication.open
Subclasses of AbstractAuthenticator in org.apache.archiva.redback.authentication.open Modifier and Type Class Description classOpenAuthenticatorOpenAuthenticator - Does not test user / password. -
Uses of AbstractAuthenticator in org.apache.archiva.redback.authentication.users
Subclasses of AbstractAuthenticator in org.apache.archiva.redback.authentication.users Modifier and Type Class Description classUserManagerAuthenticatorAuthenticatorimplementation that uses a wrappedUserManagerto authenticate.
-