Package com.okta.sdk.resource.model
Class BasicAuthApplication
java.lang.Object
com.okta.sdk.resource.model.Application
com.okta.sdk.resource.model.BasicAuthApplication
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-01-30T09:30:33.152574-06:00[America/Chicago]")
public class BasicAuthApplication
extends Application
implements Serializable
BasicAuthApplication
- See Also:
-
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(SchemeApplicationCredentials credentials) booleanGet credentialsgetName()Get nameGet settingsinthashCode()voidsetCredentials(SchemeApplicationCredentials credentials) voidvoidsetSettings(BasicApplicationSettings settings) settings(BasicApplicationSettings 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
-
BasicAuthApplication
public BasicAuthApplication()
-
-
Method Details
-
credentials
-
getCredentials
Get credentials- Returns:
- credentials
-
setCredentials
-
name
-
getName
Get name- 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
-