SecurityRights Class

The SecurityRights class holds the information about the security rights and permissions management.

Syntax

class SecurityRights extends Object

Run On

Called

Methods

  Method Description
Gg957675.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg957675.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg957675.pubmethod(en-us,AX.60).gif fieldAccessRight Retrieves the access rights for the field of the table.
Gg957675.pubmethod(en-us,AX.60).gif formControlAccessRight Retrieves the access rights for the form control.
Gg957675.pubmethod(en-us,AX.60).gif getSelectableCompanies
Gg957675.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg957675.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg957675.pubmethod(en-us,AX.60).gif hasMenuAccess Checks whether the user has access to the specified menu.
Gg957675.pubmethod(en-us,AX.60).gif hasMenuItemAccess Checks whether the user has access to the specified menu item.
Gg957675.pubmethod(en-us,AX.60).gif hasServerMethodAccess Checks whether the user has access to the specified server method.
Gg957675.pubmethod(en-us,AX.60).gif hasServiceOperationAccess Checks whether the user has access to the specified service operation.
Gg957675.pubmethod(en-us,AX.60).gif isDeveloper
Gg957675.pubmethod(en-us,AX.60).gif isSystemAdministrator Checks whether the current user is a system administrator.
Gg957675.pubmethod(en-us,AX.60).gif menuItemAccessRight Retrieves the access rights for the menu item.
Gg957675.privmethod(en-us,AX.60).gif new Initializes a new instance of the SecurityRights class. (Overrides the new Method.)
Gg957675.pubmethod(en-us,AX.60).gif notify Releases the hold on an object that has called the wait method on this object. (Inherited from Object.)
Gg957675.pubmethod(en-us,AX.60).gif notifyAll Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.)
Gg957675.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg957675.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg957675.pubmethod(en-us,AX.60).gif populateSelectableCompanies Populates the selectable companies.
Gg957675.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg957675.pubmethod(en-us,AX.60).gif tableAccessRight Retrieves the access rights for the table.
Gg957675.pubmethod(en-us,AX.60).gif tableFieldAccessRights Retrieves the field access rights for the table.
Gg957675.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg957675.pubmethod(en-us,AX.60).gif usageCount Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.)
Gg957675.pubmethod(en-us,AX.60).gif variableAccessFields Retrieves a set of the table field IDs.
Gg957675.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg957675.pubmethod(en-us,AX.60).gif webContentAccessRight Retrieves the access rights for the web content item.
Gg957675.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg957675.pubmethod(en-us,AX.60).gif Gg957675.static(en-us,AX.60).gif ::construct Creates a new security rights instance for the current user.
Gg957675.pubmethod(en-us,AX.60).gif Gg957675.static(en-us,AX.60).gif ::newUser Creates a new security rights instance for the specified user.

Top

Inheritance Hierarchy

Object Class
  SecurityRights Class