public class StrongAuthenticator extends AbstractAuthenticator
Authenticator that handles SASL connections (X.501 authentication
level 'strong'). The principal has been authenticated during SASL
negotiation; therefore, no additional authentication is necessary in this
Authenticator.| Constructor and Description |
|---|
StrongAuthenticator()
Creates a new instance of SaslAuthenticator.
|
| Modifier and Type | Method and Description |
|---|---|
LdapPrincipal |
authenticate(BindOperationContext opContext)
User has already been authenticated during SASL negotiation.
|
destroy, doDestroy, doInit, getAuthenticatorType, getDirectoryService, init, invalidateCachepublic StrongAuthenticator()
public LdapPrincipal authenticate(BindOperationContext opContext) throws NamingException
LdapPrincipal.NamingExceptionCopyright © 2003-2012 Apache Software Foundation. All Rights Reserved.