Policy Enforcement Provider (PEP)
IPolicyEnforcementService
in assembly SanteDB.Core.Api version 3.0.1980.0
Summary
Represents a PEP that receives demands
Operations
Operation | Response/Return | Input/Parameter | Description |
---|---|---|---|
Demand | void | String policyId | Demand access to the policy for the current |
Demand | void | String policyId IPrincipal principal | Demand access to the policy for the current |
SoftDemand | Boolean | String policyId IPrincipal principal | Demand the specified policy and return the result |
Implementations
DefaultPolicyEnforcementService - (SanteDB.Core.Api)
Policy enforcement service
Service Registration
Example Implementation
References
Last updated