Class PasswordModifyRequestContainer

    • Constructor Detail

      • PasswordModifyRequestContainer

        public PasswordModifyRequestContainer()
        Creates a new PasswordModifyContainer object. We will store one grammar, it's enough ...
    • Method Detail

      • getPwdModifyRequest

        public PasswordModifyRequest getPwdModifyRequest()
        Returns:
        Returns the PwdModifyRequest instance.
      • setPasswordModifyRequest

        public void setPasswordModifyRequest​(PasswordModifyRequest passwordModifyRequest)
        Set a PasswordModifyRequest Object into the container. It will be completed by the ldapDecoder.
        Parameters:
        passwordModifyRequest - the PasswordModifyRequest to set.
      • clean

        public void clean()
        Clean the container for the next decoding.
        Overrides:
        clean in class AbstractContainer