Uses of Class
com.filenet.api.constants.SecurityPrincipalType

Packages that use SecurityPrincipalType
com.filenet.api.constants Provides classes defining collections of related, type-safe constant values. 
com.filenet.api.security Provides interfaces related to authentication, authorization, and user- and group-specific data. 
 

Uses of SecurityPrincipalType in com.filenet.api.constants
 

Fields in com.filenet.api.constants declared as SecurityPrincipalType
static SecurityPrincipalType SecurityPrincipalType.GROUP
          The security principal type is a Group object.
static SecurityPrincipalType SecurityPrincipalType.UNKNOWN
           
static SecurityPrincipalType SecurityPrincipalType.USER
          The security principal type is a User object.
 

Methods in com.filenet.api.constants that return SecurityPrincipalType
static SecurityPrincipalType SecurityPrincipalType.getInstanceFromInt(int value)
          Returns an instance of this class using its associated integer value.
 

Uses of SecurityPrincipalType in com.filenet.api.security
 

Methods in com.filenet.api.security that return SecurityPrincipalType
 SecurityPrincipalType Permission.get_GranteeType()
          Returns the value of the GranteeType property.
 



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