| 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 SingularAttribute<Group,String> |
Group_.displayName |
static SetAttribute<Group,MemberRef> |
Group_.members |
| Modifier and Type | Method and Description |
|---|---|
Group |
Group.Builder.build() |
Group |
UpdateGroup.getScimConformUpdateGroup()
the Scim conform Group to be used to update a existing Group
|
| Constructor and Description |
|---|
Group.Builder(Group group)
Constructs a new builder by copying all values from the given
Group |
Group.Builder(String displayName,
Group group)
creates a new Group.Builder based on the given displayName and group.
|
Copyright © 2014. All Rights Reserved.