|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.jetspeed.om.registry.base.BaseSecurityAccess
Interface for manipulatin the Security Access on the registry entries
Constructor Summary | |
BaseSecurityAccess()
Creates new BaseSecurityAccess |
|
BaseSecurityAccess(long id)
|
Method Summary | |
boolean |
equals(java.lang.Object object)
Implements the equals operation so that 2 elements are equal if all their member values are equal. |
java.lang.String |
getAction()
Getter for property action. |
java.util.Vector |
getAllAllows()
Return a vector contain all allows elements. |
java.util.Vector |
getAllows()
Getter for property allows. |
long |
getId()
|
java.util.Vector |
getOwnerAllows()
Getter for property ownerAllows. |
void |
setAction(java.lang.String action)
Setter for property action. |
void |
setAllows(java.util.Vector allows)
Setter for property allows. |
void |
setOwnerAllows(java.util.Vector ownerAllows)
Setter for property ownerAllows. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public BaseSecurityAccess()
public BaseSecurityAccess(long id)
Method Detail |
public long getId()
getId
in interface SecurityAccess
public boolean equals(java.lang.Object object)
public java.lang.String getAction()
getAction
in interface SecurityAccess
public void setAction(java.lang.String action)
setAction
in interface SecurityAccess
action
- New value of property action.public java.util.Vector getAllows()
getAllows
in interface SecurityAccess
public void setAllows(java.util.Vector allows)
setAllows
in interface SecurityAccess
allows
- New value of property allows.public java.util.Vector getOwnerAllows()
getOwnerAllows
in interface SecurityAccess
public void setOwnerAllows(java.util.Vector ownerAllows)
setOwnerAllows
in interface SecurityAccess
ownerAllows
- New value of property ownerAllows.public java.util.Vector getAllAllows()
getAllAllows
in interface SecurityAccess
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |