Class CheckUserPasswordResult

java.lang.Object
com.highdeal.hci.CheckPasswordResult
com.highdeal.hci.CheckUserPasswordResult
All Implemented Interfaces:
OperationResult, XMLMarshallable

public class CheckUserPasswordResult extends CheckPasswordResult
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>

  • Field Details

    • RESULT_NAME

      public static final String RESULT_NAME
      The technical name of the operation result: "checkUserPasswordResult"
      See Also:
  • Constructor Details

    • CheckUserPasswordResult

      public CheckUserPasswordResult()
  • Method Details