![]() | LocalSecurityRepository Class |
Namespace: SanteDB.DisconnectedClient.Services.Local
The LocalSecurityRepository type exposes the following members.
Name | Description | |
---|---|---|
![]() | LocalSecurityRepository |
Creates a new local security repository service
|
Name | Description | |
---|---|---|
![]() | ServiceName |
Gets the service name
|
Name | Description | |
---|---|---|
![]() | ChangePassword(Guid, String) |
Changes a user's password.
|
![]() | ChangePassword(String, String) |
Change password
|
![]() | CreateUser |
Creates a user with a specified password.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FindProvenance |
Find provenance
|
![]() | GetApplication(IIdentity) |
Get application
|
![]() | GetApplication(String) |
Get application from name
|
![]() | GetDevice(IIdentity) |
Get device
|
![]() | GetDevice(String) |
Get device from name
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetPolicy |
Get the policy information in the model format
|
![]() | GetProvenance |
Get the security provenance
|
![]() | GetProviderEntity |
Get the specified provider entity
|
![]() | GetRole |
Get the specified role
|
![]() | GetSecurityEntity |
Get the security entity from the specified principal
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetUser(IIdentity) |
Get the specified user based on identity
|
![]() | GetUser(String) |
Gets a specific user.
|
![]() | GetUserEntity |
Get user entity from identity
|
![]() | LockApplication |
Locks the specified application
|
![]() | LockDevice |
Lock a device
|
![]() | LockUser |
Locks a specific user.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SetUserRoles |
Set the user's roles to only those in the roles array
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UnlockApplication |
Unlock the specified application
|
![]() | UnlockDevice |
Unlocks the specified device
|
![]() | UnlockUser |
Unlocks a specific user.
|
Name | Description | |
---|---|---|
![]() | ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |
![]() | GetInstanceOfTDomain |
Gets an instance of TDomain from me
(Defined by ModelExtensions.) |