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="2025-01-10T13:13:30.124931-06: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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetKid()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 useinthashCode()rotationMode(String rotationMode) voidvoidsetRotationMode(String rotationMode) voidtoString()
-
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
-