org.apache.turbine.om.security
Interface SecurityEntity

All Known Subinterfaces:
Group, Permission, Role, User

public interface SecurityEntity

This class represents a Group of Users in the system that are associated with specific entity or resource. The users belonging to the Group may have various Roles. The Permissions to perform actions upon the resource depend on the Roles in the Group that they are assigned.

Version:
$Id: SecurityEntity.java,v 1.1.1.1 2001/08/16 05:08:42 jvanzyl Exp $
Author:
Rafal Krzewski

Method Summary
 java.lang.String getName()
           
 void setName(java.lang.String name)
           
 

Method Detail

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)


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