public class Extension extends Object implements Serializable
For more detailed information please look at the SCIM core schema 2.0, section 4
| Modifier and Type | Class and Description |
|---|---|
static class |
Extension.Builder
Builder class that is used to build
Extension instances |
| Modifier | Constructor and Description |
|---|---|
protected |
Extension(Extension.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
getAttribute(String attrName) |
Map<String,Object> |
getAttributes() |
String |
getAttributeValueAsString(String attrName) |
String |
getUrn() |
int |
hashCode() |
boolean |
isAttributePresent(String attrName)
Checks if the given field is present in this extension because not every field is mandatory (according to scim 2.0 spec).
|
String |
toString() |
protected Extension(Extension.Builder builder)
public String getUrn()
public boolean isAttributePresent(String attrName)
attrName - Name of the field to checkCopyright © 2022 SAP SE. All rights reserved.