Click or drag to resize

IOfflineRoleProviderService Interface

Represents an offline role provider service

Namespace:  SanteDB.DisconnectedClient.Security
Assembly:  SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax
public interface IOfflineRoleProviderService : IRoleProviderService, 
	IServiceImplementation

The IOfflineRoleProviderService type exposes the following members.

Properties
  NameDescription
Public propertyServiceName
Gets the service name
(Inherited from IServiceImplementation.)
Top
Methods
  NameDescription
Public methodAddPoliciesToRoles
Add specified policies to the specified roles
Public methodAddUsersToRoles
Add users to roles
(Inherited from IRoleProviderService.)
Public methodCreateRole
Create offline role
Public methodFindUsersInRole
Find all users in a specified role
(Inherited from IRoleProviderService.)
Public methodGetAllRoles
Get all roles
(Inherited from IRoleProviderService.)
Public methodGetAllRoles(String)
Get all roles
(Inherited from IRoleProviderService.)
Public methodIsUserInRole
User user in the specified role
(Inherited from IRoleProviderService.)
Public methodRemoveUsersFromRoles
Remove users from specified roles
(Inherited from IRoleProviderService.)
Top
See Also