Click or drag to resize

ISecurityRepositoryService Interface

Security repository service is responsible for the maintenance of security entities

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

The ISecurityRepositoryService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodChangePassword
Changes a user's password.
Public methodCreateUser
Creates a user with a specified password.
Public methodFindProvenance
Find provenance objects matching the specified object
Public methodGetApplication(IIdentity)
Gets the specified security application based on the principal
Public methodGetApplication(String)
Get a app by name
Public methodGetDevice(IIdentity)
Gets the specified security device based on the principal
Public methodGetDevice(String)
Get a device by name
Public methodGetPolicy
Get the specified security policy by OID
Public methodGetProvenance
Get the provenance object
Public methodGetProviderEntity
Gets the specified provider entity from the specified identity
Public methodGetRole
Gets a specific role.
Public methodGetSecurityEntity
Get the data object for the provided principal
Public methodGetUser(IIdentity)
Gets the specified security user based on the principal
Public methodGetUser(String)
Get a user by user name
Public methodGetUserEntity
Get the user entity
Public methodLockApplication
Locks an application
Public methodLockDevice
Locks a device principal
Public methodLockUser
Locks a specific user.
Public methodUnlockApplication
Removes a lock from an application
Public methodUnlockDevice
Removes a lock from a device
Public methodUnlockUser
Unlocks a specific user.
Top
See Also