| 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 | Class and Description |
|---|---|
class |
Address
A physical mailing address for a User
For more detailed information please look at the SCIM core schema 2.0
|
class |
Email
This class represents a email attribute.
|
class |
Entitlement
This class represents a entitlement attribute.
|
class |
GroupRef
This class represents a Reference of a Group
For more detailed information please look at the SCIM core schema 2.0, section 3.2
|
class |
Im
This class represents a Im attribute.
|
class |
MemberRef
This class represents a
User or a Group which are members of an actual Group
For more detailed information please look at the SCIM core schema 2.0, sections 8
|
class |
PhoneNumber
This class represents a phoneNumber attribute.
|
class |
Photo
This class represents a photo attribute.
|
class |
Role
This class represents a role attribute.
|
class |
X509Certificate
This class represents a x509Certificate attribute.
|
| Modifier and Type | Field and Description |
|---|---|
static SetAttribute<User,MultiValuedAttribute> |
User_.emails |
static SetAttribute<User,MultiValuedAttribute> |
User_.entitlements |
static SetAttribute<User,MultiValuedAttribute> |
User_.groups |
static SetAttribute<User,MultiValuedAttribute> |
User_.ims |
static SetAttribute<User,MultiValuedAttribute> |
User_.phoneNumbers |
static SetAttribute<User,MultiValuedAttribute> |
User_.photos |
static SetAttribute<User,MultiValuedAttribute> |
User_.roles |
static SetAttribute<User,MultiValuedAttribute> |
User_.x509Certificates |
| Modifier and Type | Method and Description |
|---|---|
protected abstract MultiValuedAttribute |
MultiValuedAttribute.Builder.build()
Builds a new Attribute with the given parameters
|
| Constructor and Description |
|---|
MultiValuedAttribute.Builder(MultiValuedAttribute multiValuedAttribute) |
Copyright © 2014. All Rights Reserved.