Class AdapterSelectorContext

java.lang.Object
com.pingidentity.sdk.AdapterSelectorContext
All Implemented Interfaces:
Serializable

@Deprecated public class AdapterSelectorContext extends Object implements Serializable
Deprecated.
This class contains context data resulting from the Adapter Selection process.
See Also:
  • Constructor Details

    • AdapterSelectorContext

      public AdapterSelectorContext()
      Deprecated.
  • Method Details

    • getResultType

      public AdapterSelectorContext.ResultType getResultType()
      Deprecated.
      Gets the AdapterSelectorContext.ResultType of the result.
      Returns:
      the result type as a value of the ResultType enumeration
    • setResultType

      public void setResultType(AdapterSelectorContext.ResultType resultType)
      Deprecated.
      Sets the AdapterSelectorContext.ResultType of the result.
      Parameters:
      resultType - the result type of the AdapterSelectorContext instance
    • getResult

      public String getResult()
      Deprecated.
      Gets the result value as a String.
      Returns:
      the result value as a String
    • setResult

      public void setResult(String result)
      Deprecated.
      Sets the result value as a String.
      Parameters:
      result - the result value of the AdapterSelectorContext instance