Package com.okta.sdk.resource.model
Class Saml11Application
java.lang.Object
com.okta.sdk.resource.model.Application
com.okta.sdk.resource.model.Saml11Application
- 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 Saml11Application
extends Application
implements Serializable
Saml11Application
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.okta.sdk.resource.model.Application
Application.FeaturesEnum
-
Field Summary
Fields 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
-
Method Summary
Modifier and TypeMethodDescriptioncredentials
(ApplicationCredentials credentials) boolean
Get credentialsgetName()
The key name for the SAML 1.1 app definition.Get settingsint
hashCode()
void
setCredentials
(ApplicationCredentials credentials) void
void
setSettings
(Saml11ApplicationSettings settings) settings
(Saml11ApplicationSettings 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
-
Saml11Application
public Saml11Application()
-
-
Method Details
-
credentials
-
getCredentials
Get credentials- Returns:
- credentials
-
setCredentials
-
name
-
getName
The key name for the SAML 1.1 app definition. You can't create a custom SAML 1.1 app integration instance. Only existing OIN SAML 1.1 app integrations are supported.- Returns:
- name
-
setName
-
settings
-
getSettings
Get settings- Returns:
- settings
-
setSettings
-
equals
- Overrides:
equals
in classApplication
-
hashCode
public int hashCode()- Overrides:
hashCode
in classApplication
-
toString
- Overrides:
toString
in classApplication
-