Uses of Class
com.okta.sdk.resource.authorization.server.AuthorizationServerCredentialsRotationMode
-
Packages that use AuthorizationServerCredentialsRotationMode Package Description com.okta.sdk.resource.authorization.server -
-
Uses of AuthorizationServerCredentialsRotationMode in com.okta.sdk.resource.authorization.server
Methods in com.okta.sdk.resource.authorization.server that return AuthorizationServerCredentialsRotationMode Modifier and Type Method Description AuthorizationServerCredentialsRotationModeAuthorizationServerCredentialsSigningConfig. getRotationMode()static AuthorizationServerCredentialsRotationModeAuthorizationServerCredentialsRotationMode. 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.authorization.server with parameters of type AuthorizationServerCredentialsRotationMode Modifier and Type Method Description AuthorizationServerCredentialsSigningConfigAuthorizationServerCredentialsSigningConfig. setRotationMode(AuthorizationServerCredentialsRotationMode rotationMode)
-