Package | Description |
---|---|
com.okta.sdk.client | |
com.okta.sdk.impl.client | |
com.okta.sdk.impl.resource | |
com.okta.sdk.impl.resource.group.rule | |
com.okta.sdk.resource.group.rule |
Modifier and Type | Method and Description |
---|---|
GroupRule |
Client.createGroupRule(GroupRule groupRule)
Create Group Rule
Creates a group rule to dynamically add users to the specified group if they match the condition
|
GroupRule |
Client.getGroupRule(String ruleId)
Get Group Rule
Fetches a specific group rule by id from your organization
|
GroupRule |
Client.getGroupRule(String ruleId,
String expand)
Get Group Rule
Fetches a specific group rule by id from your organization
|
Modifier and Type | Method and Description |
---|---|
GroupRule |
Client.createGroupRule(GroupRule groupRule)
Create Group Rule
Creates a group rule to dynamically add users to the specified group if they match the condition
|
Modifier and Type | Method and Description |
---|---|
GroupRule |
DefaultClient.createGroupRule(GroupRule groupRule)
Create Group Rule
Creates a group rule to dynamically add users to the specified group if they match the condition
|
GroupRule |
DefaultClient.getGroupRule(String ruleId)
Get Group Rule
Fetches a specific group rule by id from your organization
|
GroupRule |
DefaultClient.getGroupRule(String ruleId,
String expand)
Get Group Rule
Fetches a specific group rule by id from your organization
|
Modifier and Type | Method and Description |
---|---|
GroupRule |
DefaultClient.createGroupRule(GroupRule groupRule)
Create Group Rule
Creates a group rule to dynamically add users to the specified group if they match the condition
|
Modifier and Type | Method and Description |
---|---|
GroupRule |
DefaultGroupRuleBuilder.buildAndCreate(Client client) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultGroupRule
GroupRule
|
Modifier and Type | Method and Description |
---|---|
GroupRule |
DefaultGroupRule.setActions(GroupRuleAction actions) |
GroupRule |
DefaultGroupRule.setConditions(GroupRuleConditions conditions) |
GroupRule |
DefaultGroupRule.setName(String name) |
GroupRule |
DefaultGroupRule.setType(String type) |
GroupRule |
DefaultGroupRule.update()
Updates a group rule.
|
Modifier and Type | Method and Description |
---|---|
protected Class<GroupRule> |
DefaultGroupRuleList.getItemType() |
Modifier and Type | Method and Description |
---|---|
GroupRule |
GroupRuleBuilder.buildAndCreate(Client client) |
GroupRule |
GroupRule.setActions(GroupRuleAction actions) |
GroupRule |
GroupRule.setConditions(GroupRuleConditions conditions) |
GroupRule |
GroupRule.setName(String name) |
GroupRule |
GroupRule.setType(String type) |
GroupRule |
GroupRule.update()
Updates a group rule.
|
Copyright © 2017–2023 Okta. All rights reserved.