@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-07-14T23:40:43.026Z[Etc/UTC]") public class Protocol extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_ALGORITHMS |
static String |
JSON_PROPERTY_CREDENTIALS |
static String |
JSON_PROPERTY_ENDPOINTS |
static String |
JSON_PROPERTY_ISSUER |
static String |
JSON_PROPERTY_RELAY_STATE |
static String |
JSON_PROPERTY_SCOPES |
static String |
JSON_PROPERTY_SETTINGS |
static String |
JSON_PROPERTY_TYPE |
Constructor and Description |
---|
Protocol() |
public static final String JSON_PROPERTY_ALGORITHMS
public static final String JSON_PROPERTY_CREDENTIALS
public static final String JSON_PROPERTY_ENDPOINTS
public static final String JSON_PROPERTY_ISSUER
public static final String JSON_PROPERTY_RELAY_STATE
public static final String JSON_PROPERTY_SCOPES
public static final String JSON_PROPERTY_SETTINGS
public static final 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 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)
Copyright © 2017–2023 Okta. All rights reserved.