Class PasswordModifyResponseContainer

    • Constructor Detail

      • PasswordModifyResponseContainer

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

      • getPwdModifyResponse

        public PasswordModifyResponse getPwdModifyResponse()
        Returns:
        Returns the PwdModifyResponset instance.
      • setPasswordModifyResponse

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

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