Uses of Class
com.okta.sdk.resource.AuthorizationServerCredentialsUse
-
Packages that use AuthorizationServerCredentialsUse Package Description com.okta.sdk.resource -
-
Uses of AuthorizationServerCredentialsUse in com.okta.sdk.resource
Methods in com.okta.sdk.resource that return AuthorizationServerCredentialsUse Modifier and Type Method Description AuthorizationServerCredentialsUse
AuthorizationServerCredentialsSigningConfig. getUse()
static AuthorizationServerCredentialsUse
AuthorizationServerCredentialsUse. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AuthorizationServerCredentialsUse[]
AuthorizationServerCredentialsUse. 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 AuthorizationServerCredentialsUse Modifier and Type Method Description AuthorizationServerCredentialsSigningConfig
AuthorizationServerCredentialsSigningConfig. setUse(AuthorizationServerCredentialsUse use)
-