Uses of Class
org.forgerock.opendj.rest2ldap.Resource
Packages that use Resource
-
Uses of Resource in org.forgerock.opendj.rest2ldap
Methods in org.forgerock.opendj.rest2ldap that return ResourceModifier and TypeMethodDescriptionResource.excludedDefaultUserAttributes(String... attributeNames) Specifies zero or more user attributes which will be excluded from the default user attribute mappings when enabled usingincludeAllUserAttributesByDefault(boolean).Resource.excludedDefaultUserAttributes(Collection<String> attributeNames) Specifies zero or more user attributes which will be excluded from the default user attribute mappings when enabled usingincludeAllUserAttributesByDefault(boolean).Resource.includeAllUserAttributesByDefault(boolean include) Specifies whether all LDAP user attributes should be mapped by default using the default schema based mapping rules.Resource.isAbstract(boolean isAbstract) Specifies whether this resource is an abstract type and therefore cannot be created.Resource.objectClass(String objectClass) Specifies an LDAP object class which is to be associated with this resource.Resource.objectClasses(String... objectClasses) Specifies LDAP object classes which are to be associated with this resource.Resource.property(String name, PropertyMapper mapper) Specifies a mapping for a property contained in this JSON resource.static ResourceCreates a newresourcedefinition with the provided resource ID.Resource.resourceTypeProperty(org.forgerock.json.JsonPointer resourceTypeProperty) Specifies the name of the JSON property which contains the resource's type, whose value is the resource ID.Resource.subResource(SubResource subResource) Specifies a parent-child relationship with another resource.Resource.subResources(SubResource... subResources) Specifies a parent-child relationship with zero or more resources.Specifies the resource ID of the resource which is a super-type of this resource.Resource.supportedAction(Action action) Registers an action which should be supported by this resource.Resource.supportedActions(Action... actions) Registers zero or more actions which should be supported by this resource.Methods in org.forgerock.opendj.rest2ldap that return types with arguments of type ResourceModifier and TypeMethodDescriptionRest2LdapJsonConfigurator.configureResources(org.forgerock.json.JsonValue config) Parses a list of Rest2Ldap resource definitions.Methods in org.forgerock.opendj.rest2ldap with parameters of type ResourceMethod parameters in org.forgerock.opendj.rest2ldap with type arguments of type Resource