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