Uses of Class
com.okta.sdk.resource.application.ApplicationCredentialsScheme
-
Packages that use ApplicationCredentialsScheme Package Description com.okta.sdk.resource.application -
-
Uses of ApplicationCredentialsScheme in com.okta.sdk.resource.application
Methods in com.okta.sdk.resource.application 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.application with parameters of type ApplicationCredentialsScheme Modifier and Type Method Description SchemeApplicationCredentials
SchemeApplicationCredentials. setScheme(ApplicationCredentialsScheme scheme)
-