PrxAuth
v0.2.0
Pages
Modules
PrxAuth v0.2.0
PrxAuth
View Source
Link to this section
Summary
Functions
authorized_resources(user, scope)
authorized_resources(user, namespace, scope)
is_authorized?(user, resource_id, scope)
is_authorized?(user, resource_id, namespace, scope)
is_globally_authorized?(user, scope)
is_globally_authorized?(user, namespace, scope)
start(type, args)
Callback implementation for
Application.start/2
.
Link to this section
Functions
Link to this function
authorized_resources(user, scope)
View Source
Link to this function
authorized_resources(user, namespace, scope)
View Source
Link to this function
is_authorized?(user, resource_id, scope)
View Source
Link to this function
is_authorized?(user, resource_id, namespace, scope)
View Source
Link to this function
is_globally_authorized?(user, scope)
View Source
Link to this function
is_globally_authorized?(user, namespace, scope)
View Source
Link to this function
start(type, args)
View Source
Callback implementation for
Application.start/2
.