Package com.okta.sdk.resource.model
Class ApplicationCredentialsSigning
java.lang.Object
com.okta.sdk.resource.model.ApplicationCredentialsSigning
- 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 ApplicationCredentialsSigning
extends Object
implements Serializable
App signing key properties > **Note:** Only apps with SAML_2_0, SAML_1_1, WS_FEDERATION, or OPENID_CONNECT
`signOnMode` support the key rotation feature.
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getKid()
Key identifier used for signing assertions > **Note:** Currently, only the X.509 JWK format is supported for apps with SAML_2_0 `signOnMode`.Timestamp when the signing key was last rotatedThe scheduled time for the next signing key rotationThe mode of key rotationgetUse()
Get useint
hashCode()
rotationMode
(String rotationMode) void
void
setRotationMode
(String rotationMode) void
toString()
-
Field Details
-
JSON_PROPERTY_KID
- See Also:
-
JSON_PROPERTY_LAST_ROTATED
- See Also:
-
JSON_PROPERTY_NEXT_ROTATION
- See Also:
-
JSON_PROPERTY_ROTATION_MODE
- See Also:
-
JSON_PROPERTY_USE
- See Also:
-
-
Constructor Details
-
ApplicationCredentialsSigning
public ApplicationCredentialsSigning()
-
-
Method Details
-
kid
-
getKid
Key identifier used for signing assertions > **Note:** Currently, only the X.509 JWK format is supported for apps with SAML_2_0 `signOnMode`.- Returns:
- kid
-
setKid
-
getLastRotated
Timestamp when the signing key was last rotated- Returns:
- lastRotated
-
getNextRotation
The scheduled time for the next signing key rotation- Returns:
- nextRotation
-
rotationMode
-
getRotationMode
The mode of key rotation- Returns:
- rotationMode
-
setRotationMode
-
use
-
getUse
Get use- Returns:
- use
-
setUse
-
equals
-
hashCode
public int hashCode() -
toString
-