Module rabbit_auth_backend_dummy

Behaviours: rabbit_authn_backend, rabbit_authz_backend.

Function Index

check_resource_access/4
check_topic_access/4
check_vhost_access/3
state_can_expire/0
user/0
user_login_authentication/2
user_login_authorization/2

Function Details

check_resource_access/4

check_resource_access(Auth_user, Resource, Permission, Context) -> any()

check_topic_access/4

check_topic_access(Auth_user, Resource, Permission, Context) -> any()

check_vhost_access/3

check_vhost_access(Auth_user, VHostPath, AuthzData) -> any()

state_can_expire/0

state_can_expire() -> any()

user/0

user() -> rabbit_types:user()

user_login_authentication/2

user_login_authentication(X1, X2) -> any()

user_login_authorization/2

user_login_authorization(X1, X2) -> any()


Generated by EDoc