Class PasswordPolicyImpl

    • Constructor Detail

      • PasswordPolicyImpl

        public PasswordPolicyImpl()
        Creates a new instance of a PasswordPolicy request Control without any response data associated with it.
      • PasswordPolicyImpl

        public PasswordPolicyImpl​(boolean hasResponse)
        Creates a new instance of a PasswordPolicy request Control without any response data associated with it.
        Parameters:
        hasResponse - A flag set to true if the control should have a response
      • PasswordPolicyImpl

        public PasswordPolicyImpl​(PasswordPolicyResponse response)
        Creates a new instance of PasswordPolicy response Control with response information packaged into the control.
        Parameters:
        response - The encapsulated response
    • Method Detail

      • isCritical

        public boolean isCritical()
        Tells if the control is critical or not.
        Specified by:
        isCritical in interface Control
        Returns:
        true if the control is critical, false otherwise
      • setCritical

        public void setCritical​(boolean isCritical)
        Sets the critical flag which determines whether or not this control is critical for the correct operation of a request or response message. The default for this value should be false.
        Specified by:
        setCritical in interface Control
        Parameters:
        isCritical - true if the control is critical false otherwise.
      • setResponse

        public void setResponse​(PasswordPolicyResponse response)
        Sets the response. If null hasResponse() will return null and this will be handled as a password policy request control rather than a response control.
        Specified by:
        setResponse in interface PasswordPolicy
        Parameters:
        response - a valid response object, or null to make this a request
      • hasResponse

        public boolean hasResponse()
        Checks whether this Control is the password policy request or the response by carrying with it an IPasswordPolicyResponse object. If it is a request, then no response component will be associated with the control: getResponse() will return null.
        Specified by:
        hasResponse in interface PasswordPolicy
        Returns:
        true if this Control carries a response, false if it is a request
      • setResponse

        public PasswordPolicyResponse setResponse​(boolean hasResponse)
        If true sets the response to a default newly initialized response object. If this was previously a request, it automatically becomes a response. If it was not a request with an already existing response object then that response is replace with a new one and the old is returned. If false then any response object set will be cleared to null. Effectively this will cause hasResponse() to return whatever you plug into it.
        Specified by:
        setResponse in interface PasswordPolicy
        Parameters:
        hasResponse - true to create default response, false to clear it
        Returns:
        the old response object, if one did not exist null is returned
      • toString

        public String toString()
        Get a String representation of a PasswordPolicyImpl
        Overrides:
        toString in class Object
        Returns:
        A BindResponse String