Package com.filenet.api.security

Provides interfaces related to authentication, authorization, and user- and group-specific data.

See: Description

  • Interface Summary 
    Interface Description
    AccessPermission
    Defines access permissions through a bitmask of access rights.
    AccessPermissionDescription
    Describes an access right or level.
    ActiveMarking
    Represents a marking that is currently applied to a given object.
    ApplicationSecurityTemplate
    Represents a template through which an application can apply permissions (access rights) to a Document, CustomObject, or Folder object, and to their subclasses.
    CmAbstractPermission
    Abstract base for all permission classes.
    CmDelegatedAccessPermission
    A type of extended permission that defines delegation of rights from a user or group to another user or group.
    CmDynamicRole
    The base class for roles having membership evaluated dynamically.
    CmExtendedPermission
    Abstract base for all extended permission classes.
    CmLocalGroup  
    CmLocalGroupMember  
    CmManagedUser  
    CmRole
    The base class for roles.
    CmRoleMember
    Base for classes defining the membership of a role.
    CmRolePermission
    A type of extended permission that grants access through a CmRole.
    CmRolePrincipalMember
    Defines a security principal as a member of a static role.
    CmRoleRealmMember
    Defines all users of a specified realm as members of a static role.
    CmRoleRoleMember
    Specifies a nested role, whose members are to be treated as members of this static role.
    CmStaticRole
    The base class for roles having a statically defined membership.
    DiscretionaryPermission
    Base class for permission objects that define discretionary access permissions.
    Group
    Represents a group of user accounts defined by the directory service on the Content Engine server.
    Marking
    Represents the definition of a value that may be assigned to a marking-controlled property.
    MarkingSet
    Represents a container for the set of markings for a given object property.
    Permission
    Represents the base class for Permission objects.
    PermissionDescription
    Base class for objects describing permissions.
    Realm
    Consists of a set of related groups and users.
    SecurityPolicy
    Represents an independently persistable, subclassable container for a list of security templates.
    SecurityPrincipal
    Provides the base class for security principals (Group and User objects).
    SecurityTemplate
    Represents the base class for security template classes.
    User
    Represents a particular user who has access to Content Engine resources.
    VersioningSecurityTemplate
    Represents a template for automatically applying permissions (access rights) to a Document object during versioning state changes.

Package com.filenet.api.security Description

Provides interfaces related to authentication, authorization, and user- and group-specific data. This package also includes infrastructure interfaces related to encryption and to other security matters not strictly related to authentication and authorization.

© Copyright IBM Corporation 2006, 2019. All rights reserved.