public interface SaslRequest
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationId()
Gets the authorization ID.
|
org.apache.directory.api.ldap.model.message.Control[] |
getControls()
Gets the controls.
|
byte[] |
getCredentials()
Gets the crendentials
|
org.apache.directory.api.ldap.model.constants.SaslQoP |
getQualityOfProtection()
Gets the quality of protection.
|
String |
getRealmName()
Gets realm name.
|
String |
getSaslMechanism()
Gets the SASL mechanism.
|
org.apache.directory.api.ldap.model.constants.SaslSecurityStrength |
getSecurityStrength()
Gets the security strength.
|
String |
getUsername()
Gets the username.
|
boolean |
isMutualAuthentication()
Indicates if mutual authentication is required.
|
String getAuthorizationId()
org.apache.directory.api.ldap.model.message.Control[] getControls()
byte[] getCredentials()
org.apache.directory.api.ldap.model.constants.SaslQoP getQualityOfProtection()
String getRealmName()
String getSaslMechanism()
org.apache.directory.api.ldap.model.constants.SaslSecurityStrength getSecurityStrength()
String getUsername()
boolean isMutualAuthentication()
Copyright © 2009–2019 The Apache Software Foundation. All rights reserved.