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-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class AuthorizationServerCredentialsSigningConfig
extends Object
implements Serializable
AuthorizationServerCredentialsSigningConfig
- See Also:
-
Field Summary
-
Constructor Summary
-
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
The ID of the JSON Web Key used for signing tokens issued by the authorization server- Returns:
- kid
-
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
Get use- Returns:
- use
-
setUse
-
equals
-
hashCode
public int hashCode() -
toString
-