Package com.pingidentity.sdk
Class AuthenticationSelectorContext
java.lang.Object
com.pingidentity.sdk.AuthenticationSelectorContext
- All Implemented Interfaces:
Serializable
This class contains context data resulting from the Authentication Selection process.
- Since:
- 7.3
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the result value as a String.Gets theAuthenticationSelectorContext.ResultTypeof the result.voidSets the result value as a String.voidSets theAuthenticationSelectorContext.ResultTypeof the result.
-
Constructor Details
-
AuthenticationSelectorContext
public AuthenticationSelectorContext()
-
-
Method Details
-
getResultType
Gets theAuthenticationSelectorContext.ResultTypeof the result.- Returns:
- the result type as a value of the ResultType enumeration
-
setResultType
Sets theAuthenticationSelectorContext.ResultTypeof the result.- Parameters:
resultType- the result type of the AuthenticationSelectorContext instance
-
getResult
Gets the result value as a String.- Returns:
- the result value as a String
-
setResult
Sets the result value as a String.- Parameters:
result- the result value of the AuthenticationSelectorContext instance
-