Package com.pingidentity.sdk.password
Class PasswordChallengeResult
java.lang.Object
com.pingidentity.sdk.password.PasswordChallengeResult
Contains information about the result of a password challenge.
- Since:
- 7.1
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAttributes(Map<? extends Object, List<String>> attrs) Adds attributes to the existing map of attributes.getAttribute(Object attributeType) Get the values for an attribute type.Get all the attributes.toString()
-
Constructor Details
-
PasswordChallengeResult
public PasswordChallengeResult()
-
-
Method Details
-
addAttributes
Adds attributes to the existing map of attributes. If an attribute type is already contained in the map, its values are appended to the list of existing values for that attribute. Otherwise, a new entry is added for that type.- Parameters:
attrs- The attributes to be added
-
getAttributes
Get all the attributes.- Returns:
- a unmodifiable Map of attributes
-
getAttribute
Get the values for an attribute type.- Parameters:
attributeType- The attribute type- Returns:
- an unmodifiable list of all the attribute values for that type or null if the map doesn't contain an entry for that type
-
toString
-