LdapTools\Query\Builder\ADFilterBuilder::groupIsSecurityEnabled PHP 메소드

groupIsSecurityEnabled() 공개 메소드

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