Package com.okta.sdk.resource.model
Class Protocol
java.lang.Object
com.okta.sdk.resource.model.Protocol
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-03-29T16:47:02.065887-05:00[America/Chicago]",
comments="Generator version: 7.4.0")
public class Protocol
extends Object
implements Serializable
Protocol
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddScopesItem
(String scopesItem) algorithms
(ProtocolAlgorithms algorithms) credentials
(IdentityProviderCredentials credentials) endpoints
(ProtocolEndpoints endpoints) boolean
Get algorithmsGet credentialsGet endpointsGet issuerGet relayStateGet scopesGet settingsgetType()
Get typeint
hashCode()
issuer
(ProtocolEndpoint issuer) relayState
(ProtocolRelayState relayState) void
setAlgorithms
(ProtocolAlgorithms algorithms) void
setCredentials
(IdentityProviderCredentials credentials) void
setEndpoints
(ProtocolEndpoints endpoints) void
setIssuer
(ProtocolEndpoint issuer) void
setRelayState
(ProtocolRelayState relayState) void
void
setSettings
(ProtocolSettings settings) settings
(ProtocolSettings settings) void
setType
(ProtocolType type) toString()
type
(ProtocolType type)
-
Field Details
-
JSON_PROPERTY_ALGORITHMS
- See Also:
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_ENDPOINTS
- See Also:
-
JSON_PROPERTY_ISSUER
- See Also:
-
JSON_PROPERTY_RELAY_STATE
- See Also:
-
JSON_PROPERTY_SCOPES
- See Also:
-
JSON_PROPERTY_SETTINGS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
Protocol
public Protocol()
-
-
Method Details
-
algorithms
-
getAlgorithms
Get algorithms- Returns:
- algorithms
-
setAlgorithms
-
credentials
-
getCredentials
Get credentials- Returns:
- credentials
-
setCredentials
-
endpoints
-
getEndpoints
Get endpoints- Returns:
- endpoints
-
setEndpoints
-
issuer
-
getIssuer
Get issuer- Returns:
- issuer
-
setIssuer
-
relayState
-
getRelayState
Get relayState- Returns:
- relayState
-
setRelayState
-
scopes
-
addScopesItem
-
getScopes
Get scopes- Returns:
- scopes
-
setScopes
-
settings
-
getSettings
Get settings- Returns:
- settings
-
setSettings
-
type
-
getType
Get type- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-