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.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` typeMethods 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.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 memberMethods in com.okta.sdk.resource.api with parameters of type GroupModifier 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
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)