|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.security.om.impl.InternalPrincipalImpl org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl
public class InternalGroupPrincipalImpl
InternalGroupPrincipal
interface implementation.
Field Summary | |
---|---|
(package private) static String |
GROUP_PRINCIPAL_CLASSNAME
Group principal security class. |
private Collection |
rolePrincipals
|
private static long |
serialVersionUID
The serial version uid. |
private Collection |
userPrincipals
|
Fields inherited from class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl |
---|
ojbConcreteClass |
Constructor Summary | |
---|---|
InternalGroupPrincipalImpl()
Group principal implementation default constructor. |
|
InternalGroupPrincipalImpl(String fullPath)
Constructor to create a new group principal. |
Method Summary | |
---|---|
boolean |
equals(Object object)
Compares this InternalGroupPrincipal to the provided group principal
and check if they are equal. |
Collection |
getRolePrincipals()
|
Collection |
getUserPrincipals()
|
void |
setRolePrincipals(Collection rolePrincipals)
|
void |
setUserPrincipals(Collection userPrincipals)
|
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 |
Field Detail |
---|
private static final long serialVersionUID
static String GROUP_PRINCIPAL_CLASSNAME
Group principal security class.
private Collection userPrincipals
private Collection rolePrincipals
Constructor Detail |
---|
public InternalGroupPrincipalImpl()
Group principal implementation default constructor.
public InternalGroupPrincipalImpl(String fullPath)
Constructor to create a new group principal.
fullPath
- The group full path.Method Detail |
---|
public Collection getUserPrincipals()
getUserPrincipals
in interface org.apache.jetspeed.security.om.InternalGroupPrincipal
InternalGroupPrincipal.getUserPrincipals()
public void setUserPrincipals(Collection userPrincipals)
setUserPrincipals
in interface org.apache.jetspeed.security.om.InternalGroupPrincipal
InternalGroupPrincipal.setUserPrincipals(java.util.Collection)
public Collection getRolePrincipals()
getRolePrincipals
in interface org.apache.jetspeed.security.om.InternalGroupPrincipal
InternalGroupPrincipal.getRolePrincipals()
public void setRolePrincipals(Collection rolePrincipals)
setRolePrincipals
in interface org.apache.jetspeed.security.om.InternalGroupPrincipal
InternalGroupPrincipal.setRolePrincipals(java.util.Collection)
public boolean equals(Object object)
Compares this InternalGroupPrincipal
to the provided group principal
and check if they are equal.
InternalGroupPrincipal
are equal.
equals
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |