Provides the base class for security principals (Group and User objects).


Namespace: FileNet.Api.Security
Assembly: FileNet.Api (in filenet.api.dll)

Syntax

Visual Basic (Declaration)
Public Interface ISecurityPrincipal
    Implements IIndependentObject, IEngineObject, ICloneable
C#
public interface ISecurityPrincipal : IIndependentObject, IEngineObject, ICloneable
C++
interface class ISecurityPrincipal : IIndependentObject, IEngineObject, ICloneable
J#
public interface ISecurityPrincipal implements IIndependentObject, IEngineObject, ICloneable
JScript
public interface ISecurityPrincipal extends IIndependentObject, IEngineObject, ICloneable

Remarks

Metadata

Auditable: false
AllowsInstances: false
AllowsSubClasses: false
ClassDefinitionName: None
IsDependent: false
IsHidden: false
Searchable: false
StorageType: Domain
SuperclassName: GenericObject

See Also