Package com.highdeal.hci
Class CheckUserPasswordResult
java.lang.Object
com.highdeal.hci.CheckPasswordResult
com.highdeal.hci.CheckUserPasswordResult
- All Implemented Interfaces:
OperationResult,XMLMarshallable
This operation result contains the list of all the rules which are not satisfied by the new password specified in the
CheckUserPasswordOp operation request
for the user specified in the CheckUserPasswordOp operation request.Operation Request
CheckUserPasswordOp XML API for HCI
The XML APIs specify the following XSD fragment:
XSD Fragment
<xs:element name="checkUserPasswordResult">
<xs:complexType>
<xs:sequence>
<xs:element ref="passwordRule" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
</xs:complexType>
</xs:element>
-
Nested Class Summary
Nested classes/interfaces inherited from class com.highdeal.hci.CheckPasswordResult
CheckPasswordResult.PasswordRule, CheckPasswordResult.PasswordRuleId -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe technical name of the operation result: "checkUserPasswordResult" -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(XMLOutputter output) Gives an XML representation of this object, including its children.Methods inherited from class com.highdeal.hci.CheckPasswordResult
addCharacterData, addChild, getOperandReference, getPasswordRules, setAttributes
-
Field Details
-
RESULT_NAME
The technical name of the operation result: "checkUserPasswordResult"- See Also:
-
-
Constructor Details
-
CheckUserPasswordResult
public CheckUserPasswordResult()
-
-
Method Details
-
marshal
Description copied from interface:XMLMarshallableGives an XML representation of this object, including its children.- Specified by:
marshalin interfaceXMLMarshallable- Overrides:
marshalin classCheckPasswordResult- Parameters:
output- TheXML outputto marshal the object into
-