Uses of Class
com.pingidentity.sdk.AdapterSelectorContext.ResultType
-
Packages that use AdapterSelectorContext.ResultType Package Description com.pingidentity.sdk Top level package for the PingFederate SDK. -
-
Uses of AdapterSelectorContext.ResultType in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return AdapterSelectorContext.ResultType Modifier and Type Method Description AdapterSelectorContext.ResultTypeAdapterSelectorContext. getResultType()Deprecated.Gets theAdapterSelectorContext.ResultTypeof the result.static AdapterSelectorContext.ResultTypeAdapterSelectorContext.ResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static AdapterSelectorContext.ResultType[]AdapterSelectorContext.ResultType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pingidentity.sdk with parameters of type AdapterSelectorContext.ResultType Modifier and Type Method Description voidAdapterSelectorContext. setResultType(AdapterSelectorContext.ResultType resultType)Deprecated.Sets theAdapterSelectorContext.ResultTypeof the result.
-