-
Packages that use SecurityPrincipal Package Description com.filenet.api.core Provides classes and interfaces that are related to the core business objects of the API, such asEntireNetwork,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 Modifier and Type Method and Description static SecurityPrincipalFactory.SecurityPrincipal. fetchInstance(Connection connection, java.lang.String name, PropertyFilter filter)Retrieves an object of theSecurityPrincipalclass by the specified connection and symbolic name. -
Uses of SecurityPrincipal in com.filenet.api.security
Subinterfaces of SecurityPrincipal in com.filenet.api.security Modifier and Type Interface and Description interfaceGroupRepresents a group of user accounts defined by the directory service on the Content Engine server.interfaceUserRepresents a particular user who has access to Content Engine resources.Methods in com.filenet.api.security that return SecurityPrincipal Modifier and Type Method and Description SecurityPrincipalCmRolePrincipalMember. get_MemberPrincipal()Returns the value of the MemberPrincipal property.SecurityPrincipalCmLocalGroupMember. get_MemberPrincipal()Specifies the security principal that is a role member.Methods in com.filenet.api.security with parameters of type SecurityPrincipal Modifier and Type Method and Description voidCmRolePrincipalMember. set_MemberPrincipal(SecurityPrincipal value)Sets the value of the MemberPrincipal property.voidCmLocalGroupMember. set_MemberPrincipal(SecurityPrincipal value)Specifies the security principal that is a role member.
-