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