Package com.okta.sdk.resource.model
Class SamlRequestSignatureAlgorithm
java.lang.Object
com.okta.sdk.resource.model.SamlRequestSignatureAlgorithm
- 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 SamlRequestSignatureAlgorithm
extends Object
implements Serializable
XML digital Signature Algorithm settings for signing `<AuthnRequest>` messages sent to the IdP >
**Note:** The `algorithm` property is ignored when you disable request signatures (`scope` set as
`NONE`).
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionalgorithm
(SamlSigningAlgorithm algorithm) boolean
Get algorithmgetScope()
Get scopeint
hashCode()
void
setAlgorithm
(SamlSigningAlgorithm algorithm) void
toString()
-
Field Details
-
JSON_PROPERTY_ALGORITHM
- See Also:
-
JSON_PROPERTY_SCOPE
- See Also:
-
-
Constructor Details
-
SamlRequestSignatureAlgorithm
public SamlRequestSignatureAlgorithm()
-
-
Method Details