|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InternalGroupPrincipal
Interface representing a Jetspeed security group principal object model.
Method Summary | |
---|---|
Collection |
getRolePrincipals()
Getter for the role principals. |
Collection |
getUserPrincipals()
Getter for the user principals. |
void |
setRolePrincipals(Collection rolePrincipals)
Setter for the role principals. |
void |
setUserPrincipals(Collection userPrincipals)
Setter for the user principals. |
Methods inherited from interface org.apache.jetspeed.security.om.InternalPrincipal |
---|
getClassname, getCreationDate, getFullPath, getModifiedDate, getPermissions, getPrincipalId, isEnabled, isMappingOnly, setClassname, setCreationDate, setEnabled, setFullPath, setMappingOnly, setModifiedDate, setPermissions, setPrincipalId |
Method Detail |
---|
Collection getUserPrincipals()
Getter for the user principals.
void setUserPrincipals(Collection userPrincipals)
Setter for the user principals.
userPrincipals
- The user principals.Collection getRolePrincipals()
Getter for the role principals.
void setRolePrincipals(Collection rolePrincipals)
Setter for the role principals.
rolePrincipals
- The role principals.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |