Uses of Interface
org.apache.archiva.redback.authentication.AuthenticationDataSource
-
-
Uses of AuthenticationDataSource in org.apache.archiva.redback.authentication
Classes in org.apache.archiva.redback.authentication that implement AuthenticationDataSource Modifier and Type Class Description classBearerTokenAuthenticationDataSourceDatasource used for authentication by Bearer token (JWT)classPasswordBasedAuthenticationDataSourcePasswordBasedAuthenticationDataSource: the username is considered the principal with this data sourceclassTokenBasedAuthenticationDataSourceTokenBasedAuthenticationDataSourceMethods in org.apache.archiva.redback.authentication with parameters of type AuthenticationDataSource Modifier and Type Method Description AuthenticationResultAuthenticationManager. authenticate(AuthenticationDataSource source)Authenticates by calling all authenticators in the defined order.AuthenticationResultAuthenticator. authenticate(AuthenticationDataSource source)AuthenticationResultDefaultAuthenticationManager. authenticate(AuthenticationDataSource source)booleanAuthenticator. supportsDataSource(AuthenticationDataSource source) -
Uses of AuthenticationDataSource in org.apache.archiva.redback.authentication.jwt
Methods in org.apache.archiva.redback.authentication.jwt with parameters of type AuthenticationDataSource Modifier and Type Method Description AuthenticationResultJwtAuthenticator. authenticate(AuthenticationDataSource dataSource)booleanJwtAuthenticator. supportsDataSource(AuthenticationDataSource source)Returnstrue, if the source is a instance ofTokenBasedAuthenticationDataSource -
Uses of AuthenticationDataSource in org.apache.archiva.redback.authentication.keystore
Methods in org.apache.archiva.redback.authentication.keystore with parameters of type AuthenticationDataSource Modifier and Type Method Description AuthenticationResultKeyStoreAuthenticator. authenticate(AuthenticationDataSource source)booleanKeyStoreAuthenticator. supportsDataSource(AuthenticationDataSource source) -
Uses of AuthenticationDataSource in org.apache.archiva.redback.authentication.ldap
Methods in org.apache.archiva.redback.authentication.ldap with parameters of type AuthenticationDataSource Modifier and Type Method Description AuthenticationResultLdapBindAuthenticator. authenticate(AuthenticationDataSource s)booleanLdapBindAuthenticator. supportsDataSource(AuthenticationDataSource source) -
Uses of AuthenticationDataSource in org.apache.archiva.redback.authentication.memory
Methods in org.apache.archiva.redback.authentication.memory with parameters of type AuthenticationDataSource Modifier and Type Method Description AuthenticationResultMemoryAuthenticator. authenticate(AuthenticationDataSource s)booleanMemoryAuthenticator. supportsDataSource(AuthenticationDataSource source) -
Uses of AuthenticationDataSource in org.apache.archiva.redback.authentication.open
Methods in org.apache.archiva.redback.authentication.open with parameters of type AuthenticationDataSource Modifier and Type Method Description AuthenticationResultOpenAuthenticator. authenticate(AuthenticationDataSource s)booleanOpenAuthenticator. supportsDataSource(AuthenticationDataSource source) -
Uses of AuthenticationDataSource in org.apache.archiva.redback.authentication.users
Methods in org.apache.archiva.redback.authentication.users with parameters of type AuthenticationDataSource Modifier and Type Method Description AuthenticationResultUserManagerAuthenticator. authenticate(AuthenticationDataSource ds)booleanUserManagerAuthenticator. supportsDataSource(AuthenticationDataSource source) -
Uses of AuthenticationDataSource in org.apache.archiva.redback.integration.filter.authentication
Methods in org.apache.archiva.redback.integration.filter.authentication with parameters of type AuthenticationDataSource Modifier and Type Method Description AuthenticationResultHttpAuthenticator. authenticate(AuthenticationDataSource ds, javax.servlet.http.HttpSession httpSession)The Public Face of the Authenticator. -
Uses of AuthenticationDataSource in org.apache.archiva.redback.system
Methods in org.apache.archiva.redback.system with parameters of type AuthenticationDataSource Modifier and Type Method Description SecuritySessionDefaultSecuritySystem. authenticate(AuthenticationDataSource source)delegate to the authentication system for boolean authentication checks, if the result is authentic then pull the user object from the user manager and add it to the session.SecuritySessionSecuritySystem. authenticate(AuthenticationDataSource source)booleanDefaultSecuritySystem. isAuthenticated(AuthenticationDataSource source)booleanSecuritySystem. isAuthenticated(AuthenticationDataSource source)
-