Uses of Class
io.jans.scim.model.GluuCustomAttribute
-
Packages that use GluuCustomAttribute Package Description io.jans.scim.model io.jans.scim.service -
-
Uses of GluuCustomAttribute in io.jans.scim.model
Fields in io.jans.scim.model with type parameters of type GluuCustomAttribute Modifier and Type Field Description protected List<GluuCustomAttribute>
User. customAttributes
Methods in io.jans.scim.model that return GluuCustomAttribute Modifier and Type Method Description GluuCustomAttribute
GluuCustomPerson. getGluuCustomAttribute(String attributeName)
GluuCustomAttribute
GluuGroup. getGluuCustomAttribute(String attributeName)
Methods in io.jans.scim.model that return types with arguments of type GluuCustomAttribute Modifier and Type Method Description abstract List<GluuCustomAttribute>
CustomEntry. getCustomAttributes()
List<GluuCustomAttribute>
GluuGroup. getCustomAttributes()
List<GluuCustomAttribute>
User. getCustomAttributes()
Methods in io.jans.scim.model with parameters of type GluuCustomAttribute Modifier and Type Method Description int
GluuCustomAttribute. compareTo(GluuCustomAttribute o)
void
CustomEntry. setAttribute(GluuCustomAttribute attribute)
Method parameters in io.jans.scim.model with type arguments of type GluuCustomAttribute Modifier and Type Method Description abstract void
CustomEntry. setCustomAttributes(List<GluuCustomAttribute> customAttributes)
void
GluuGroup. setCustomAttributes(List<GluuCustomAttribute> customAttributes)
void
User. setCustomAttributes(List<GluuCustomAttribute> customAttributes)
-
Uses of GluuCustomAttribute in io.jans.scim.service
Methods in io.jans.scim.service that return types with arguments of type GluuCustomAttribute Modifier and Type Method Description List<GluuCustomAttribute>
PersonService. getMandatoryAtributes()
Method parameters in io.jans.scim.service with type arguments of type GluuCustomAttribute Modifier and Type Method Description void
AttributeService. applyMetaData(List<GluuCustomAttribute> customAttributes)
-