Share via


SecurityKeySet Class

The SecurityKeySet class provides a set of security keys.

Syntax

class SecurityKeySet extends Object

Run On

Called

Methods

  Method Description
Gg926156.pubmethod(en-us,AX.60).gif access
Gg926156.pubmethod(en-us,AX.60).gif cancelTimeOut Cancels a previous method call to the setTimeOut method. (Inherited from Object.)
Gg926156.pubmethod(en-us,AX.60).gif cnt Counts the keys in the set.
Gg926156.pubmethod(en-us,AX.60).gif cnt2Id Retrieves the key ID, based on key index.
Gg926156.pubmethod(en-us,AX.60).gif disabledByConfigurationKey Verifies whether the security key was disabled by a configuration key.
Gg926156.pubmethod(en-us,AX.60).gif equal Determines whether the specified object is equal to the current one. (Inherited from Object.)
Gg926156.pubmethod(en-us,AX.60).gif fieldAccess
Gg926156.pubmethod(en-us,AX.60).gif fieldTouched Checks whether the table field has been touched.
Gg926156.pubmethod(en-us,AX.60).gif getTimeOutTimerHandle Returns the timer handle for the object. (Inherited from Object.)
Gg926156.pubmethod(en-us,AX.60).gif handle Retrieves the handle of the class of the object. (Inherited from Object.)
Gg926156.pubmethod(en-us,AX.60).gif hasSecurityKeyChildrenAccess Checks the access type for which the security key children have access.
Gg926156.pubmethod(en-us,AX.60).gif hasTableChildrenAccess Retrieves the access type that children have for the table.
Gg926156.pubmethod(en-us,AX.60).gif loadGroupRights Loads the user group rights for the user group.
Gg926156.pubmethod(en-us,AX.60).gif loadUserRights Loads user rights, based on the user.
Gg926156.pubmethod(en-us,AX.60).gif menuItemAccess
Gg926156.pubmethod(en-us,AX.60).gif menuItemInfo Retrieves menu item information, based on the security key.
Gg926156.pubmethod(en-us,AX.60).gif menuItemTouched Checks whether the menu item has been touched.
Gg926156.pubmethod(en-us,AX.60).gif new Initializes a new instance of the Object class. (Overrides the new Method.)
Gg926156.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.)
Gg926156.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.)
Gg926156.pubmethod(en-us,AX.60).gif objectOnServer Determines whether the object is on a server. (Inherited from Object.)
Gg926156.pubmethod(en-us,AX.60).gif owner Returns the instance that owns the object. (Inherited from Object.)
Gg926156.pubmethod(en-us,AX.60).gif pack Serializes the current instance of the SecurityKeySet class.
Gg926156.pubmethod(en-us,AX.60).gif packTouched Packs the touched elements.
Gg926156.pubmethod(en-us,AX.60).gif secureNodeAccess
Gg926156.pubmethod(en-us,AX.60).gif secureNodeInfo Retrieves the information about the secure node.
Gg926156.pubmethod(en-us,AX.60).gif secureNodeTouched Verifies whether the secure node has been touched.
Gg926156.pubmethod(en-us,AX.60).gif setTimeOut Sets up the scheduled execution of a specified method. (Inherited from Object.)
Gg926156.pubmethod(en-us,AX.60).gif tableAccess
Gg926156.pubmethod(en-us,AX.60).gif tableInfo Retrieves the information about a table, based on the security key.
Gg926156.pubmethod(en-us,AX.60).gif tableTouched Verifies whether the table has been touched.
Gg926156.pubmethod(en-us,AX.60).gif toString Returns a string that represents the current object. (Inherited from Object.)
Gg926156.pubmethod(en-us,AX.60).gif touchedByUser Verifies whether the security key has been touched.
Gg926156.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.)
Gg926156.pubmethod(en-us,AX.60).gif wait Pauses a process. (Inherited from Object.)
Gg926156.pubmethod(en-us,AX.60).gif xml Returns an XML string that represents the current object. (Inherited from Object.)
Gg926156.pubmethod(en-us,AX.60).gif Gg926156.static(en-us,AX.60).gif ::crossCompanyCheck Finds the legal entities for which a user has view access.
Gg926156.pubmethod(en-us,AX.60).gif Gg926156.static(en-us,AX.60).gif ::getMenuItemAccess Retrieves the access type for a given menu item.
Gg926156.pubmethod(en-us,AX.60).gif Gg926156.static(en-us,AX.60).gif ::getSecureNodeAccess Retrieves the access type for a given secure node.
Gg926156.pubmethod(en-us,AX.60).gif Gg926156.static(en-us,AX.60).gif ::reloadDomainRestrictions Reloads domain restrictions.

Top

Remarks

Security keys have an access property that is set to no access, view, edit, new, or delete. A value of delete grants full access.

The LoadUserRights method uses the syssecurity table to insert user rights into the security key tree (which is a data structure in the kernel).

The LoadUserGroupRights method uses the syssecurity table to insert user group rights into the security key tree.

The new method creates a new security key tree where all nodes are disabled.

Inheritance Hierarchy

Object Class
  SecurityKeySet Class