Click or drag to resize

IPolicyEnforcementService Interface

Represents a PEP that receives demands

Namespace:  SanteDB.Core.Security.Services
Assembly:  SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 2.2.1
Syntax
public interface IPolicyEnforcementService : IServiceImplementation

The IPolicyEnforcementService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodDemand(String)
Demand access to the policy
Public methodDemand(String, IPrincipal)
Demand access to the policy on behalf of principal
Public methodSoftDemand
Demand the specified policy and return the result
Top
See Also