| Package | Description |
|---|---|
| org.osiam.resources.scim |
org.osiam.resources.scim is a group of representation classes for the json output of scim resources.
|
| Modifier and Type | Field and Description |
|---|---|
static ExtensionFieldType<ByteBuffer> |
ExtensionFieldType.BINARY
ExtensionFieldType for the Scim type Binary (actual type is
ByteBuffer) |
static ExtensionFieldType<Boolean> |
ExtensionFieldType.BOOLEAN
ExtensionFieldType for the Scim type Boolean (actual type is
Boolean) |
static ExtensionFieldType<Date> |
ExtensionFieldType.DATE_TIME
ExtensionFieldType for the Scim type DateTime (actual type is
Date). |
static ExtensionFieldType<BigDecimal> |
ExtensionFieldType.DECIMAL
ExtensionFieldType for the Scim type Decimal (actual type is
BigDecimal) |
static ExtensionFieldType<BigInteger> |
ExtensionFieldType.INTEGER
ExtensionFieldType for the Scim type Integer (actual type is
BigInteger) |
static ExtensionFieldType<URI> |
ExtensionFieldType.REFERENCE
ExtensionFieldType for the Scim type Reference (actual type is
URI) |
static ExtensionFieldType<String> |
ExtensionFieldType.STRING
ExtensionFieldType for the Scim type String (actual type is
String) |
| Modifier and Type | Method and Description |
|---|---|
ExtensionFieldType<?> |
Extension.Field.getType()
Returns the type of the
Extension.Field |
static ExtensionFieldType<?> |
ExtensionFieldType.valueOf(String name)
Retrieves a
ExtensionFieldType by its name. |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
Extension.getField(String field,
ExtensionFieldType<T> extensionFieldType)
Return the value for the field with a given name and type.
|
<T> Extension.Builder |
Extension.Builder.setField(String fieldName,
T value,
ExtensionFieldType<T> type)
Sets the field specified by the given field name with the given value of the given type.
|
| Constructor and Description |
|---|
Extension.Field(ExtensionFieldType<?> type,
String value)
Constructs a new
Extension.Field with the given type and value. |
Copyright © 2014. All Rights Reserved.