Click or drag to resize

IPolicyDecisionService Interface

Represents a policy decision service

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

The IPolicyDecisionService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodClearCache(IPrincipal)
Clear the policy cache for the specified principal
Public methodClearCache(String)
Clear the policy cache for the specified principal
Public methodGetEffectivePolicySet
Get all active policies for the specified securable type
Public methodGetPolicyDecision
Make a simple policy decision for a specific securable
Public methodGetPolicyOutcome
Get a policy decision outcome (i.e. make a policy decision)
Top
See Also