Uses of Class
com.pingidentity.sdk.api.authn.model.state.ExternalAuthenticationRequired.PresentationMode
-
Packages that use ExternalAuthenticationRequired.PresentationMode Package Description com.pingidentity.sdk.api.authn.model.state Contains the models for various shared Authentication API states. -
-
Uses of ExternalAuthenticationRequired.PresentationMode in com.pingidentity.sdk.api.authn.model.state
Methods in com.pingidentity.sdk.api.authn.model.state that return ExternalAuthenticationRequired.PresentationMode Modifier and Type Method Description ExternalAuthenticationRequired.PresentationModeExternalAuthenticationRequired. getPresentationMode()Get the presentation mode.static ExternalAuthenticationRequired.PresentationModeExternalAuthenticationRequired.PresentationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static ExternalAuthenticationRequired.PresentationMode[]ExternalAuthenticationRequired.PresentationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pingidentity.sdk.api.authn.model.state with parameters of type ExternalAuthenticationRequired.PresentationMode Modifier and Type Method Description voidExternalAuthenticationRequired. setPresentationMode(ExternalAuthenticationRequired.PresentationMode presentationMode)Set the presentation mode.
-