The lib extends core behaviour with security features.
It implements the entites : SecuredCommand
, SecuredQuery
, SecuredCommandHandler
, SecuredQueryHandler
, SecuredCommandDispatcher
, SecuredQueryDispatcher
.
Extends Command
by decoration. SecuredCommand has to be constructed with user roles.
Extends CommandHandler
by decoration. SecuredHandler is defined with a permission.
Replace the CommandDispatcher
implementation from core-rust
.
Extends Query
by decoration. SecuredQuery has to be constructed with user roles.
Extends QueryHandler
by decoration. SecuredHandler is defined with a permission.
Replace the QueryDispatcher
implementation from core-rust
.
You can find in samples different bus composition.