net.incongru.berkano.security
Interface Role

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
RoleImpl

public interface Role
extends java.io.Serializable

A role is a bunch of permissions. They get assigned to groups, and are only there for administrative purpose (ie, ease the task of admins) Permissions should not be configurable, at least not at runtime. You must implement equals and hashcode!!

Version:
$Revision: 1.5 $
Author:
greg, $Author: gj $ (last edit)

Method Summary
 java.lang.String getName()
           
 

Method Detail

getName

java.lang.String getName()


Copyright © 2004-2007. All Rights Reserved.