Class KeyStoreAuthenticator
- java.lang.Object
-
- org.apache.archiva.redback.authentication.AbstractAuthenticator
-
- org.apache.archiva.redback.authentication.keystore.KeyStoreAuthenticator
-
- All Implemented Interfaces:
Authenticator
@Service("authenticator#keystore") public class KeyStoreAuthenticator extends AbstractAuthenticator implements AuthenticatorKeyStoreAuthenticator:
-
-
Field Summary
-
Fields inherited from class org.apache.archiva.redback.authentication.AbstractAuthenticator
valid
-
-
Constructor Summary
Constructors Constructor Description KeyStoreAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationResultauthenticate(AuthenticationDataSource source)StringgetId()booleansupportsDataSource(AuthenticationDataSource source)-
Methods inherited from class org.apache.archiva.redback.authentication.AbstractAuthenticator
initialize, isValid
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.archiva.redback.authentication.Authenticator
initialize, isValid
-
-
-
-
Constructor Detail
-
KeyStoreAuthenticator
public KeyStoreAuthenticator()
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceAuthenticator
-
authenticate
public AuthenticationResult authenticate(AuthenticationDataSource source) throws AccountLockedException, AuthenticationException, MustChangePasswordException
- Specified by:
authenticatein interfaceAuthenticator- Throws:
AccountLockedExceptionAuthenticationExceptionMustChangePasswordException
-
supportsDataSource
public boolean supportsDataSource(AuthenticationDataSource source)
- Specified by:
supportsDataSourcein interfaceAuthenticator
-
-