Class NamedParameterCondition

    • Constructor Detail

      • NamedParameterCondition

        public NamedParameterCondition​(String parameterName)
    • Method Detail

      • updateParameterName

        public void updateParameterName​(String modelParamName,
                                        String ldapParamName)
        Description copied from interface: Condition
        Will change the parameter name if it is "modelParamName" to "ldapParamName" . Implementation can apply this to subconditions as well. It is used to update LDAP queries, which were created with model parameter name ( for example "firstName" ) and rewrite them to use real LDAP mapped attribute (for example "givenName" )
        Specified by:
        updateParameterName in interface Condition
      • setBinary

        public void setBinary​(boolean binary)
        Specified by:
        setBinary in interface Condition
      • isBinary

        public boolean isBinary()
        Specified by:
        isBinary in interface Condition