Uses of Interface
com.okta.sdk.resource.Group
-
Packages that use Group Package Description com.okta.sdk.client com.okta.sdk.resource com.okta.sdk.resource.builder -
-
Uses of Group in com.okta.sdk.client
Methods in com.okta.sdk.client that return Group Modifier and Type Method Description Group
Client. createGroup(Group group)
Add Group Adds a new group with `OKTA_GROUP` type to your organization.Group
Client. getGroup(java.lang.String groupId)
List Group Rules Fetches a group from your organization.Group
Client. updateGroup(Group group, java.lang.String groupId)
Update Group Updates the profile for a group with `OKTA_GROUP` type from your organization.Methods in com.okta.sdk.client with parameters of type Group Modifier and Type Method Description Group
Client. createGroup(Group group)
Add Group Adds a new group with `OKTA_GROUP` type to your organization.Group
Client. updateGroup(Group group, java.lang.String groupId)
Update Group Updates the profile for a group with `OKTA_GROUP` type from your organization. -
Uses of Group in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return Group Modifier and Type Method Description Group
Group. setProfile(GroupProfile profile)
Group
Group. setType(GroupType type)
-
Uses of Group in com.okta.sdk.resource.builder
Methods in com.okta.sdk.resource.builder that return Group Modifier and Type Method Description Group
GroupBuilder. buildAndCreate(Client client)
-