Uses of Class
org.forgerock.opendj.rest2ldap.SingletonSubResource
-
Packages that use SingletonSubResource Package Description org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways. -
-
Uses of SingletonSubResource in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return SingletonSubResource Modifier and Type Method Description SingletonSubResourceSingletonSubResource. dnTemplate(String dnTemplate)Sets the relative DN template of the single sub-resource LDAP entry.SingletonSubResourceSingletonSubResource. isReadOnly(boolean readOnly)Indicates whether this sub-resource singleton only supports read operations.static SingletonSubResourceRest2Ldap. singletonOf(String resourceId)Creates a newsingletonsub-resource definition which will reference a single resource having the specified resource ID.SingletonSubResourceSingletonSubResource. urlTemplate(String urlTemplate)Sets the relative URL template of the single sub-resource.
-