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