@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2022-10-28T09:54:00.189-05:00[America/Chicago]")
public class Protocol
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
JSON_PROPERTY_ALGORITHMS |
static java.lang.String |
JSON_PROPERTY_CREDENTIALS |
static java.lang.String |
JSON_PROPERTY_ENDPOINTS |
static java.lang.String |
JSON_PROPERTY_ISSUER |
static java.lang.String |
JSON_PROPERTY_RELAY_STATE |
static java.lang.String |
JSON_PROPERTY_SCOPES |
static java.lang.String |
JSON_PROPERTY_SETTINGS |
static java.lang.String |
JSON_PROPERTY_TYPE |
| Constructor and Description |
|---|
Protocol() |
public static final java.lang.String JSON_PROPERTY_ALGORITHMS
public static final java.lang.String JSON_PROPERTY_CREDENTIALS
public static final java.lang.String JSON_PROPERTY_ENDPOINTS
public static final java.lang.String JSON_PROPERTY_ISSUER
public static final java.lang.String JSON_PROPERTY_RELAY_STATE
public static final java.lang.String JSON_PROPERTY_SCOPES
public static final java.lang.String JSON_PROPERTY_SETTINGS
public static final java.lang.String JSON_PROPERTY_TYPE
public Protocol algorithms(ProtocolAlgorithms algorithms)
@Nullable public ProtocolAlgorithms getAlgorithms()
public void setAlgorithms(ProtocolAlgorithms algorithms)
public Protocol credentials(IdentityProviderCredentials credentials)
@Nullable public IdentityProviderCredentials getCredentials()
public void setCredentials(IdentityProviderCredentials credentials)
public Protocol endpoints(ProtocolEndpoints endpoints)
@Nullable public ProtocolEndpoints getEndpoints()
public void setEndpoints(ProtocolEndpoints endpoints)
public Protocol issuer(ProtocolEndpoint issuer)
@Nullable public ProtocolEndpoint getIssuer()
public void setIssuer(ProtocolEndpoint issuer)
public Protocol relayState(ProtocolRelayState relayState)
@Nullable public ProtocolRelayState getRelayState()
public void setRelayState(ProtocolRelayState relayState)
public Protocol scopes(java.util.List<java.lang.String> scopes)
public Protocol addScopesItem(java.lang.String scopesItem)
@Nullable public java.util.List<java.lang.String> getScopes()
public void setScopes(java.util.List<java.lang.String> scopes)
public Protocol settings(ProtocolSettings settings)
@Nullable public ProtocolSettings getSettings()
public void setSettings(ProtocolSettings settings)
public Protocol type(ProtocolType type)
@Nullable public ProtocolType getType()
public void setType(ProtocolType type)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2017-2022 Okta. All Rights Reserved.