Package com.okta.sdk.resource.model
Class OpenIdConnectApplication
java.lang.Object
com.okta.sdk.resource.model.Application
com.okta.sdk.resource.model.OpenIdConnectApplication
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-01-10T13:13:30.124931-06:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class OpenIdConnectApplication
extends Application
implements Serializable
OpenIdConnectApplication
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.okta.sdk.resource.model.Application
Application.FeaturesEnum -
Field Summary
FieldsFields inherited from class com.okta.sdk.resource.model.Application
JSON_PROPERTY_ACCESSIBILITY, JSON_PROPERTY_CREATED, JSON_PROPERTY_EMBEDDED, JSON_PROPERTY_FEATURES, JSON_PROPERTY_ID, JSON_PROPERTY_LABEL, JSON_PROPERTY_LAST_UPDATED, JSON_PROPERTY_LICENSING, JSON_PROPERTY_LINKS, JSON_PROPERTY_ORN, JSON_PROPERTY_PROFILE, JSON_PROPERTY_SIGN_ON_MODE, JSON_PROPERTY_STATUS, JSON_PROPERTY_VISIBILITY, signOnMode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncredentials(OAuthApplicationCredentials credentials) booleanGet credentialsgetName()`oidc_client` is the key name for an OAuth 2.0 client app instanceGet settingsinthashCode()voidsetCredentials(OAuthApplicationCredentials credentials) voidvoidsetSettings(OpenIdConnectApplicationSettings settings) settings(OpenIdConnectApplicationSettings settings) toString()Methods inherited from class com.okta.sdk.resource.model.Application
accessibility, addfeaturesItem, embedded, features, getAccessibility, getCreated, getEmbedded, getFeatures, getId, getLabel, getLastUpdated, getLicensing, getLinks, getOrn, getProfile, getSignOnMode, getStatus, getVisibility, label, licensing, links, profile, putprofileItem, setAccessibility, setEmbedded, setFeatures, setLabel, setLicensing, setLinks, setProfile, setSignOnMode, setStatus, setVisibility, signOnMode, status, visibility
-
Field Details
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SETTINGS
- See Also:
-
-
Constructor Details
-
OpenIdConnectApplication
public OpenIdConnectApplication()
-
-
Method Details
-
credentials
-
getCredentials
Get credentials- Returns:
- credentials
-
setCredentials
-
name
-
getName
`oidc_client` is the key name for an OAuth 2.0 client app instance- Returns:
- name
-
setName
-
settings
-
getSettings
Get settings- Returns:
- settings
-
setSettings
-
equals
- Overrides:
equalsin classApplication
-
hashCode
public int hashCode()- Overrides:
hashCodein classApplication
-
toString
- Overrides:
toStringin classApplication
-