FME Server .NET API

IFMESecurityManager Members

Public Instance Methods

AddApplicationResource Adds an application resource.
AddCategory Adds a category.
AddUserAccount Adds a user account.
AddUserRole Adds a user role.
AddUserToken Adds a new user token for the specified user.
ApplicationResourceExists Checks if specified application resource exists.
CategoryExists Checks if specified category exists.
CreateApplicationResource Creates a new IFMEApplicationResource.
CreateCategory Creates a new IFMECategory.
CreateUserAccount Creates a new IFMEUserAccount.
CreateUserRole Creates a new IFMEUserRole.
CreateUserToken Creates a new IFMEUserToken.
GetApplicationResource Gets the specified application resource.
GetApplicationResources
GetCategories
GetCategory Gets the specified category.
GetNumApplicationResources
GetNumCategories
GetNumUserAccounts
GetNumUserRoles
GetPermissions
GetUserAccount Gets the specified user account.
GetUserAccounts
GetUserRole Gets the specified user role.
GetUserRoles
GetUserToken Gets the token for the specified user.
RemoveApplicationResource Removes the specified application resource.
RemoveCategory Removes the specified category.
RemoveUserAccount Removes the specified user account.
RemoveUserRole Removes the specified user role.
RemoveUserToken Removes the user token for the specified user.
UpdateApplicationResource Updates an application resource.
UpdateCategory Updates a category.
UpdateUserAccount Updates an existing user account.
UpdateUserAccountPassword Updates the user account password.
UpdateUserRole Updates an existing user role.
UpdateUserToken Updates the user token for the specified user.
UserAccountExists Checks if specified user account exists.
UserRoleExists Checks if specified user role exists.
UserTokenExists Checks if token exists for specified user.

See Also

IFMESecurityManager Interface | Safe.FMEServer.API.Security Namespace