Documentation ¶
Index ¶
Constants ¶
View Source
const ( ApiSessionEnforcerRun = "api.session.enforcer.run" ApiSessionEnforcerDelete = "api.session.enforcer.delete" )
View Source
const ( SessionPolicyEnforcerRun = "service.policy.enforcer.run" SessionPolicyEnforcerEvent = "service.policy.enforcer.event" SessionPolicyEnforcerEventDeletes = "service.policy.enforcer.event.deletes" SessionPolicyEnforcerRunDeletes = "service.policy.enforcer.run.deletes" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiSessionEnforcer ¶
type ApiSessionEnforcer struct { *runner.BaseOperation // contains filtered or unexported fields }
func NewSessionEnforcer ¶
func (*ApiSessionEnforcer) Run ¶
func (s *ApiSessionEnforcer) Run() error
type ServicePolicyEnforcer ¶
type ServicePolicyEnforcer struct { *runner.BaseOperation // contains filtered or unexported fields }
func NewServicePolicyEnforcer ¶
func NewServicePolicyEnforcer(appEnv *env.AppEnv, f time.Duration) *ServicePolicyEnforcer
func (*ServicePolicyEnforcer) Run ¶
func (enforcer *ServicePolicyEnforcer) Run() error
Click to show internal directories.
Click to hide internal directories.