Uses of Class
org.opends.server.core.BindOperation
-
Packages that use BindOperation Package Description org.opends.server.api Contains a number of API declarations for use throughout the Directory Server.org.opends.server.authorization.dseecompat Contains the Directory Server Sun Java System Directory Server Enterprise Edition (dseecompat) compatability access control handler implementation.org.opends.server.authorization.policy Contains the policy based access control handler implementation.org.opends.server.extensions Contains various implementations of Directory Server APIs that are not appropriate for other packages. -
-
Uses of BindOperation in org.opends.server.api
Methods in org.opends.server.api with parameters of type BindOperation Modifier and Type Method Description boolean
AccessControlHandler. isAllowed(BindOperation bindOperation)
Indicates whether the provided bind operation is allowed based on the access control configuration.abstract void
SASLMechanismHandler. processSASLBind(BindOperation bindOperation)
Processes the SASL bind operation. -
Uses of BindOperation in org.opends.server.authorization.dseecompat
Methods in org.opends.server.authorization.dseecompat with parameters of type BindOperation Modifier and Type Method Description boolean
AciHandler. isAllowed(BindOperation bindOperation)
-
Uses of BindOperation in org.opends.server.authorization.policy
Methods in org.opends.server.authorization.policy with parameters of type BindOperation Modifier and Type Method Description boolean
PolicyBasedAccessControlHandler. isAllowed(BindOperation bindOperation)
-
Uses of BindOperation in org.opends.server.extensions
Methods in org.opends.server.extensions with parameters of type BindOperation Modifier and Type Method Description void
AnonymousSASLMechanismHandler. processSASLBind(BindOperation bindOperation)
void
CRAMMD5SASLMechanismHandler. processSASLBind(BindOperation bindOp)
void
DigestMD5SASLMechanismHandler. processSASLBind(BindOperation bindOp)
void
ExternalSASLMechanismHandler. processSASLBind(BindOperation bindOperation)
void
GSSAPISASLMechanismHandler. processSASLBind(BindOperation bindOp)
void
PlainSASLMechanismHandler. processSASLBind(BindOperation bindOperation)
-