Package com.pingidentity.sdk
Class AdapterSelectorContext
java.lang.Object
com.pingidentity.sdk.AdapterSelectorContext
- All Implemented Interfaces:
Serializable
Deprecated.
This class contains context data resulting from the Adapter Selection process.
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the result value as a String.Deprecated.Gets theAdapterSelectorContext.ResultTypeof the result.voidDeprecated.Sets the result value as a String.voidsetResultType(AdapterSelectorContext.ResultType resultType) Deprecated.Sets theAdapterSelectorContext.ResultTypeof the result.
-
Constructor Details
-
AdapterSelectorContext
public AdapterSelectorContext()Deprecated.
-
-
Method Details
-
getResultType
Deprecated.Gets theAdapterSelectorContext.ResultTypeof the result.- Returns:
- the result type as a value of the ResultType enumeration
-
setResultType
Deprecated.Sets theAdapterSelectorContext.ResultTypeof the result.- Parameters:
resultType- the result type of the AdapterSelectorContext instance
-
getResult
Deprecated.Gets the result value as a String.- Returns:
- the result value as a String
-
setResult
Deprecated.Sets the result value as a String.- Parameters:
result- the result value of the AdapterSelectorContext instance
-
AuthenticationSelectorContextinstead.