@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00")
public class DefaultClient
extends BaseClient
implements Client
| Constructor and Description |
|---|
DefaultClient(ClientConfiguration clientConfiguration,
CacheManager cacheManager)
Instantiates a new Client instance that will communicate with the Okta REST API.
|
DefaultClient(ClientConfiguration clientConfiguration,
CacheManager cacheManager,
com.okta.commons.http.RequestExecutor requestExecutor)
Instantiates a new Client instance that will communicate with the Okta REST API.
|
| Modifier and Type | Method and Description |
|---|---|
TrustedOrigin |
activateOrigin(java.lang.String trustedOriginId)
Success
|
LinkedObject |
addLinkedObjectDefinition(LinkedObject linkedObject)
Success
|
JsonWebKey |
apiV1IdpsIdpIdCredentialsCsrsCsrIdLifecyclePublishPost(java.lang.String idpId,
java.lang.String csrId)
Update the Certificate Signing Request with a signed X.509 certificate and add it into the signing key credentials for the IdP.
|
Application |
createApplication(Application application)
Add Application
Adds a new application to your Okta organization.
|
Application |
createApplication(Application application,
java.lang.Boolean activate,
java.lang.String oktaAccessGatewayAgent)
Add Application
Adds a new application to your Okta organization.
|
AuthorizationServer |
createAuthorizationServer(AuthorizationServer authorizationServer)
Success
|
Domain |
createDomain(Domain domain)
Create Domain
Creates your domain.
|
EventHook |
createEventHook(EventHook eventHook)
Success
|
Group |
createGroup(Group group)
Add Group
Adds a new group with `OKTA_GROUP` type to your organization.
|
GroupRule |
createGroupRule(GroupRule groupRule)
Create Group Rule
Creates a group rule to dynamically add users to the specified group if they match the condition
|
IdentityProvider |
createIdentityProvider(IdentityProvider identityProvider)
Add Identity Provider
Adds a new IdP to your organization.
|
JsonWebKey |
createIdentityProviderKey(JsonWebKey jsonWebKey)
Add X.509 Certificate Public Key
Adds a new X.509 certificate credential to the IdP key store.
|
InlineHook |
createInlineHook(InlineHook inlineHook)
Success
|
NetworkZone |
createNetworkZone(NetworkZone zone)
Add Network Zone
Adds a new network zone to your Okta organization.
|
TrustedOrigin |
createOrigin(TrustedOrigin trustedOrigin)
Success
|
Policy |
createPolicy(Policy policy)
Creates a policy.
|
Policy |
createPolicy(Policy policy,
java.lang.Boolean activate)
Creates a policy.
|
Session |
createSession(CreateSessionRequest createSessionRequest)
Create Session with Session Token
Creates a new session for a user with a valid session token.
|
SmsTemplate |
createSmsTemplate(SmsTemplate smsTemplate)
Add SMS Template
Adds a new custom SMS template to your organization.
|
User |
createUser(CreateUserRequest body)
Create User
Creates a new user in your Okta organization with or without credentials.
|
User |
createUser(CreateUserRequest body,
java.lang.Boolean activate,
java.lang.Boolean provider,
UserNextLogin nextLogin)
Create User
Creates a new user in your Okta organization with or without credentials.
|
UserType |
createUserType(UserType userType)
Creates a new User Type.
|
TrustedOrigin |
deactivateOrigin(java.lang.String trustedOriginId)
Success
|
void |
deleteDomain(java.lang.String domainId)
Delete Domain
Deletes a Domain by `id`.
|
void |
deleteIdentityProviderKey(java.lang.String keyId)
Delete Key
Deletes a specific IdP Key Credential by `kid` if it is not currently being used by an Active or Inactive IdP.
|
Application |
getApplication(java.lang.String appId)
Get Application
Fetches an application from your Okta organization by `id`.
|
Application |
getApplication(java.lang.String appId,
java.lang.String expand)
Get Application
Fetches an application from your Okta organization by `id`.
|
UserSchema |
getApplicationUserSchema(java.lang.String appInstanceId)
Fetches the Schema for an App User
Fetches the Schema for an App User
|
Authenticator |
getAuthenticator(java.lang.String authenticatorId)
Success
|
AuthorizationServer |
getAuthorizationServer(java.lang.String authServerId)
Success
|
Brand |
getBrand(java.lang.String brandId)
Get Brand
Fetches a brand by `brandId`
|
ThemeResponse |
getBrandTheme(java.lang.String brandId,
java.lang.String themeId)
Get a theme for a brand
Fetches a theme for a brand
|
ThreatInsightConfiguration |
getCurrentConfiguration()
Gets current ThreatInsight configuration
|
Domain |
getDomain(java.lang.String domainId)
Get Domain
Fetches a Domain by `id`.
|
EventHook |
getEventHook(java.lang.String eventHookId)
Success
|
VerifyUserFactorResponse |
getFactorTransactionStatus(java.lang.String userId,
java.lang.String factorId,
java.lang.String transactionId)
Polls factors verification transaction for status.
|
Feature |
getFeature(java.lang.String featureId)
Success
|
Group |
getGroup(java.lang.String groupId)
List Group Rules
Fetches a group from your organization.
|
GroupRule |
getGroupRule(java.lang.String ruleId)
Get Group Rule
Fetches a specific group rule by id from your organization
|
GroupRule |
getGroupRule(java.lang.String ruleId,
java.lang.String expand)
Get Group Rule
Fetches a specific group rule by id from your organization
|
GroupSchema |
getGroupSchema()
Fetches the group schema
Fetches the group schema
|
IdentityProvider |
getIdentityProvider(java.lang.String idpId)
Get Identity Provider
Fetches an IdP by `id`.
|
JsonWebKey |
getIdentityProviderKey(java.lang.String keyId)
Get Key
Gets a specific IdP Key Credential by `kid`
|
InlineHook |
getInlineHook(java.lang.String inlineHookId)
Gets an inline hook by ID
|
LinkedObject |
getLinkedObjectDefinition(java.lang.String linkedObjectName)
Success
|
LogEventList |
getLogs()
Fetch a list of events from your Okta organization system log.
|
LogEventList |
getLogs(java.util.Date since,
java.util.Date until,
java.lang.String filter,
java.lang.String q,
java.lang.String sortOrder)
Fetch a list of events from your Okta organization system log.
|
NetworkZone |
getNetworkZone(java.lang.String zoneId)
Get Network Zone
Fetches a network zone from your Okta organization by `id`.
|
OrgSetting |
getOrgSettings()
Get org settings
Get settings of your organization.
|
TrustedOrigin |
getOrigin(java.lang.String trustedOriginId)
Success
|
Policy |
getPolicy(java.lang.String policyId)
Gets a policy.
|
Policy |
getPolicy(java.lang.String policyId,
java.lang.String expand)
Gets a policy.
|
ProfileMapping |
getProfileMapping(java.lang.String mappingId)
Get Profile Mapping
Fetches a single Profile Mapping referenced by its ID.
|
Role |
getRole(java.lang.String groupId,
java.lang.String roleId)
Success
|
Session |
getSession(java.lang.String sessionId)
Get details about a session.
|
SmsTemplate |
getSmsTemplate(java.lang.String templateId)
Get SMS Template
Fetches a specific template by `id`
|
User |
getUser(java.lang.String userId)
Get User
Fetches a user from your Okta organization.
|
OAuth2ScopeConsentGrant |
getUserGrant(java.lang.String userId,
java.lang.String grantId)
Gets a grant for the specified user
|
OAuth2ScopeConsentGrant |
getUserGrant(java.lang.String userId,
java.lang.String grantId,
java.lang.String expand)
Gets a grant for the specified user
|
UserSchema |
getUserSchema(java.lang.String schemaId)
Fetches the schema for a Schema Id.
|
UserType |
getUserType(java.lang.String typeId)
Fetches a User Type by ID.
|
ApplicationList |
listApplications()
List Applications
Enumerates apps added to your organization with pagination.
|
ApplicationList |
listApplications(java.lang.String q,
java.lang.String filter,
java.lang.String expand,
java.lang.Boolean includeNonDeleted)
List Applications
Enumerates apps added to your organization with pagination.
|
CatalogApplicationList |
listApplicationTargetsForApplicationAdministratorRoleForGroup(java.lang.String groupId,
java.lang.String roleId)
Lists all App targets for an `APP_ADMIN` Role assigned to a Group.
|
CatalogApplicationList |
listApplicationTargetsForApplicationAdministratorRoleForUser(java.lang.String userId,
java.lang.String roleId)
Lists all App targets for an `APP_ADMIN` Role assigned to a User.
|
AuthenticatorList |
listAuthenticators()
Success
|
AuthorizationServerList |
listAuthorizationServers()
Success
|
AuthorizationServerList |
listAuthorizationServers(java.lang.String q)
Success
|
BrandList |
listBrands()
List Brands
List all the brands in your org.
|
ThemeResponseList |
listBrandThemes(java.lang.String brandId)
Get Brand Themes
List all the themes in your brand
|
DomainListResponse |
listDomains()
List Domains
List all verified custom Domains for the org.
|
EventHookList |
listEventHooks()
Success
|
FeatureList |
listFeatures()
Success
|
OAuth2ScopeConsentGrantList |
listGrantsForUserAndClient(java.lang.String userId,
java.lang.String clientId)
Lists all grants for a specified user and client
|
OAuth2ScopeConsentGrantList |
listGrantsForUserAndClient(java.lang.String userId,
java.lang.String clientId,
java.lang.String expand)
Lists all grants for a specified user and client
|
RoleList |
listGroupAssignedRoles(java.lang.String groupId)
Success
|
RoleList |
listGroupAssignedRoles(java.lang.String groupId,
java.lang.String expand)
Success
|
GroupRuleList |
listGroupRules()
List Group Rules
Lists all group rules for your organization.
|
GroupRuleList |
listGroupRules(java.lang.String search,
java.lang.String expand)
List Group Rules
Lists all group rules for your organization.
|
GroupList |
listGroups()
List Groups
Enumerates groups in your organization with pagination.
|
GroupList |
listGroups(java.lang.String q,
java.lang.String search,
java.lang.String expand)
List Groups
Enumerates groups in your organization with pagination.
|
GroupList |
listGroupTargetsForGroupRole(java.lang.String groupId,
java.lang.String roleId)
Success
|
JsonWebKeyList |
listIdentityProviderKeys()
List Keys
Enumerates IdP key credentials.
|
IdentityProviderList |
listIdentityProviders()
List Identity Providers
Enumerates IdPs in your organization with pagination.
|
IdentityProviderList |
listIdentityProviders(java.lang.String q,
java.lang.String type)
List Identity Providers
Enumerates IdPs in your organization with pagination.
|
InlineHookList |
listInlineHooks()
Success
|
InlineHookList |
listInlineHooks(java.lang.String type)
Success
|
LinkedObjectList |
listLinkedObjectDefinitions()
Success
|
NetworkZoneList |
listNetworkZones()
List Network Zones
Enumerates network zones added to your organization with pagination.
|
NetworkZoneList |
listNetworkZones(java.lang.String filter)
List Network Zones
Enumerates network zones added to your organization with pagination.
|
TrustedOriginList |
listOrigins()
Success
|
TrustedOriginList |
listOrigins(java.lang.String q,
java.lang.String filter)
Success
|
PolicyList |
listPolicies(java.lang.String type)
Gets all policies with the specified type.
|
PolicyList |
listPolicies(java.lang.String type,
java.lang.String status,
java.lang.String expand)
Gets all policies with the specified type.
|
ProfileMappingList |
listProfileMappings()
Enumerates Profile Mappings in your organization with pagination.
|
ProfileMappingList |
listProfileMappings(java.lang.String sourceId,
java.lang.String targetId)
Enumerates Profile Mappings in your organization with pagination.
|
SmsTemplateList |
listSmsTemplates()
List SMS Templates
Enumerates custom SMS templates in your organization.
|
SmsTemplateList |
listSmsTemplates(SmsTemplateType templateType)
List SMS Templates
Enumerates custom SMS templates in your organization.
|
UserList |
listUsers()
List Users
Lists users in your organization with pagination in most cases.
|
UserList |
listUsers(java.lang.String q,
java.lang.String filter,
java.lang.String search,
java.lang.String sortBy,
java.lang.String sortOrder)
List Users
Lists users in your organization with pagination in most cases.
|
UserTypeList |
listUserTypes()
Fetches all User Types in your org
|
User |
partialUpdateUser(User user,
java.lang.String userId)
Fetch a user by `id`, `login`, or `login shortname` if the short name is unambiguous.
|
User |
partialUpdateUser(User user,
java.lang.String userId,
java.lang.Boolean strict)
Fetch a user by `id`, `login`, or `login shortname` if the short name is unambiguous.
|
void |
removeApplicationTargetFromAdministratorRoleForUser(java.lang.String userId,
java.lang.String roleId,
java.lang.String appName,
java.lang.String applicationId)
Remove App Instance Target to App Administrator Role given to a User
Remove App Instance Target to App Administrator Role given to a User
|
void |
removeApplicationTargetFromAdministratorRoleGivenToGroup(java.lang.String groupId,
java.lang.String roleId,
java.lang.String appName,
java.lang.String applicationId)
Remove App Instance Target to App Administrator Role given to a Group
Remove App Instance Target to App Administrator Role given to a Group
|
void |
removeApplicationTargetFromApplicationAdministratorRoleForUser(java.lang.String userId,
java.lang.String roleId,
java.lang.String appName)
Success
|
void |
removeApplicationTargetFromApplicationAdministratorRoleGivenToGroup(java.lang.String groupId,
java.lang.String roleId,
java.lang.String appName)
Success
|
void |
removeGroupTargetFromGroupAdministratorRoleGivenToGroup(java.lang.String groupId,
java.lang.String roleId,
java.lang.String targetGroupId) |
void |
removeRoleFromGroup(java.lang.String groupId,
java.lang.String roleId)
Unassigns a Role from a Group
|
UserSchema |
updateApplicationUserProfile(java.lang.String appInstanceId)
Partial updates on the User Profile properties of the Application User Schema.
|
UserSchema |
updateApplicationUserProfile(java.lang.String appInstanceId,
UserSchema body)
Partial updates on the User Profile properties of the Application User Schema.
|
GroupSchema |
updateGroupSchema()
Updates, adds ore removes one or more custom Group Profile properties in the schema
Updates, adds ore removes one or more custom Group Profile properties in the schema
|
GroupSchema |
updateGroupSchema(GroupSchema body)
Updates, adds ore removes one or more custom Group Profile properties in the schema
Updates, adds ore removes one or more custom Group Profile properties in the schema
|
UserSchema |
updateUserProfile(java.lang.String schemaId,
UserSchema userSchema)
Partial updates on the User Profile properties of the user schema.
|
Domain |
verifyDomain(java.lang.String domainId)
Verify Domain
Verifies the Domain by `id`.
|
create, createDataStore, createRequestExecutor, delete, getCacheManager, getClientCredentials, getDataStore, getResource, http, instantiate, isReady, saveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataStorecreate, delete, getCacheManager, getClientCredentials, getResource, http, instantiate, isReady, savepublic DefaultClient(ClientConfiguration clientConfiguration, CacheManager cacheManager)
clientConfiguration - the ClientConfiguration containing the connection informationcacheManager - the CacheManager that should be used to cachepublic DefaultClient(ClientConfiguration clientConfiguration, CacheManager cacheManager, com.okta.commons.http.RequestExecutor requestExecutor)
clientConfiguration - the ClientConfiguration containing the connection informationcacheManager - the CacheManager that should be used to cacherequestExecutor - the RequestExecutor that should be used to execute requests@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/apps")
public ApplicationList listApplications(java.lang.String q,
java.lang.String filter,
java.lang.String expand,
java.lang.Boolean includeNonDeleted)
listApplications in interface Clientq - (optional)filter - Filters apps by status, user.id, group.id or credentials.signing.kid expression (optional)expand - Traverses users link relationship and optionally embeds Application User resource (optional)includeNonDeleted - (optional, default to false)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/apps")
public ApplicationList listApplications()
listApplications in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/apps")
public Application createApplication(Application application,
java.lang.Boolean activate,
java.lang.String oktaAccessGatewayAgent)
createApplication in interface Clientapplication - (required)activate - Executes activation lifecycle operation when creating the app (optional, default to true)oktaAccessGatewayAgent - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/apps")
public Application createApplication(Application application)
createApplication in interface Clientapplication - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/apps/{appId}")
public Application getApplication(java.lang.String appId,
java.lang.String expand)
getApplication in interface ClientappId - (required)expand - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/apps/{appId}")
public Application getApplication(java.lang.String appId)
getApplication in interface ClientappId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/authenticators")
public AuthenticatorList listAuthenticators()
listAuthenticators in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/authenticators/{authenticatorId}")
public Authenticator getAuthenticator(java.lang.String authenticatorId)
getAuthenticator in interface ClientauthenticatorId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/authorizationServers")
public AuthorizationServerList listAuthorizationServers(java.lang.String q)
listAuthorizationServers in interface Clientq - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/authorizationServers")
public AuthorizationServerList listAuthorizationServers()
listAuthorizationServers in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/authorizationServers")
public AuthorizationServer createAuthorizationServer(AuthorizationServer authorizationServer)
createAuthorizationServer in interface ClientauthorizationServer - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/authorizationServers/{authServerId}")
public AuthorizationServer getAuthorizationServer(java.lang.String authServerId)
getAuthorizationServer in interface ClientauthServerId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/brands")
public BrandList listBrands()
listBrands in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/brands/{brandId}")
public Brand getBrand(java.lang.String brandId)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/brands/{brandId}/themes")
public ThemeResponseList listBrandThemes(java.lang.String brandId)
listBrandThemes in interface ClientbrandId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/brands/{brandId}/themes/{themeId}")
public ThemeResponse getBrandTheme(java.lang.String brandId,
java.lang.String themeId)
getBrandTheme in interface ClientbrandId - (required)themeId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/domains")
public DomainListResponse listDomains()
listDomains in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/domains")
public Domain createDomain(Domain domain)
createDomain in interface Clientdomain - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="DELETE - /api/v1/domains/{domainId}")
public void deleteDomain(java.lang.String domainId)
deleteDomain in interface ClientdomainId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/domains/{domainId}")
public Domain getDomain(java.lang.String domainId)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/domains/{domainId}/verify")
public Domain verifyDomain(java.lang.String domainId)
verifyDomain in interface ClientdomainId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/eventHooks")
public EventHookList listEventHooks()
listEventHooks in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/eventHooks")
public EventHook createEventHook(EventHook eventHook)
createEventHook in interface ClienteventHook - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/eventHooks/{eventHookId}")
public EventHook getEventHook(java.lang.String eventHookId)
getEventHook in interface ClienteventHookId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/features")
public FeatureList listFeatures()
listFeatures in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/features/{featureId}")
public Feature getFeature(java.lang.String featureId)
getFeature in interface ClientfeatureId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/groups")
public GroupList listGroups(java.lang.String q,
java.lang.String search,
java.lang.String expand)
listGroups in interface Clientq - Searches the name property of groups for matching value (optional)search - Filter expression for groups (optional)expand - If specified, it causes additional metadata to be included in the response. (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/groups")
public GroupList listGroups()
listGroups in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/groups")
public Group createGroup(Group group)
createGroup in interface Clientgroup - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/groups/rules")
public GroupRuleList listGroupRules(java.lang.String search,
java.lang.String expand)
listGroupRules in interface Clientsearch - Specifies the keyword to search fules for (optional)expand - If specified as `groupIdToGroupNameMap`, then show group names (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/groups/rules")
public GroupRuleList listGroupRules()
listGroupRules in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/groups/rules")
public GroupRule createGroupRule(GroupRule groupRule)
createGroupRule in interface ClientgroupRule - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/groups/rules/{ruleId}")
public GroupRule getGroupRule(java.lang.String ruleId,
java.lang.String expand)
getGroupRule in interface ClientruleId - (required)expand - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/groups/rules/{ruleId}")
public GroupRule getGroupRule(java.lang.String ruleId)
getGroupRule in interface ClientruleId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/groups/{groupId}")
public Group getGroup(java.lang.String groupId)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/groups/{groupId}/roles")
public RoleList listGroupAssignedRoles(java.lang.String groupId,
java.lang.String expand)
listGroupAssignedRoles in interface ClientgroupId - (required)expand - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/groups/{groupId}/roles")
public RoleList listGroupAssignedRoles(java.lang.String groupId)
listGroupAssignedRoles in interface ClientgroupId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="DELETE - /api/v1/groups/{groupId}/roles/{roleId}")
public void removeRoleFromGroup(java.lang.String groupId,
java.lang.String roleId)
removeRoleFromGroup in interface ClientgroupId - (required)roleId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/groups/{groupId}/roles/{roleId}")
public Role getRole(java.lang.String groupId,
java.lang.String roleId)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps")
public CatalogApplicationList listApplicationTargetsForApplicationAdministratorRoleForGroup(java.lang.String groupId,
java.lang.String roleId)
listApplicationTargetsForApplicationAdministratorRoleForGroup in interface ClientgroupId - (required)roleId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="DELETE - /api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps/{appName}")
public void removeApplicationTargetFromApplicationAdministratorRoleGivenToGroup(java.lang.String groupId,
java.lang.String roleId,
java.lang.String appName)
removeApplicationTargetFromApplicationAdministratorRoleGivenToGroup in interface ClientgroupId - (required)roleId - (required)appName - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="DELETE - /api/v1/groups/{groupId}/roles/{roleId}/targets/catalog/apps/{appName}/{applicationId}")
public void removeApplicationTargetFromAdministratorRoleGivenToGroup(java.lang.String groupId,
java.lang.String roleId,
java.lang.String appName,
java.lang.String applicationId)
removeApplicationTargetFromAdministratorRoleGivenToGroup in interface ClientgroupId - (required)roleId - (required)appName - (required)applicationId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/groups/{groupId}/roles/{roleId}/targets/groups")
public GroupList listGroupTargetsForGroupRole(java.lang.String groupId,
java.lang.String roleId)
listGroupTargetsForGroupRole in interface ClientgroupId - (required)roleId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="DELETE - /api/v1/groups/{groupId}/roles/{roleId}/targets/groups/{targetGroupId}")
public void removeGroupTargetFromGroupAdministratorRoleGivenToGroup(java.lang.String groupId,
java.lang.String roleId,
java.lang.String targetGroupId)
removeGroupTargetFromGroupAdministratorRoleGivenToGroup in interface ClientgroupId - (required)roleId - (required)targetGroupId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/idps")
public IdentityProviderList listIdentityProviders(java.lang.String q,
java.lang.String type)
listIdentityProviders in interface Clientq - Searches the name property of IdPs for matching value (optional)type - Filters IdPs by type (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/idps")
public IdentityProviderList listIdentityProviders()
listIdentityProviders in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/idps")
public IdentityProvider createIdentityProvider(IdentityProvider identityProvider)
createIdentityProvider in interface ClientidentityProvider - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/idps/credentials/keys")
public JsonWebKeyList listIdentityProviderKeys()
listIdentityProviderKeys in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/idps/credentials/keys")
public JsonWebKey createIdentityProviderKey(JsonWebKey jsonWebKey)
createIdentityProviderKey in interface ClientjsonWebKey - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="DELETE - /api/v1/idps/credentials/keys/{keyId}")
public void deleteIdentityProviderKey(java.lang.String keyId)
deleteIdentityProviderKey in interface ClientkeyId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/idps/credentials/keys/{keyId}")
public JsonWebKey getIdentityProviderKey(java.lang.String keyId)
getIdentityProviderKey in interface ClientkeyId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/idps/{idpId}")
public IdentityProvider getIdentityProvider(java.lang.String idpId)
getIdentityProvider in interface ClientidpId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/idps/{idpId}/credentials/csrs/{csrId}/lifecycle/publish")
public JsonWebKey apiV1IdpsIdpIdCredentialsCsrsCsrIdLifecyclePublishPost(java.lang.String idpId,
java.lang.String csrId)
apiV1IdpsIdpIdCredentialsCsrsCsrIdLifecyclePublishPost in interface ClientidpId - (required)csrId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/inlineHooks")
public InlineHookList listInlineHooks(java.lang.String type)
listInlineHooks in interface Clienttype - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/inlineHooks")
public InlineHookList listInlineHooks()
listInlineHooks in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/inlineHooks")
public InlineHook createInlineHook(InlineHook inlineHook)
createInlineHook in interface ClientinlineHook - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/inlineHooks/{inlineHookId}")
public InlineHook getInlineHook(java.lang.String inlineHookId)
getInlineHook in interface ClientinlineHookId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/logs")
public LogEventList getLogs(java.util.Date since,
java.util.Date until,
java.lang.String filter,
java.lang.String q,
java.lang.String sortOrder)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/logs")
public LogEventList getLogs()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/mappings")
public ProfileMappingList listProfileMappings(java.lang.String sourceId,
java.lang.String targetId)
listProfileMappings in interface ClientsourceId - (optional)targetId - (optional, default to )@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/mappings")
public ProfileMappingList listProfileMappings()
listProfileMappings in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/mappings/{mappingId}")
public ProfileMapping getProfileMapping(java.lang.String mappingId)
getProfileMapping in interface ClientmappingId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/meta/schemas/apps/{appInstanceId}/default")
public UserSchema getApplicationUserSchema(java.lang.String appInstanceId)
getApplicationUserSchema in interface ClientappInstanceId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/meta/schemas/apps/{appInstanceId}/default")
public UserSchema updateApplicationUserProfile(java.lang.String appInstanceId,
UserSchema body)
updateApplicationUserProfile in interface ClientappInstanceId - (required)body - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/meta/schemas/apps/{appInstanceId}/default")
public UserSchema updateApplicationUserProfile(java.lang.String appInstanceId)
updateApplicationUserProfile in interface ClientappInstanceId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/meta/schemas/group/default")
public GroupSchema getGroupSchema()
getGroupSchema in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/meta/schemas/group/default")
public GroupSchema updateGroupSchema(GroupSchema body)
updateGroupSchema in interface Clientbody - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/meta/schemas/group/default")
public GroupSchema updateGroupSchema()
updateGroupSchema in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/meta/schemas/user/linkedObjects")
public LinkedObjectList listLinkedObjectDefinitions()
listLinkedObjectDefinitions in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/meta/schemas/user/linkedObjects")
public LinkedObject addLinkedObjectDefinition(LinkedObject linkedObject)
addLinkedObjectDefinition in interface ClientlinkedObject - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/meta/schemas/user/linkedObjects/{linkedObjectName}")
public LinkedObject getLinkedObjectDefinition(java.lang.String linkedObjectName)
getLinkedObjectDefinition in interface ClientlinkedObjectName - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/meta/schemas/user/{schemaId}")
public UserSchema getUserSchema(java.lang.String schemaId)
getUserSchema in interface ClientschemaId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/meta/schemas/user/{schemaId}")
public UserSchema updateUserProfile(java.lang.String schemaId,
UserSchema userSchema)
updateUserProfile in interface ClientschemaId - (required)userSchema - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/meta/types/user")
public UserTypeList listUserTypes()
listUserTypes in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/meta/types/user")
public UserType createUserType(UserType userType)
createUserType in interface ClientuserType - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/meta/types/user/{typeId}")
public UserType getUserType(java.lang.String typeId)
getUserType in interface ClienttypeId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/org")
public OrgSetting getOrgSettings()
getOrgSettings in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/policies")
public PolicyList listPolicies(java.lang.String type,
java.lang.String status,
java.lang.String expand)
listPolicies in interface Clienttype - (required)status - (optional)expand - (optional, default to )@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/policies")
public PolicyList listPolicies(java.lang.String type)
listPolicies in interface Clienttype - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/policies")
public Policy createPolicy(Policy policy,
java.lang.Boolean activate)
createPolicy in interface Clientpolicy - (required)activate - (optional, default to true)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/policies")
public Policy createPolicy(Policy policy)
createPolicy in interface Clientpolicy - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/policies/{policyId}")
public Policy getPolicy(java.lang.String policyId,
java.lang.String expand)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/policies/{policyId}")
public Policy getPolicy(java.lang.String policyId)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/sessions")
public Session createSession(CreateSessionRequest createSessionRequest)
createSession in interface ClientcreateSessionRequest - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/sessions/{sessionId}")
public Session getSession(java.lang.String sessionId)
getSession in interface ClientsessionId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/templates/sms")
public SmsTemplateList listSmsTemplates(SmsTemplateType templateType)
listSmsTemplates in interface ClienttemplateType - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/templates/sms")
public SmsTemplateList listSmsTemplates()
listSmsTemplates in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/templates/sms")
public SmsTemplate createSmsTemplate(SmsTemplate smsTemplate)
createSmsTemplate in interface ClientsmsTemplate - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/templates/sms/{templateId}")
public SmsTemplate getSmsTemplate(java.lang.String templateId)
getSmsTemplate in interface ClienttemplateId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/threats/configuration")
public ThreatInsightConfiguration getCurrentConfiguration()
getCurrentConfiguration in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/trustedOrigins")
public TrustedOriginList listOrigins(java.lang.String q,
java.lang.String filter)
listOrigins in interface Clientq - (optional)filter - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/trustedOrigins")
public TrustedOriginList listOrigins()
listOrigins in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/trustedOrigins")
public TrustedOrigin createOrigin(TrustedOrigin trustedOrigin)
createOrigin in interface ClienttrustedOrigin - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/trustedOrigins/{trustedOriginId}")
public TrustedOrigin getOrigin(java.lang.String trustedOriginId)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/activate")
public TrustedOrigin activateOrigin(java.lang.String trustedOriginId)
activateOrigin in interface ClienttrustedOriginId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/trustedOrigins/{trustedOriginId}/lifecycle/deactivate")
public TrustedOrigin deactivateOrigin(java.lang.String trustedOriginId)
deactivateOrigin in interface ClienttrustedOriginId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/users")
public UserList listUsers(java.lang.String q,
java.lang.String filter,
java.lang.String search,
java.lang.String sortBy,
java.lang.String sortOrder)
listUsers in interface Clientq - Finds a user that matches firstName, lastName, and email properties (optional)filter - Filters users with a supported expression for a subset of properties (optional)search - Searches for users with a supported filtering expression for most properties (optional)sortBy - (optional)sortOrder - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/users")
public UserList listUsers()
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/users")
public User createUser(CreateUserRequest body,
java.lang.Boolean activate,
java.lang.Boolean provider,
UserNextLogin nextLogin)
createUser in interface Clientbody - (required)activate - Executes activation lifecycle operation when creating the user (optional, default to true)provider - Indicates whether to create a user with a specified authentication provider (optional, default to false)nextLogin - With activate=true, set nextLogin to \"changePassword\" to have the password be EXPIRED, so user must change it the next time they log in. (optional, default to )@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/users")
public User createUser(CreateUserRequest body)
createUser in interface Clientbody - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/users/{userId}")
public User getUser(java.lang.String userId)
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/users/{userId}")
public User partialUpdateUser(User user,
java.lang.String userId,
java.lang.Boolean strict)
partialUpdateUser in interface Clientuser - (required)userId - (required)strict - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/users/{userId}")
public User partialUpdateUser(User user,
java.lang.String userId)
partialUpdateUser in interface Clientuser - (required)userId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/users/{userId}/clients/{clientId}/grants")
public OAuth2ScopeConsentGrantList listGrantsForUserAndClient(java.lang.String userId,
java.lang.String clientId,
java.lang.String expand)
listGrantsForUserAndClient in interface ClientuserId - (required)clientId - (required)expand - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/users/{userId}/clients/{clientId}/grants")
public OAuth2ScopeConsentGrantList listGrantsForUserAndClient(java.lang.String userId,
java.lang.String clientId)
listGrantsForUserAndClient in interface ClientuserId - (required)clientId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/users/{userId}/factors/{factorId}/transactions/{transactionId}")
public VerifyUserFactorResponse getFactorTransactionStatus(java.lang.String userId,
java.lang.String factorId,
java.lang.String transactionId)
getFactorTransactionStatus in interface ClientuserId - (required)factorId - (required)transactionId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/users/{userId}/grants/{grantId}")
public OAuth2ScopeConsentGrant getUserGrant(java.lang.String userId,
java.lang.String grantId,
java.lang.String expand)
getUserGrant in interface ClientuserId - (required)grantId - (required)expand - (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/users/{userId}/grants/{grantId}")
public OAuth2ScopeConsentGrant getUserGrant(java.lang.String userId,
java.lang.String grantId)
getUserGrant in interface ClientuserId - (required)grantId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps")
public CatalogApplicationList listApplicationTargetsForApplicationAdministratorRoleForUser(java.lang.String userId,
java.lang.String roleId)
listApplicationTargetsForApplicationAdministratorRoleForUser in interface ClientuserId - (required)roleId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="DELETE - /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps/{appName}")
public void removeApplicationTargetFromApplicationAdministratorRoleForUser(java.lang.String userId,
java.lang.String roleId,
java.lang.String appName)
removeApplicationTargetFromApplicationAdministratorRoleForUser in interface ClientuserId - (required)roleId - (required)appName - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="DELETE - /api/v1/users/{userId}/roles/{roleId}/targets/catalog/apps/{appName}/{applicationId}")
public void removeApplicationTargetFromAdministratorRoleForUser(java.lang.String userId,
java.lang.String roleId,
java.lang.String appName,
java.lang.String applicationId)
removeApplicationTargetFromAdministratorRoleForUser in interface ClientuserId - (required)roleId - (required)appName - (required)applicationId - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/zones")
public NetworkZoneList listNetworkZones(java.lang.String filter)
listNetworkZones in interface Clientfilter - Filters zones by usage or id expression (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/zones")
public NetworkZoneList listNetworkZones()
listNetworkZones in interface Client@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="POST - /api/v1/zones")
public NetworkZone createNetworkZone(NetworkZone zone)
createNetworkZone in interface Clientzone - (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen",
date="2021-12-15T06:35:43.156-06:00",
comments="GET - /api/v1/zones/{zoneId}")
public NetworkZone getNetworkZone(java.lang.String zoneId)
getNetworkZone in interface ClientzoneId - (required)Copyright © 2017-2021 Okta. All Rights Reserved.