|
||||||||||
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.InternalRolePrincipalImpl
public class InternalRolePrincipalImpl
InternalRolePrincipal
interface implementation.
Field Summary |
---|
Fields inherited from class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl |
---|
ojbConcreteClass |
Constructor Summary | |
---|---|
InternalRolePrincipalImpl()
Role principal implementation default constructor. |
|
InternalRolePrincipalImpl(java.lang.String fullPath)
Constructor to create a new role principal. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object object)
Compares this InternalRolePrincipal to the provided role principal
and check if they are equal. |
java.util.Collection |
getGroupPrincipals()
Getter for the group principals. |
java.util.Collection |
getUserPrincipals()
Getter for the user principals. |
void |
setGroupPrincipals(java.util.Collection groupPrincipals)
Setter for the group 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 InternalRolePrincipalImpl()
Role principal implementation default constructor.
public InternalRolePrincipalImpl(java.lang.String fullPath)
Constructor to create a new role principal.
fullPath
- The role full path.Method Detail |
---|
public java.util.Collection getUserPrincipals()
InternalRolePrincipal
Getter for the user principals.
getUserPrincipals
in interface InternalRolePrincipal
InternalRolePrincipal.getUserPrincipals()
public void setUserPrincipals(java.util.Collection userPrincipals)
InternalRolePrincipal
Setter for the user principals.
setUserPrincipals
in interface InternalRolePrincipal
userPrincipals
- The user principals.InternalRolePrincipal.setUserPrincipals(java.util.Collection)
public java.util.Collection getGroupPrincipals()
InternalRolePrincipal
Getter for the group principals.
getGroupPrincipals
in interface InternalRolePrincipal
InternalRolePrincipal.getGroupPrincipals()
public void setGroupPrincipals(java.util.Collection groupPrincipals)
InternalRolePrincipal
Setter for the group principals.
setGroupPrincipals
in interface InternalRolePrincipal
groupPrincipals
- The group principals.InternalRolePrincipal.setGroupPrincipals(java.util.Collection)
public boolean equals(java.lang.Object object)
Compares this InternalRolePrincipal
to the provided role principal
and check if they are equal.
InternalRolePrincipal
are equal.
equals
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |