Uses of Interface
com.filenet.api.security.SecurityPrincipal

Packages that use SecurityPrincipal
com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such as EntireNetwork, Domain, Document, Folder, and so on. 
com.filenet.api.security Provides interfaces related to authentication, authorization, and user- and group-specific data. 
 

Uses of SecurityPrincipal in com.filenet.api.core
 

Methods in com.filenet.api.core that return SecurityPrincipal
static SecurityPrincipal Factory.SecurityPrincipal.fetchInstance(Connection connection, java.lang.String name, PropertyFilter filter)
          Retrieves an object of the SecurityPrincipal class by the specified connection and symbolic name.
 

Uses of SecurityPrincipal in com.filenet.api.security
 

Subinterfaces of SecurityPrincipal in com.filenet.api.security
 interface Group
          Represents a group of user accounts defined by the directory service on the Content Engine server.
 interface User
          Represents a particular user who has access to Content Engine resources.
 



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