Struct writium_auth::DumbAuthority [] [src]

pub struct DumbAuthority();

Methods

impl DumbAuthority
[src]

Trait Implementations

impl Authority for DumbAuthority
[src]

A value denoting the privilege the system withholds. Generally, an enum or a string namespaced by dot (.) is used. Read more

[src]

Decides whether the identity is capable of being granted with the inquired privilege. An implementation SHOULD use the mapped identity and check if the inquired privilege is available for it. A remote process can be involved. Read more