org.apache.jetspeed.om.registry
Interface Security

All Known Implementing Classes:
BaseSecurity

public interface Security

Interface for manipulatin the access rights on the registry entries

Version:
$Id: Security.java,v 1.4 2005/03/21 18:21:37 sgala Exp $
Author:
Raphaël Luta

Method Summary
 java.lang.String getRole()
           
 void setRole(java.lang.String role)
          Sets the role name required for accessing this entry
 

Method Detail

getRole

public java.lang.String getRole()
Returns:
the role name that is required for accessing this entry

setRole

public void setRole(java.lang.String role)
Sets the role name required for accessing this entry

Parameters:
role - the required role name


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