Uses of Class
org.forgerock.opendj.ldap.controls.AssertionRequestControl
-
Packages that use AssertionRequestControl Package Description org.forgerock.opendj.ldap.controls Classes and interfaces for common LDAP controls. -
-
Uses of AssertionRequestControl in org.forgerock.opendj.ldap.controls
Fields in org.forgerock.opendj.ldap.controls with type parameters of type AssertionRequestControl Modifier and Type Field Description static ControlDecoder<AssertionRequestControl>
AssertionRequestControl. DECODER
A decoder which can be used for decoding the LDAP assertion request control.Methods in org.forgerock.opendj.ldap.controls that return AssertionRequestControl Modifier and Type Method Description static AssertionRequestControl
AssertionRequestControl. newControl(boolean isCritical, Filter filter)
Creates a new assertion using the provided criticality and assertion filter.
-