Django-Caps
Guide
API
Project
Django-Caps
Index
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
U
|
V
A
abstract (Access.Meta attribute)
(Owned.Meta attribute)
Access (class in caps.models.access)
(Owned attribute)
access (Owned attribute)
(OwnedSerializer attribute)
access() (AccessQuerySet method)
(OwnedQuerySet method)
Access.Meta (class in caps.models.access)
access_class (OwnedMixin attribute)
AccessAdmin (class in caps.admin)
AccessDeleteView (class in caps.views.common)
AccessDetailView (class in caps.views.common)
accesses() (AccessQuerySet method)
AccessListView (class in caps.views.common)
AccessMixin (class in caps.views.mixins)
AccessQuerySet (class in caps.models.access)
AccessSerializer (class in caps.serializers)
AccessSerializer.Meta (class in caps.serializers)
AccessViewSet (class in caps.views.api)
Agent (class in caps.models.agent)
agent() (AccessQuerySet method)
Agent.DoesNotExist
Agent.MultipleObjectsReturned
agent_class (AgentMiddleware attribute)
agent_cookie_key (AgentMiddleware attribute)
AgentAdmin (class in caps.admin)
AgentCreateView (class in caps.views.common)
AgentDeleteView (class in caps.views.common)
AgentDetailView (class in caps.views.common)
AgentListView (class in caps.views.common)
AgentMiddleware (class in caps.middleware)
AgentMixin (class in caps.views.mixins)
AgentQuerySet (class in caps.models.agent)
AgentSerializer (class in caps.serializers)
AgentSerializer.Meta (class in caps.serializers)
AgentUpdateView (class in caps.views.common)
AgentViewSet (class in caps.views.api)
ashare() (Access method)
(Owned method)
available() (AccessQuerySet method)
(OwnedQuerySet method)
B
bulk_create() (AccessQuerySet method)
ByUUIDMixin (class in caps.views.mixins)
C
caps.admin
module
caps.backends
module
caps.middleware
module
caps.models.access
module
caps.models.agent
module
caps.models.nested
module
caps.models.owned
module
caps.permissions
module
caps.serializers
module
caps.urls
module
caps.utils
module
caps.utils.nested
module
caps.views.api
module
caps.views.common
module
caps.views.generics
module
caps.views.mixins
module
check_object_permissions() (OwnedPermissionMixin method)
check_root_grants() (Owned class method)
clean() (Agent method)
concreteowned_set (Agent attribute)
create_nested_class() (NestedBase class method)
(NestedModelBase class method)
(OwnedBase class method)
D
detail_url_name (Owned attribute)
DjangoModelPermissions (class in caps.permissions)
E
emitter (Access attribute)
emitter() (AccessQuerySet method)
emitter_id (Access attribute)
expiration (Access attribute)
expired() (AccessQuerySet method)
F
fields (AccessAdmin attribute)
(AccessSerializer.Meta attribute)
(AgentAdmin attribute)
(AgentCreateView attribute)
(AgentSerializer.Meta attribute)
(AgentUpdateView attribute)
(OwnedSerializer.Meta attribute)
filterset_fields (AccessViewSet attribute)
(AgentViewSet attribute)
G
get_absolute_url() (Access method)
(Owned method)
get_access_paths() (in module caps.urls)
get_access_queryset() (OwnedMixin method)
(OwnedViewSet method)
(SingleOwnedMixin method)
get_agent() (AgentMiddleware method)
get_agents() (AgentMiddleware method)
get_all_permissions() (Access method)
(Owned method)
(PermissionsBackend method)
get_emitter() (AccessSerializer method)
get_id() (OwnedSerializer method)
get_lazy_relation() (in module caps.utils)
get_name() (AgentSerializer method)
get_nested_class() (NestedBase class method)
get_object() (ByUUIDMixin method)
(OwnedPermissionMixin method)
(SingleOwnedMixin method)
get_object_class() (Access class method)
get_object_paths() (in module caps.urls)
get_origin() (AccessSerializer method)
get_permissions() (OwnedPermissionMixin method)
get_queryset() (AccessDetailView method)
(AccessMixin method)
(AccessViewSet method)
(OwnedMixin method)
(OwnedViewSet method)
get_receiver() (AccessSerializer method)
get_required_permissions() (DjangoModelPermissions method)
get_share() (Access method)
(Owned method)
get_share_grants() (Access method)
get_share_kwargs() (Access method)
grants (Access attribute)
group (Agent attribute)
group() (AgentQuerySet method)
group_id (Agent attribute)
H
has_object_permission() (OwnedPermissions method)
has_perm() (Access method)
(Owned method)
(PermissionsBackend method)
has_permission() (DjangoModelPermissions method)
I
id (Agent attribute)
is_agent() (Agent method)
is_anonymous (Agent property)
is_expired (Access property)
is_valid() (Access method)
L
list_display (AccessAdmin attribute)
(AgentAdmin attribute)
list_filter (AgentAdmin attribute)
lookup_field (AccessViewSet attribute)
(AgentViewSet attribute)
(OwnedViewSet attribute)
lookup_url_kwarg (AccessViewSet attribute)
(AgentViewSet attribute)
(ByUUIDMixin attribute)
(OwnedViewSet attribute)
(SingleOwnedMixin attribute)
M
media (AccessAdmin property)
(AgentAdmin property)
model (AgentMixin attribute)
(AgentSerializer.Meta attribute)
(AgentViewSet attribute)
module
caps.admin
caps.backends
caps.middleware
caps.models.access
caps.models.agent
caps.models.nested
caps.models.owned
caps.permissions
caps.serializers
caps.urls
caps.utils
caps.utils.nested
caps.views.api
caps.views.common
caps.views.generics
caps.views.mixins
N
name (AgentSerializer attribute)
nested_class (NestedBase attribute)
(OwnedBase attribute)
nested_name (NestedBase attribute)
(OwnedBase attribute)
NestedBase (class in caps.utils.nested)
NestedModelBase (class in caps.models.nested)
new_name (NestedBase attribute)
O
objects (Access attribute)
(Agent attribute)
(Owned attribute)
origin (Access attribute)
origin_id (Access attribute)
Owned (class in caps.models.owned)
Owned.Meta (class in caps.models.owned)
OwnedBase (class in caps.models.owned)
OwnedCreateView (class in caps.views.generics)
OwnedDeleteView (class in caps.views.generics)
OwnedDetailView (class in caps.views.generics)
OwnedListView (class in caps.views.generics)
OwnedMixin (class in caps.views.mixins)
OwnedPermissionMixin (class in caps.views.mixins)
OwnedPermissions (class in caps.permissions)
OwnedQuerySet (class in caps.models.owned)
OwnedSerializer (class in caps.serializers)
OwnedSerializer.Meta (class in caps.serializers)
OwnedUpdateView (class in caps.views.generics)
OwnedViewSet (class in caps.views.api)
owner (Owned attribute)
owner_id (Owned attribute)
P
permission_classes (OwnedViewSet attribute)
permission_required (AgentCreateView attribute)
(AgentDeleteView attribute)
(AgentDetailView attribute)
(AgentListView attribute)
(AgentUpdateView attribute)
permissions (AgentViewSet attribute)
(OwnedPermissionMixin attribute)
PermissionsBackend (class in caps.backends)
perms_map (DjangoModelPermissions attribute)
(OwnedPermissions attribute)
(OwnedViewSet attribute)
Q
queryset (AgentViewSet attribute)
R
read_only_fields (AccessSerializer.Meta attribute)
(OwnedSerializer.Meta attribute)
readonly_fields (AgentAdmin attribute)
receiver (Access attribute)
receiver() (AccessQuerySet method)
receiver_id (Access attribute)
register_object() (in module caps.admin)
Request (OwnedPermissions attribute)
root_grants (Owned attribute)
S
save() (Access method)
search_fields (AgentViewSet attribute)
serializer_class (AccessViewSet attribute)
(AgentViewSet attribute)
set_meta() (NestedModelBase class method)
share() (Access method)
(AccessViewSet method)
(Owned method)
(OwnedViewSet method)
share_serializer_class (AccessViewSet attribute)
(OwnedViewSet attribute)
ShareSerializer (class in caps.serializers)
SingleOwnedMixin (class in caps.views.mixins)
U
unique_together (Access.Meta attribute)
user (Agent attribute)
user() (AgentQuerySet method)
(AgentViewSet method)
user_id (Agent attribute)
uuid (Access attribute)
(Agent attribute)
(Owned attribute)
V
validate() (OwnedSerializer method)
validate_owner() (OwnedSerializer method)
validate_receiver() (ShareSerializer method)