Package com.pingidentity.sdk
Class AdapterSelectorContext
- java.lang.Object
-
- com.pingidentity.sdk.AdapterSelectorContext
-
- All Implemented Interfaces:
Serializable
@Deprecated public class AdapterSelectorContext extends Object implements Serializable
Deprecated.UseAuthenticationSelectorContextinstead.This class contains context data resulting from the Adapter Selection process.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdapterSelectorContext.ResultTypeDeprecated.
-
Constructor Summary
Constructors Constructor Description AdapterSelectorContext()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description StringgetResult()Deprecated.Gets the result value as a String.AdapterSelectorContext.ResultTypegetResultType()Deprecated.Gets theAdapterSelectorContext.ResultTypeof the result.voidsetResult(String result)Deprecated.Sets the result value as a String.voidsetResultType(AdapterSelectorContext.ResultType resultType)Deprecated.Sets theAdapterSelectorContext.ResultTypeof the result.
-
-
-
Method Detail
-
getResultType
public AdapterSelectorContext.ResultType getResultType()
Deprecated.Gets theAdapterSelectorContext.ResultTypeof the result.- Returns:
- the result type as a value of the ResultType enumeration
-
setResultType
public void setResultType(AdapterSelectorContext.ResultType resultType)
Deprecated.Sets theAdapterSelectorContext.ResultTypeof 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
-
-