SimpleSAML_AuthMemCookie::getGroupsAttr PHP Method

getGroupsAttr() public method

This function retrieves the name of the attribute which contains the groups from the configuration.
public getGroupsAttr ( ) : string
return string The name of the attribute which contains the groups.
    public function getGroupsAttr()
    {
        $groupsAttr = $this->amcConfig->getString('groups', null);
        return $groupsAttr;
    }