Package com.okta.sdk.resource.model
Class SamlApplication
java.lang.Object
com.okta.sdk.resource.model.Application
com.okta.sdk.resource.model.SamlApplication
- All Implemented Interfaces:
- Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class SamlApplication
extends Application
implements Serializable
SamlApplication
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from class com.okta.sdk.resource.model.ApplicationApplication.FeaturesEnum
- 
Field SummaryFieldsFields inherited from class com.okta.sdk.resource.model.ApplicationJSON_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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptioncredentials(ApplicationCredentials credentials) booleanGet credentialsgetName()A unique key is generated for the custom app instance when you use SAML_2_0 `signOnMode`.Get settingsinthashCode()voidsetCredentials(ApplicationCredentials credentials) voidsetSettings(SamlApplicationSettings settings) settings(SamlApplicationSettings settings) toString()Methods inherited from class com.okta.sdk.resource.model.Applicationaccessibility, 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- 
SamlApplicationpublic SamlApplication()
 
- 
- 
Method Details- 
credentials
- 
getCredentialsGet credentials- Returns:
- credentials
 
- 
setCredentials
- 
getNameA unique key is generated for the custom app instance when you use SAML_2_0 `signOnMode`.- Returns:
- name
 
- 
settings
- 
getSettingsGet settings- Returns:
- settings
 
- 
setSettings
- 
equals- Overrides:
- equalsin class- Application
 
- 
hashCodepublic int hashCode()- Overrides:
- hashCodein class- Application
 
- 
toString- Overrides:
- toStringin class- Application
 
 
-