public class PlainMechanismHandler extends AbstractMechanismHandler
| Constructor and Description |
|---|
PlainMechanismHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
cleanup(LdapSession ldapSession)
Remove the SaslServer and Mechanism property.
|
SaslServer |
handleMechanism(LdapSession ldapSession,
org.apache.directory.api.ldap.model.message.BindRequest bindRequest)
Implementors will use the session and message to determine what kind of
SaslServer to create and what initialization parameters it will require. |
void |
init(LdapSession ldapSession)
Initialize the saslProperties with some mechanism's specific data
|
insertSaslFilterpublic PlainMechanismHandler()
public SaslServer handleMechanism(LdapSession ldapSession, org.apache.directory.api.ldap.model.message.BindRequest bindRequest) throws Exception
SaslServer to create and what initialization parameters it will require.ldapSession - The LdapSession in usebindRequest - The BindRequestSaslServer to use for the duration of the bound session.Exception - If we can't find the SASL Mechanismpublic void init(LdapSession ldapSession)
ldapSession - the Ldapsession instancepublic void cleanup(LdapSession ldapSession)
ldapSession - the Ldapsession instanceCopyright © 2003–2023 The Apache Software Foundation. All rights reserved.