Package com.okta.sdk.resource.model
Class WsFederationApplication
java.lang.Object
com.okta.sdk.resource.model.Application
com.okta.sdk.resource.model.WsFederationApplication
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class WsFederationApplication
extends Application
implements Serializable
WsFederationApplication
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
`template_wsfed` is the key name for a WS-Federated app instance with a SAML 2.0 token -
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_PROFILE, JSON_PROPERTY_SIGN_ON_MODE, JSON_PROPERTY_STATUS, JSON_PROPERTY_VISIBILITY, signOnMode
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncredentials
(ApplicationCredentials credentials) boolean
Get credentialsgetName()
`template_wsfed` is the key name for a WS-Federated app instance with a SAML 2.0 tokenGet settingsint
hashCode()
void
setCredentials
(ApplicationCredentials credentials) void
void
setSettings
(WsFederationApplicationSettings settings) settings
(WsFederationApplicationSettings settings) toString()
Methods inherited from class com.okta.sdk.resource.model.Application
accessibility, addfeaturesItem, features, getAccessibility, getCreated, getEmbedded, getFeatures, getId, getLabel, getLastUpdated, getLicensing, getLinks, getProfile, getSignOnMode, getStatus, getVisibility, label, licensing, links, profile, putprofileItem, setAccessibility, 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
-
WsFederationApplication
public WsFederationApplication()
-
-
Method Details
-
credentials
-
getCredentials
-
setCredentials
-
name
-
getName
`template_wsfed` is the key name for a WS-Federated app instance with a SAML 2.0 token- Returns:
- name
-
setName
-
settings
-
getSettings
-
setSettings
-
equals
- Overrides:
equals
in classApplication
-
hashCode
public int hashCode()- Overrides:
hashCode
in classApplication
-
toString
- Overrides:
toString
in classApplication
-