Uses of Class
org.forgerock.opendj.rest2ldap.Resource
-
Uses of Resource in org.forgerock.opendj.rest2ldap
Modifier and TypeMethodDescriptionResource.allowedAuxiliaryTypes
(String... resourceIds) Specifies the resource IDs of any auxiliary resources which are allowed to be combined, or "mixed in", with this resource.Resource.allowedAuxiliaryTypes
(Collection<String> resourceIds) Specifies the resource IDs of any auxiliary resources which are allowed to be combined, or "mixed in", with this resource.Resource.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 Resource
Creates a newresource
definition with the provided 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.Modifier and TypeMethodDescriptionRest2LdapJsonConfigurator.configureResources
(JsonValue config, Options options) Parses a list of Rest2Ldap resource definitions.