Uses of Class
org.forgerock.opendj.rest2ldap.SubResource
-
Packages that use SubResource Package Description org.forgerock.opendj.rest2ldap APIs for implementing REST to LDAP gateways. -
-
Uses of SubResource in org.forgerock.opendj.rest2ldap
Subclasses of SubResource in org.forgerock.opendj.rest2ldap Modifier and Type Class Description classCollectionSubResourceDefines a one-to-many relationship between a parent resource and its children.classSingletonSubResourceRepresents a one-to-one relationship between a parent resource and a child sub-resource.Methods in org.forgerock.opendj.rest2ldap with parameters of type SubResource Modifier and Type Method Description ResourceResource. subResource(SubResource subResource)Specifies a parent-child relationship with another resource.ResourceResource. subResources(SubResource... subResources)Specifies a parent-child relationship with zero or more resources.
-