|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jetspeed.security.om.impl.InternalPrincipalImpl
org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl
public class InternalGroupPrincipalImpl
InternalGroupPrincipal interface implementation.
| Field Summary |
|---|
| Fields inherited from class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl |
|---|
ojbConcreteClass |
| Constructor Summary | |
|---|---|
InternalGroupPrincipalImpl()
Group principal implementation default constructor. |
|
InternalGroupPrincipalImpl(java.lang.String fullPath)
Constructor to create a new group principal. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object object)
Compares this InternalGroupPrincipal to the provided group principal
and check if they are equal. |
java.util.Collection |
getRolePrincipals()
Getter for the role principals. |
java.util.Collection |
getUserPrincipals()
Getter for the user principals. |
void |
setRolePrincipals(java.util.Collection rolePrincipals)
Setter for the role principals. |
void |
setUserPrincipals(java.util.Collection userPrincipals)
Setter for the user principals. |
| Methods inherited from class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl |
|---|
getClassname, getCreationDate, getFullPath, getModifiedDate, getPermissions, getPrincipalId, isEnabled, isMappingOnly, setClassname, setCreationDate, setEnabled, setFullPath, setMappingOnly, setModifiedDate, setPermissions, setPrincipalId |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public InternalGroupPrincipalImpl()
Group principal implementation default constructor.
public InternalGroupPrincipalImpl(java.lang.String fullPath)
Constructor to create a new group principal.
fullPath - The group full path.| Method Detail |
|---|
public java.util.Collection getUserPrincipals()
InternalGroupPrincipalGetter for the user principals.
getUserPrincipals in interface InternalGroupPrincipalInternalGroupPrincipal.getUserPrincipals()public void setUserPrincipals(java.util.Collection userPrincipals)
InternalGroupPrincipalSetter for the user principals.
setUserPrincipals in interface InternalGroupPrincipaluserPrincipals - The user principals.InternalGroupPrincipal.setUserPrincipals(java.util.Collection)public java.util.Collection getRolePrincipals()
InternalGroupPrincipalGetter for the role principals.
getRolePrincipals in interface InternalGroupPrincipalInternalGroupPrincipal.getRolePrincipals()public void setRolePrincipals(java.util.Collection rolePrincipals)
InternalGroupPrincipalSetter for the role principals.
setRolePrincipals in interface InternalGroupPrincipalrolePrincipals - The role principals.InternalGroupPrincipal.setRolePrincipals(java.util.Collection)public boolean equals(java.lang.Object object)
Compares this InternalGroupPrincipal to the provided group principal
and check if they are equal.
InternalGroupPrincipal are equal.
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||