Uses of Class
com.okta.sdk.resource.model.Group
Packages that use Group
Package
Description
-
Uses of Group in com.okta.sdk.impl.resource
Methods in com.okta.sdk.impl.resource that return Group -
Uses of Group in com.okta.sdk.resource.api
Methods in com.okta.sdk.resource.api that return GroupModifier and TypeMethodDescriptionGroupApi.addGroup
(AddGroupRequest group) Add a Group Adds a new Group with the `OKTA_GROUP` type to your org > **Note:** App import operations are responsible for syncing Groups with `APP_GROUP` type such as Active Directory Groups.GroupApi.addGroup
(AddGroupRequest group, Map<String, String> additionalHeaders) Add a Group Adds a new Group with the `OKTA_GROUP` type to your org > **Note:** App import operations are responsible for syncing Groups with `APP_GROUP` type such as Active Directory Groups.Retrieve a Group Retrieves a specific Group by `id` from your orgRetrieve a Group Retrieves a specific Group by `id` from your orgGroupApi.replaceGroup
(String groupId, AddGroupRequest group) Replace a Group Replaces the profile for a Group of `OKTA_GROUP` type from your org > **Note :** You only can modify profiles for groups of the `OKTA_GROUP` type.GroupApi.replaceGroup
(String groupId, AddGroupRequest group, Map<String, String> additionalHeaders) Replace a Group Replaces the profile for a Group of `OKTA_GROUP` type from your org > **Note :** You only can modify profiles for groups of the `OKTA_GROUP` type.Methods in com.okta.sdk.resource.api that return types with arguments of type GroupModifier 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.RoleBTargetClientApi.listGroupTargetRoleForClient
(String clientId, String roleAssignmentId, String after, Integer limit) List all Client Role Group Targets Lists all Group targets for a `USER_ADMIN`, `HELP_DESK_ADMIN`, or `GROUP_MEMBERSHIP_ADMIN` Role Assignment to a client.RoleBTargetClientApi.listGroupTargetRoleForClient
(String clientId, String roleAssignmentId, String after, Integer limit, Map<String, String> additionalHeaders) List all Client Role Group Targets Lists all Group targets for a `USER_ADMIN`, `HELP_DESK_ADMIN`, or `GROUP_MEMBERSHIP_ADMIN` Role Assignment to a client.RoleBTargetBGroupApi.listGroupTargetsForGroupRole
(String groupId, String roleAssignmentId, String after, Integer limit) List all Group Role Group Targets Lists all Group targets for a `USER_ADMIN`, `HELP_DESK_ADMIN`, or `GROUP_MEMBERSHIP_ADMIN` Role Assignment to a Group.RoleBTargetBGroupApi.listGroupTargetsForGroupRole
(String groupId, String roleAssignmentId, String after, Integer limit, Map<String, String> additionalHeaders) List all Group Role Group Targets Lists all Group targets for a `USER_ADMIN`, `HELP_DESK_ADMIN`, or `GROUP_MEMBERSHIP_ADMIN` Role Assignment to a Group.RoleBTargetAdminApi.listGroupTargetsForRole
(String userId, String roleAssignmentId, String after, Integer limit) List all Admin Role Group Targets Lists all Group targets for a `USER_ADMIN`, `HELP_DESK_ADMIN`, or `GROUP_MEMBERSHIP_ADMIN` Role Assignment to an admin User.RoleBTargetAdminApi.listGroupTargetsForRole
(String userId, String roleAssignmentId, String after, Integer limit, Map<String, String> additionalHeaders) List all Admin Role Group Targets Lists all Group targets for a `USER_ADMIN`, `HELP_DESK_ADMIN`, or `GROUP_MEMBERSHIP_ADMIN` Role Assignment to an admin User.UserResourcesApi.listUserGroups
(String userId) List all Groups Lists all Groups of which the User is a memberUserResourcesApi.listUserGroups
(String userId, Map<String, String> additionalHeaders) List all Groups Lists all Groups of which the User is a member -
Uses of Group in com.okta.sdk.resource.group
Methods in com.okta.sdk.resource.group that return Group -
Uses of Group in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return GroupModifier and TypeMethodDescriptionGroup.links
(GroupLinks links) Group.profile
(GroupProfile profile) Methods in com.okta.sdk.resource.model that return types with arguments of type GroupMethods in com.okta.sdk.resource.model with parameters of type GroupMethod parameters in com.okta.sdk.resource.model with type arguments of type Group