Uses of Class
io.jans.scim.model.scim2.CustomAttributes
-
Packages that use CustomAttributes Package Description io.jans.scim.model.scim2 Provides necessary classes to model and compose the different types of resources defined by SCIM2 spec, for instance, User, Group, ServiceProviderConfig, etc. -
-
Uses of CustomAttributes in io.jans.scim.model.scim2
Methods in io.jans.scim.model.scim2 that return CustomAttributes Modifier and Type Method Description CustomAttributes
BaseScimResource. getCustomAttributes(String uri)
Retrieves the custom attributes found in this resource object associated to theuri
supplied.Methods in io.jans.scim.model.scim2 with parameters of type CustomAttributes Modifier and Type Method Description void
BaseScimResource. addCustomAttributes(CustomAttributes customAttributes)
Adds the custom attributes contained in theCustomAttributes
instance passed to this method.
-