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