|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.directory.server.core.authn.AbstractAuthenticator
org.apache.directory.server.core.authn.StrongAuthenticator
public class StrongAuthenticator
An 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 Summary | |
---|---|
StrongAuthenticator()
Creates a new instance of SaslAuthenticator. |
Method Summary | |
---|---|
LdapPrincipal |
authenticate(BindOperationContext opContext)
User has already been authenticated during SASL negotiation. |
Methods inherited from class org.apache.directory.server.core.authn.AbstractAuthenticator |
---|
destroy, doDestroy, doInit, getAuthenticatorType, getDirectoryService, init, invalidateCache |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrongAuthenticator()
Method Detail |
---|
public LdapPrincipal authenticate(BindOperationContext opContext) throws javax.naming.NamingException
LdapPrincipal
.
javax.naming.NamingException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |