Uses of Class
org.forgerock.opendj.ldap.controls.AssertionRequestControl
Package
Description
Classes and interfaces for common LDAP controls.
-
Uses of AssertionRequestControl in org.forgerock.opendj.ldap.controls
Modifier and TypeFieldDescriptionstatic final ControlDecoder<AssertionRequestControl>
AssertionRequestControl.DECODER
A decoder which can be used for decoding the LDAPAssertionRequestControl
.Modifier and TypeMethodDescriptionstatic AssertionRequestControl
AssertionRequestControl.newControl
(boolean isCritical, Filter filter) Creates a new assertion using the provided criticality and assertion filter.