Click or drag to resize

EnterpriseOneTransactionSystemsSecurityObjects Class

Provides typed access to the repositories in the Systems.Security namespace.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransactionSystemsSecurityObjects

Namespace:  Aloe.EnterpriseOne.Model.Core
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class SystemsSecurityObjects

The EnterpriseOneTransactionSystemsSecurityObjects type exposes the following members.

Properties
  NameDescription
Public propertyAccessKeys
Gets a typed query for the Systems.Security.AccessKey entity type.
Public propertyColumnPermissions
Gets a typed query for the Systems.Security.ColumnPermission entity type.
Public propertyDomainProviders
Gets a typed query for the Systems.Security.DomainProvider entity type.
Public propertyDomains
Gets a typed query for the Systems.Security.Domain entity type.
Public propertyGroupAccessKeys
Gets a typed query for the Systems.Security.GroupAccessKey entity type.
Public propertyGroups
Gets a typed query for the Systems.Security.Group entity type.
Public propertyTrustedApplicationAuthorizations
Gets a typed query for the Systems.Security.TrustedApplicationAuthorization entity type.
Public propertyTrustedApplications
Gets a typed query for the Systems.Security.TrustedApplication entity type.
Public propertyUserAccessKeys
Gets a typed query for the Systems.Security.UserAccessKey entity type.
Public propertyUserGroups
Gets a typed query for the Systems.Security.UserGroup entity type.
Public propertyUserProviderLogins
Gets a typed query for the Systems.Security.UserProviderLogin entity type.
Public propertyUserProviderTokens
Gets a typed query for the Systems.Security.UserProviderToken entity type.
Public propertyUsers
Gets a typed query for the Systems.Security.User entity type.
Public propertyVisualPermissions
Gets a typed query for the Systems.Security.VisualPermission entity type.
Top
See Also