Package com.okta.sdk.resource.model
Class OpenIdConnectApplicationSettings
java.lang.Object
com.okta.sdk.resource.model.OpenIdConnectApplicationSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class OpenIdConnectApplicationSettings
extends Object
implements Serializable
OpenIdConnectApplicationSettings
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Identifies an additional identity store app, if your app supports it.Controls whether Okta automatically assigns users to the app based on the user's role or group membership.Identifier of an inline hook.getNotes()
Get notesGet notificationsGet oauthClientGet signOnint
hashCode()
identityStoreId
(String identityStoreId) implicitAssignment
(Boolean implicitAssignment) inlineHookId
(String inlineHookId) notes
(ApplicationSettingsNotes notes) notifications
(ApplicationSettingsNotifications notifications) oauthClient
(OpenIdConnectApplicationSettingsClient oauthClient) void
setIdentityStoreId
(String identityStoreId) void
setImplicitAssignment
(Boolean implicitAssignment) void
setInlineHookId
(String inlineHookId) void
setNotes
(ApplicationSettingsNotes notes) void
setNotifications
(ApplicationSettingsNotifications notifications) void
setOauthClient
(OpenIdConnectApplicationSettingsClient oauthClient) void
toString()
-
Field Details
-
JSON_PROPERTY_IDENTITY_STORE_ID
- See Also:
-
JSON_PROPERTY_IMPLICIT_ASSIGNMENT
- See Also:
-
JSON_PROPERTY_INLINE_HOOK_ID
- See Also:
-
JSON_PROPERTY_NOTES
- See Also:
-
JSON_PROPERTY_NOTIFICATIONS
- See Also:
-
JSON_PROPERTY_SIGN_ON
- See Also:
-
JSON_PROPERTY_OAUTH_CLIENT
- See Also:
-
-
Constructor Details
-
OpenIdConnectApplicationSettings
public OpenIdConnectApplicationSettings()
-
-
Method Details
-
identityStoreId
-
getIdentityStoreId
Identifies an additional identity store app, if your app supports it. The `identityStoreId` value must be a valid identity store app ID. This identity store app must be created in the same org as your app.- Returns:
- identityStoreId
-
setIdentityStoreId
-
implicitAssignment
-
getImplicitAssignment
Controls whether Okta automatically assigns users to the app based on the user's role or group membership.- Returns:
- implicitAssignment
-
setImplicitAssignment
-
inlineHookId
-
getInlineHookId
Identifier of an inline hook. Inline hooks are outbound calls from Okta to your own custom code, triggered at specific points in Okta process flows. They allow you to integrate custom functionality into those flows. See [Inline hooks](/openapi/okta-management/management/tag/InlineHook/).- Returns:
- inlineHookId
-
setInlineHookId
-
notes
-
getNotes
Get notes- Returns:
- notes
-
setNotes
-
notifications
public OpenIdConnectApplicationSettings notifications(ApplicationSettingsNotifications notifications) -
getNotifications
Get notifications- Returns:
- notifications
-
setNotifications
-
signOn
-
getSignOn
Get signOn- Returns:
- signOn
-
setSignOn
-
oauthClient
public OpenIdConnectApplicationSettings oauthClient(OpenIdConnectApplicationSettingsClient oauthClient) -
getOauthClient
Get oauthClient- Returns:
- oauthClient
-
setOauthClient
-
equals
-
hashCode
public int hashCode() -
toString
-