Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.4.6
|
Leadtools.Annotations.Core Namespace > AnnGroupsRoles Class : IsUserInRole Method |
public virtual bool IsUserInRole( string userName, AnnOperationInfoEventArgs info )
'Declaration
Public Overridable Function IsUserInRole( _ ByVal userName As String, _ ByVal info As AnnOperationInfoEventArgs _ ) As Boolean
public virtual bool IsUserInRole( string userName, AnnOperationInfoEventArgs info )
public boolean isUserInRole(String userName, AnnOperationInfoEvent info)
This method works as follows:
GetUserRoles is called obtain the roles for the specified user (through the groups this user belong to).
AnnOperationInfoEventArgs.Type is checked agains the built-in roles of the system. For instance, if the operation type is AnnOperationType.CreateObjects, then the user must contain AnnRoles.Edit or AnnRoles.EditAll (with edit only works if the userName is the same as info.AnnObject.UserId.
If the build-in roles matched against the operation type could not verify if the the operation is allowed or denied, then this is a custom role and the GenerateRole event will occur to ask the application for te role name to use with this operation. This role is checked again against the group roles to return the boolean value.