LdapTools\Query\Builder\ADFilterBuilder::groupIsSecurityEnabled PHP Method

groupIsSecurityEnabled() public method

Checks for groups that are security enabled.
Deprecation: Use the typeSecurity schema attribute instead.
public groupIsSecurityEnabled ( ) : MatchingRule
return LdapTools\Query\Operator\MatchingRule
    public function groupIsSecurityEnabled()
    {
        return $this->groupIsType(GroupTypeFlags::SECURITY_ENABLED);
    }