Uses of Class
com.okta.sdk.resource.AuthorizationServerCredentialsRotationMode
-
Packages that use AuthorizationServerCredentialsRotationMode Package Description com.okta.sdk.resource -
-
Uses of AuthorizationServerCredentialsRotationMode in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return AuthorizationServerCredentialsRotationMode Modifier and Type Method Description AuthorizationServerCredentialsRotationMode
AuthorizationServerCredentialsSigningConfig. getRotationMode()
static AuthorizationServerCredentialsRotationMode
AuthorizationServerCredentialsRotationMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuthorizationServerCredentialsRotationMode[]
AuthorizationServerCredentialsRotationMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource with parameters of type AuthorizationServerCredentialsRotationMode Modifier and Type Method Description AuthorizationServerCredentialsSigningConfig
AuthorizationServerCredentialsSigningConfig. setRotationMode(AuthorizationServerCredentialsRotationMode rotationMode)
-