@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-08-21T16:09:06.047-05:00[America/Chicago]") public class OpenIdConnectApplication extends Application implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_CREDENTIALS |
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_SETTINGS |
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 and Description |
|---|
OpenIdConnectApplication() |
| Modifier and Type | Method and Description |
|---|---|
OpenIdConnectApplication |
credentials(OAuthApplicationCredentials credentials) |
boolean |
equals(Object o) |
OAuthApplicationCredentials |
getCredentials()
Get credentials
|
String |
getName()
Get name
|
OpenIdConnectApplicationSettings |
getSettings()
Get settings
|
int |
hashCode() |
OpenIdConnectApplication |
name(String name) |
void |
setCredentials(OAuthApplicationCredentials credentials) |
void |
setName(String name) |
void |
setSettings(OpenIdConnectApplicationSettings settings) |
OpenIdConnectApplication |
settings(OpenIdConnectApplicationSettings settings) |
String |
toString() |
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, visibilitypublic static final String JSON_PROPERTY_CREDENTIALS
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_SETTINGS
public OpenIdConnectApplication credentials(OAuthApplicationCredentials credentials)
@Nullable public OAuthApplicationCredentials getCredentials()
public void setCredentials(OAuthApplicationCredentials credentials)
public OpenIdConnectApplication name(String name)
public void setName(String name)
public OpenIdConnectApplication settings(OpenIdConnectApplicationSettings settings)
@Nullable public OpenIdConnectApplicationSettings getSettings()
public void setSettings(OpenIdConnectApplicationSettings settings)
public boolean equals(Object o)
equals in class Applicationpublic int hashCode()
hashCode in class Applicationpublic String toString()
toString in class ApplicationCopyright © 2017–2023 Okta. All rights reserved.