InternalService Class

Internal service for communication with other services

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebServiceAttribute(Namespace = "http://filehold.com/userrolemanager/internalservice/")]
[WebServiceBindingAttribute(ConformsTo = WsiProfiles.BasicProfile1_1)]
public class InternalService : WebService
Inheritance
Object    MarshalByValueComponent    WebService    InternalService

Constructors

InternalServiceInitializes a new instance of the InternalService class

Methods

AddExternalUsers 
AddOrUpdateExternalUserDetails 
AvailableLicenseExists 
CalculateEffectiveMembers 
CalculateEffectivePermissions 
ChangeExternalUserPassword 
CommitOneTimeUnits 
ConfirmEmail 
CreateSupportUser 
CreateUser 
ExpandAllToMembers 
FindAllUserObjectStartWith 
FindExternalUsers 
FindExternalUsersBySource 
FindUserByLogin 
FindUserObject 
FindUserObjectStartWith 
GetADAMObjectsFromIds 
GetAdditionalLogonSettings 
GetAdministratorsEmails 
GetAllOneTimeLicensesCount 
GetAllUsersAllowedToMakeOperations 
GetAvailableFolderOwnersInCabinet 
GetAvailableRolesForUsers 
GetAzRoles 
GetDomainGroupData Get list of guid and names of domain user groups
GetDomainGroupsByType 
GetEasyActionCost 
GetEligibleUsers 
GetEligibleUsersAndGroups 
GetExceededLoginAttempts Gets the list of exceeded login attempts.
GetExternalUserDetails 
GetExternalUsersFromIds 
GetGraphAccessToken 
GetInsufficientCALLogs 
GetInsufficientLicenses 
GetLibraryAdministrators 
GetLicenseDetails 
GetLicensedUserCount 
GetLicensedUsersCount 
GetLicenseStateWithTimeLimit 
GetLicenseStatus 
GetLimitedRoles Returns AzMan roles existing in the system limited by specified roles; NOTE : Null returned means that one of the roles used in limitation is a system administration role
GetLocalGroupData Get list of guid and names of local user groups
GetLocalUsersDetails 
GetLogonAndPasswordSecuritySettings Return logon and password security settings
GetManagedOptions 
GetOneTimeUnits 
GetParentFileholdGroups Retrieves all fh groups specifed user belongs to
GetRemainingOneTimeLicenses 
GetResetPasswordUsersToNotify Returns locally manager users who should be notified about password reset and obtain token
GetSessionInfoForUser 
GetStoredDomains 
GetSystemAdministrators 
GetUserObjects 
GetUserObjectsBasicRoles 
GetUsersAllowedToMakeOperations 
GetUsersAndGroupsAllowedToMakeOperations 
GetUsersPermissions 
GetViewerConfiguration 
GetViewerFileFormatList 
InvokeAction 
IsLicenseExpiredNotified 
IsMiddleInitialInFullNameEnabled 
IsWebViewerFileExtensionAllowed 
MsalTokenCacheGet 
MsalTokenCacheRefresh 
MsalTokenCacheRemove 
MsalTokenCacheSet 
RebuildCache 
RemoveExpiredSessions 
ResetExternalUserPassword 
ResetSystemTimeZone 
RollbackEmailChange 
RollbackOneTimeUnits 
SetAsLicensed 
SetAuthenticatorKey 
SetExceededLoginAttemptsSent Sets the exceeded login attempts notification sent flag for given accounts.
SetExternalUserInitialPassword 
SetExternalUserName 
SetExternalUserResetPasswordToken 
SetExternalUserResetPasswordTokenV2 
SetLicenseExpiredNotified 
SetResetPasswordUsersNotified Sets reset password token notification sent flag for given accounts
StartSession 
SynchronizeAllDomains 
UnlockSession 
VerifyExternalUserPassword 
VerifyPassword 

Extension Methods

See Also