org.apache.jetspeed.om.registry
Interface SecurityAccess

All Known Implementing Classes:
BaseSecurityAccess

public interface SecurityAccess

Interface for manipulatin the security allow on the registry entries

Version:
$Id: SecurityAccess.java,v 1.5 2004/07/21 19:21:22 taylor Exp $
Author:
Paul Spencer

Method Summary
 java.lang.String getAction()
          Getter for property action.
 java.util.Vector getAllAllows()
          Getter for property allAllows.
 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.
 

Method Detail

getId

public long getId()

getAction

public java.lang.String getAction()
Getter for property action.

Returns:
Value of property action.

setAction

public void setAction(java.lang.String action)
Setter for property action.

Parameters:
action - New value of property action.

getAllows

public java.util.Vector getAllows()
Getter for property allows.

Returns:
Value of property allows.

setAllows

public void setAllows(java.util.Vector allows)
Setter for property allows.

Parameters:
allows - New value of property allows.

getAllAllows

public java.util.Vector getAllAllows()
Getter for property allAllows.

Returns:
Value of property allAllows.

getOwnerAllows

public java.util.Vector getOwnerAllows()
Getter for property ownerAllows.

Returns:
Value of property ownerAllows.

setOwnerAllows

public void setOwnerAllows(java.util.Vector ownerAllows)
Setter for property ownerAllows.

Parameters:
ownerAllows - New value of property ownerAllows.


Copyright © 2000-2005 Apache Software Foundation. All Rights Reserved.