Package com.okta.sdk.resource.model
Class ProtocolSaml
java.lang.Object
com.okta.sdk.resource.model.ProtocolSaml
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class ProtocolSaml
extends Object
implements Serializable
Protocol settings for the [SAML 2.0 Authentication Request
Protocol](http://docs.oasis-open.org/security/saml/v2.0/saml-core-2.0-os.pdf)
- See Also:
-
Nested Class Summary
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionalgorithms
(SamlAlgorithms algorithms) credentials
(SamlCredentials credentials) endpoints
(SamlEndpoints endpoints) boolean
Get algorithmsGet credentialsGet endpointsGet relayStateGet settingsgetType()
SAML 2.0 protocolint
hashCode()
relayState
(SamlRelayState relayState) void
setAlgorithms
(SamlAlgorithms algorithms) void
setCredentials
(SamlCredentials credentials) void
setEndpoints
(SamlEndpoints endpoints) void
setRelayState
(SamlRelayState relayState) void
setSettings
(SamlSettings settings) settings
(SamlSettings settings) void
setType
(ProtocolSaml.TypeEnum type) toString()
type
(ProtocolSaml.TypeEnum type)
-
Field Details
-
JSON_PROPERTY_ALGORITHMS
- See Also:
-
JSON_PROPERTY_CREDENTIALS
- See Also:
-
JSON_PROPERTY_ENDPOINTS
- See Also:
-
JSON_PROPERTY_RELAY_STATE
- See Also:
-
JSON_PROPERTY_SETTINGS
- See Also:
-
JSON_PROPERTY_TYPE
- See Also:
-
-
Constructor Details
-
ProtocolSaml
public ProtocolSaml()
-
-
Method Details
-
algorithms
-
getAlgorithms
Get algorithms- Returns:
- algorithms
-
setAlgorithms
-
credentials
-
getCredentials
Get credentials- Returns:
- credentials
-
setCredentials
-
endpoints
-
getEndpoints
Get endpoints- Returns:
- endpoints
-
setEndpoints
-
relayState
-
getRelayState
Get relayState- Returns:
- relayState
-
setRelayState
-
settings
-
getSettings
Get settings- Returns:
- settings
-
setSettings
-
type
-
getType
SAML 2.0 protocol- Returns:
- type
-
setType
-
equals
-
hashCode
public int hashCode() -
toString
-