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, invalidateCache
public StrongAuthenticator()
public LdapPrincipal authenticate(BindOperationContext opContext) throws NamingException
LdapPrincipal
.NamingException
Copyright © 2003–2014 The Apache Software Foundation. All rights reserved.