| 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 SetAttribute<Group,MemberRef> |
Group_.members |
| Modifier and Type | Method and Description |
|---|---|
MemberRef |
MemberRef.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
Set<MemberRef> |
Group.getMembers()
Gets the list of members of this Group.
|
| Modifier and Type | Method and Description |
|---|---|
Group.Builder |
Group.Builder.setMembers(Set<MemberRef> members)
Sets the list of members as
Set (See Group.getMembers()). |
| Constructor and Description |
|---|
MemberRef.Builder(MemberRef member)
builds an Builder based of the given Attribute
|
Copyright © 2014. All Rights Reserved.