Salesforce

Security Functions (Magic xpa 4.x)

« Go Back

Information

 
Created BySalesforce Service User
Approval Process StatusPublished
Objective
Description

Security Functions (Magic xpa 4.x)

GroupAdd – Assigns a user to a user group in the Security File from within an application.

GroupRemove - Removes a group from a user in the Security File. Since version: 3.3

GroupRightAdd - Adds a right to a group in the Security File. Since version: 3.3

GroupRightRemove - Removes a right from a group in the Security File. Since version: 3.3

IsLoggedIn - Checks if the user is logged-in or not in current session. Since version: 4.5

Logon – Entry to a current application.

Logout - Logs-out the user from current session. Since version: 4.5

PPD – Reads the protection device code programmed in the application.

RightAdd – Assigns a right to a user in the Security File from within an application.

RightRemove - Removes a right from a user in the Security File. Since version: 3.3

Rights – Queries whether the user owns a specific right.

User – Returns user data as specified in the User ID repository.

UserAdd – Add a user record into the Security File from within an application.

UserDel – Lets the supervisor delete a user identification in a security File from within a Magic xpa application.

UserRightGet – Retrieves a list of rights that belong to the currently logged in user.

If multiple users simultaneously update the security file by using one of the security functions, it is recommended to use the Lock function before the update and the UnLock function after the update.

Reference
Attachment 
Attachment