Interface ILdapExpression

    • Method Detail

      • evaluate

        boolean evaluate​(SessionContext sc)
                  throws com.netscape.certsrv.ldap.ELdapException
        Evaluate the Expression.
        Parameters:
        sc - The SessionContext on which we are applying the condition.
        Returns:
        The return value.
        Throws:
        ELdapExeption - Failed to evaluate expression.
        com.netscape.certsrv.ldap.ELdapException
      • evaluate

        boolean evaluate​(com.netscape.certsrv.request.IRequest req)
                  throws com.netscape.certsrv.ldap.ELdapException
        Evaluate the Expression.
        Parameters:
        req - The PKIRequest on which we are applying the condition.
        Returns:
        The return value.
        Throws:
        ELdapExeption - Failed to evaluate expression.
        com.netscape.certsrv.ldap.ELdapException
      • toString

        java.lang.String toString()
        Convert to a string.
        Overrides:
        toString in class java.lang.Object
        Returns:
        String representation of expression.