Package | Description |
---|---|
com.okta.sdk.resource.group | |
org.openapitools.client.api | |
org.openapitools.client.model |
Modifier and Type | Method and Description |
---|---|
Group |
GroupBuilder.buildAndCreate(GroupApi client) |
Modifier and Type | Method and Description |
---|---|
Group |
GroupApi.createGroup(Group group)
Create a Group
Creates a new group with `OKTA_GROUP` type
|
Group |
GroupApi.getGroup(java.lang.String groupId)
Retrieve a Group
Retrieves a group by `groupId`
|
Group |
GroupApi.replaceGroup(java.lang.String groupId,
Group group)
Replace a Group
Replaces the profile for a group with `OKTA_GROUP` type
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Group> |
GroupApi.listGroups(java.lang.String q,
java.lang.String filter,
java.lang.String after,
java.lang.Integer limit,
java.lang.String expand,
java.lang.String search)
List all Groups
Lists all groups with pagination support.
|
java.util.List<Group> |
RoleTargetApi.listGroupTargetsForGroupRole(java.lang.String groupId,
java.lang.String roleId,
java.lang.String after,
java.lang.Integer limit)
List all Group Targets for a Group Role
Lists all group targets for a group role
|
java.util.List<Group> |
RoleTargetApi.listGroupTargetsForRole(java.lang.String userId,
java.lang.String roleId,
java.lang.String after,
java.lang.Integer limit)
List all Group Targets for Role
Lists all group targets for role
|
java.util.List<Group> |
UserApi.listUserGroups(java.lang.String userId)
List all Groups
Lists all groups of which the user is a member
|
Modifier and Type | Method and Description |
---|---|
<T> T |
GroupApi.createGroup(java.lang.Class<?> T,
Group group)
Create a Group
Creates a new group with `OKTA_GROUP` type
|
Group |
GroupApi.createGroup(Group group)
Create a Group
Creates a new group with `OKTA_GROUP` type
|
PagedList |
GroupApi.createGroupWithPaginationInfo(Group group)
Create a Group
Creates a new group with `OKTA_GROUP` type
|
<T> T |
GroupApi.replaceGroup(java.lang.Class<?> T,
java.lang.String groupId,
Group group)
Replace a Group
Replaces the profile for a group with `OKTA_GROUP` type
|
Group |
GroupApi.replaceGroup(java.lang.String groupId,
Group group)
Replace a Group
Replaces the profile for a group with `OKTA_GROUP` type
|
PagedList |
GroupApi.replaceGroupWithPaginationInfo(java.lang.String groupId,
Group group)
Replace a Group
Replaces the profile for a group with `OKTA_GROUP` type
|
Modifier and Type | Method and Description |
---|---|
Group |
Group.links(GroupLinks links) |
Group |
Group.profile(GroupProfile profile) |
Group |
Group.type(GroupType type) |
Copyright © 2017-2022 Okta. All Rights Reserved.