Uses of Class
com.pingidentity.sdk.AuthenticationSelectorContext.ResultType
-
Packages that use AuthenticationSelectorContext.ResultType Package Description com.pingidentity.sdk Top level package for the PingFederate SDK. -
-
Uses of AuthenticationSelectorContext.ResultType in com.pingidentity.sdk
Methods in com.pingidentity.sdk that return AuthenticationSelectorContext.ResultType Modifier and Type Method Description AuthenticationSelectorContext.ResultTypeAuthenticationSelectorContext. getResultType()Gets theAuthenticationSelectorContext.ResultTypeof the result.static AuthenticationSelectorContext.ResultTypeAuthenticationSelectorContext.ResultType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthenticationSelectorContext.ResultType[]AuthenticationSelectorContext.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 AuthenticationSelectorContext.ResultType Modifier and Type Method Description voidAuthenticationSelectorContext. setResultType(AuthenticationSelectorContext.ResultType resultType)Sets theAuthenticationSelectorContext.ResultTypeof the result.
-