Click or drag to resize

IPolicyInformationService Interface

Represents a contract for a policy information service

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

The IPolicyInformationService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodAddPolicies
Adds the specified policies to the specified securable object
Public methodGetPolicies
Get all policies on the system
Public methodGetPolicies(Object)
Get all active policies for the specified securable type
Public methodGetPolicy
Get a specific policy
Public methodGetPolicyInstance
Gets the policy instance for the specified object
Public methodRemovePolicies
Removes the specified policies from the user account
Top
See Also