Package com.okta.sdk.resource.model
Class AuthorizationServerCredentialsSigningConfig
java.lang.Object
com.okta.sdk.resource.model.AuthorizationServerCredentialsSigningConfig
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:20:25.727262-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class AuthorizationServerCredentialsSigningConfig
extends Object
implements Serializable
AuthorizationServerCredentialsSigningConfig
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getKid()
The ID of the JSON Web Key used for signing tokens issued by the authorization serverThe timestamp when the authorization server started using the `kid` for signing tokensThe timestamp when the authorization server changes the Key for signing tokens.Get rotationModegetUse()
Get useint
hashCode()
rotationMode
(AuthorizationServerCredentialsRotationMode rotationMode) void
setRotationMode
(AuthorizationServerCredentialsRotationMode 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
-
AuthorizationServerCredentialsSigningConfig
public AuthorizationServerCredentialsSigningConfig()
-
-
Method Details
-
getKid
-
getLastRotated
The timestamp when the authorization server started using the `kid` for signing tokens- Returns:
- lastRotated
-
getNextRotation
The timestamp when the authorization server changes the Key for signing tokens. This is only returned when `rotationMode` is set to `AUTO`.- Returns:
- nextRotation
-
rotationMode
public AuthorizationServerCredentialsSigningConfig rotationMode(AuthorizationServerCredentialsRotationMode rotationMode) -
getRotationMode
Get rotationMode- Returns:
- rotationMode
-
setRotationMode
-
use
-
getUse
-
setUse
-
equals
-
hashCode
-
toString
-