attributeMap | org.gluu.oxtrust.model.scim2.CustomAttributes | private |
CustomAttributes(String uri) | org.gluu.oxtrust.model.scim2.CustomAttributes | inline |
CustomAttributes(String uri, Map< String, Object > attributeMap) | org.gluu.oxtrust.model.scim2.CustomAttributes | inlinepackage |
getAttributeMap() | org.gluu.oxtrust.model.scim2.CustomAttributes | inlinepackage |
getAttributeNames() | org.gluu.oxtrust.model.scim2.CustomAttributes | inline |
getTypedValue(Object val, Class< T > cls) | org.gluu.oxtrust.model.scim2.CustomAttributes | inlineprivatestatic |
getUri() | org.gluu.oxtrust.model.scim2.CustomAttributes | inline |
getValue(String name, Class< T > cls) | org.gluu.oxtrust.model.scim2.CustomAttributes | inlinepackage |
getValues(String name, Class< T > cls) | org.gluu.oxtrust.model.scim2.CustomAttributes | inlinepackage |
remove(String name) | org.gluu.oxtrust.model.scim2.CustomAttributes | inline |
set(String name, Object value) | org.gluu.oxtrust.model.scim2.CustomAttributes | inlineprivate |
setAttribute(String name, String value) | org.gluu.oxtrust.model.scim2.CustomAttributes | inline |
setAttribute(String name, Boolean value) | org.gluu.oxtrust.model.scim2.CustomAttributes | inline |
setAttribute(String name, Double value) | org.gluu.oxtrust.model.scim2.CustomAttributes | inline |
setAttribute(String name, Integer value) | org.gluu.oxtrust.model.scim2.CustomAttributes | inline |
setAttribute(String name, DateTime value) | org.gluu.oxtrust.model.scim2.CustomAttributes | inline |
setAttribute(String name, Date value) | org.gluu.oxtrust.model.scim2.CustomAttributes | inline |
setAttribute(String name, List<?> values) | org.gluu.oxtrust.model.scim2.CustomAttributes | inline |
uri | org.gluu.oxtrust.model.scim2.CustomAttributes | private |