Uses of Class
com.okta.sdk.resource.model.Group
Package
Description
-
Uses of Group in com.okta.sdk.impl.resource
-
Uses of Group in com.okta.sdk.resource.api
Modifier and TypeMethodDescriptionGroupApi.createGroup
(Group group) Create a Group Creates a new group with `OKTA_GROUP` typeGroupApi.createGroup
(Group group, Map<String, String> additionalHeaders) Create a Group Creates a new group with `OKTA_GROUP` typeRetrieve a Group Retrieves a group by `groupId`Retrieve a Group Retrieves a group by `groupId`GroupApi.replaceGroup
(String groupId, Group group) Replace a Group Replaces the profile for a group with `OKTA_GROUP` typeReplace a Group Replaces the profile for a group with `OKTA_GROUP` typeModifier and TypeMethodDescriptionGroupApi.listGroups
(String q, String filter, String after, Integer limit, String expand, String search, String sortBy, String sortOrder) List all Groups Lists all groups with pagination support.GroupApi.listGroups
(String q, String filter, String after, Integer limit, String expand, String search, String sortBy, String sortOrder, Map<String, String> additionalHeaders) List all Groups Lists all groups with pagination support.RoleTargetApi.listGroupTargetsForGroupRole
(String groupId, String roleId, String after, Integer limit) List all Group Targets for a Group Role Lists all group targets for a group roleRoleTargetApi.listGroupTargetsForGroupRole
(String groupId, String roleId, String after, Integer limit, Map<String, String> additionalHeaders) List all Group Targets for a Group Role Lists all group targets for a group roleRoleTargetApi.listGroupTargetsForRole
(String userId, String roleId, String after, Integer limit) List all Group Targets for Role Lists all group targets for roleRoleTargetApi.listGroupTargetsForRole
(String userId, String roleId, String after, Integer limit, Map<String, String> additionalHeaders) List all Group Targets for Role Lists all group targets for roleUserApi.listUserGroups
(String userId) List all Groups Lists all groups of which the user is a memberUserApi.listUserGroups
(String userId, Map<String, String> additionalHeaders) List all Groups Lists all groups of which the user is a memberModifier and TypeMethodDescriptionGroupApi.createGroup
(Group group) Create a Group Creates a new group with `OKTA_GROUP` typeGroupApi.createGroup
(Group group, Map<String, String> additionalHeaders) Create a Group Creates a new group with `OKTA_GROUP` typeGroupApi.replaceGroup
(String groupId, Group group) Replace a Group Replaces the profile for a group with `OKTA_GROUP` typeReplace a Group Replaces the profile for a group with `OKTA_GROUP` type -
Uses of Group in com.okta.sdk.resource.group
-
Uses of Group in com.okta.sdk.resource.model
Modifier and TypeMethodDescriptionGroup.links
(GroupLinks links) Group.profile
(GroupProfile profile)