tardis.tardis_portal.auth.ip_auth – IP based Group Providers

IPGroupProvider Objects

class tardis.tardis_portal.auth.ip_auth.IPGroupProvider
getGroupById(id)

return the group associated with the id:

{"id": 123,

“display”: “Group Name”,}

getGroups(request)

return an iteration of the available groups.

name = u'ip_address'
searchGroups(**filter)

Table Of Contents

This Page