Class CheckUserPasswordOp

java.lang.Object
com.highdeal.hci.CheckPasswordOp
com.highdeal.hci.CheckUserPasswordOp
All Implemented Interfaces:
MessageOperation, XMLMarshallable

public class CheckUserPasswordOp extends CheckPasswordOp
This operation allows you to check, as a User Administrator, if a new password for the user calling it will be accepted by the ModifyUserOp operation.

Operation Result

CheckUserPasswordResult

XML API for HCI

The XML APIs specify the following XSD fragment:

XSD Fragment

<xs:element name="checkUserPassword">
   <xs:complexType>
     <xs:attribute name="login" type="xs:string"/>
     <xs:attribute name="password" type="xs:string"/>
   </xs:complexType>
 </xs:element>

Operation Availability

You can send this operation request in HCI messages to the following final target types of instances in the connected SAP CC system:

EditionFinal Target Instances
raterupdaterguiderbulkLoadertaxerdispatcher
chargeNoYesNoNoNoNo

Audit Domain

This operation is audited by the system as part of the audit domain: TECHNICAL. Consult the IT administrator.

  • Field Details

    • OPERATION_NAME

      public static final String OPERATION_NAME
      The technical name of the operation: "checkUserPassword"
      See Also:
  • Constructor Details

    • CheckUserPasswordOp

      public CheckUserPasswordOp()
      Builds an empty password check operation.
    • CheckUserPasswordOp

      public CheckUserPasswordOp(String login, String password)
      Build a password check operation.
      Parameters:
      login - The user login to check
      password - The password to check
  • Method Details

    • getName

      public String getName()
      Description copied from interface: MessageOperation
      Gets the XML name of the service operation. This name identifies the operation request in the HCI messages. It is used to marshal the Java object representing an HCI operation into an XML representation that can be exchanged via the HCI communication interface between your client application and the SAP CC system.

      Example

      • activateAll
      • ping
      Specified by:
      getName in interface MessageOperation
      Overrides:
      getName in class CheckPasswordOp
      Returns:
      The technical name of the HCI operation
    • getLogin

      public String getLogin()
      Gets the login to check.
      Returns:
      The login to check
    • setLogin

      public void setLogin(String login)
      Sets the login to check.
      Parameters:
      login - The login to check
    • marshal

      public void marshal(XMLOutputter output)
      Description copied from interface: XMLMarshallable
      Gives an XML representation of this object, including its children.
      Specified by:
      marshal in interface XMLMarshallable
      Overrides:
      marshal in class CheckPasswordOp
      Parameters:
      output - The XML output to marshal the object into
    • setAttributes

      public void setAttributes(XMLAttributes atts)
      Description copied from interface: XMLMarshallable
      Sets the attributes of the XML representation of the element being processed.
      Specified by:
      setAttributes in interface XMLMarshallable
      Overrides:
      setAttributes in class CheckPasswordOp
      Parameters:
      atts - The XML attributes of the current element