Class LdapBindAuthenticator
- java.lang.Object
-
- org.apache.archiva.redback.authentication.AbstractAuthenticator
-
- org.apache.archiva.redback.authentication.ldap.LdapBindAuthenticator
-
- All Implemented Interfaces:
Authenticator
@Service("authenticator#ldap") public class LdapBindAuthenticator extends AbstractAuthenticator implements AuthenticatorLdapBindAuthenticator:
-
-
Field Summary
-
Fields inherited from class org.apache.archiva.redback.authentication.AbstractAuthenticator
valid
-
-
Constructor Summary
Constructors Constructor Description LdapBindAuthenticator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AuthenticationResultauthenticate(AuthenticationDataSource s)StringgetId()booleanisValid()booleansupportsDataSource(AuthenticationDataSource source)-
Methods inherited from class org.apache.archiva.redback.authentication.AbstractAuthenticator
initialize
-
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
-
-
-
-
Constructor Detail
-
LdapBindAuthenticator
public LdapBindAuthenticator()
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getIdin interfaceAuthenticator
-
authenticate
public AuthenticationResult authenticate(AuthenticationDataSource s) throws AuthenticationException
- Specified by:
authenticatein interfaceAuthenticator- Throws:
AuthenticationException
-
supportsDataSource
public boolean supportsDataSource(AuthenticationDataSource source)
- Specified by:
supportsDataSourcein interfaceAuthenticator
-
isValid
public boolean isValid()
- Specified by:
isValidin interfaceAuthenticator- Overrides:
isValidin classAbstractAuthenticator
-
-