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