|
||||||||||
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()
InternalGroupPrincipal
Getter for the user principals.
getUserPrincipals
in interface InternalGroupPrincipal
InternalGroupPrincipal.getUserPrincipals()
public void setUserPrincipals(java.util.Collection userPrincipals)
InternalGroupPrincipal
Setter for the user principals.
setUserPrincipals
in interface InternalGroupPrincipal
userPrincipals
- The user principals.InternalGroupPrincipal.setUserPrincipals(java.util.Collection)
public java.util.Collection getRolePrincipals()
InternalGroupPrincipal
Getter for the role principals.
getRolePrincipals
in interface InternalGroupPrincipal
InternalGroupPrincipal.getRolePrincipals()
public void setRolePrincipals(java.util.Collection rolePrincipals)
InternalGroupPrincipal
Setter for the role principals.
setRolePrincipals
in interface InternalGroupPrincipal
rolePrincipals
- 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 |