|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface representing Jetspeed security role principal object model.
Method Summary | |
Collection |
getGroupPrincipals()
Getter for the group principals. |
Collection |
getUserPrincipals()
Getter for the user principals. |
void |
setGroupPrincipals(Collection groupPrincipals)
Setter for the group 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 |
public Collection getUserPrincipals()
Getter for the user principals.
public void setUserPrincipals(Collection userPrincipals)
Setter for the user principals.
userPrincipals
- The user principals.public Collection getGroupPrincipals()
Getter for the group principals.
public void setGroupPrincipals(Collection groupPrincipals)
Setter for the group principals.
groupPrincipals
- The group principals.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |