Uses of Enum
com.okta.sdk.resource.model.AuthorizationServerCredentialsRotationMode
Packages that use AuthorizationServerCredentialsRotationMode
-
Uses of AuthorizationServerCredentialsRotationMode in com.okta.sdk.resource.model
Methods in com.okta.sdk.resource.model that return AuthorizationServerCredentialsRotationModeModifier and TypeMethodDescriptionAuthorizationServerCredentialsSigningConfig.getRotationMode()
Get rotationModeReturns the enum constant of this type with the specified name.AuthorizationServerCredentialsRotationMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.okta.sdk.resource.model with parameters of type AuthorizationServerCredentialsRotationModeModifier and TypeMethodDescriptionAuthorizationServerCredentialsSigningConfig.rotationMode
(AuthorizationServerCredentialsRotationMode rotationMode) void
AuthorizationServerCredentialsSigningConfig.setRotationMode
(AuthorizationServerCredentialsRotationMode rotationMode)