Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.impl.client | |
com.okta.sdk.impl.resource | |
com.okta.sdk.impl.resource.group | |
com.okta.sdk.resource.group |
Modifier and Type | Method and Description |
---|---|
Group |
Client.createGroup(Group group)
Add Group
Adds a new group with `OKTA_GROUP` type to your organization.
|
Group |
Client.getGroup(String groupId)
List Group Rules
Fetches a group from your organization.
|
Modifier and Type | Method and Description |
---|---|
Group |
Client.createGroup(Group group)
Add Group
Adds a new group with `OKTA_GROUP` type to your organization.
|
Modifier and Type | Method and Description |
---|---|
Group |
DefaultClient.createGroup(Group group)
Add Group
Adds a new group with `OKTA_GROUP` type to your organization.
|
Group |
DefaultClient.getGroup(String groupId)
List Group Rules
Fetches a group from your organization.
|
Modifier and Type | Method and Description |
---|---|
Group |
DefaultClient.createGroup(Group group)
Add Group
Adds a new group with `OKTA_GROUP` type to your organization.
|
Modifier and Type | Method and Description |
---|---|
Group |
DefaultGroupBuilder.buildAndCreate(Client client) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGroup
Group
|
Modifier and Type | Method and Description |
---|---|
Group |
DefaultGroup.setProfile(GroupProfile profile) |
Group |
DefaultGroup.update()
Update Group
Updates the profile for a group with `OKTA_GROUP` type from your organization.
|
Modifier and Type | Method and Description |
---|---|
protected Class<Group> |
DefaultGroupList.getItemType() |
Modifier and Type | Method and Description |
---|---|
Group |
GroupBuilder.buildAndCreate(Client client) |
Group |
Group.setProfile(GroupProfile profile) |
Group |
Group.update()
Update Group
Updates the profile for a group with `OKTA_GROUP` type from your organization.
|
Copyright © 2017–2023 Okta. All rights reserved.