org.figure8.join.services.security
Class PermissionResource

java.lang.Object
  extended by org.figure8.join.services.security.PermissionResource
All Implemented Interfaces:
java.io.Serializable

public class PermissionResource
extends java.lang.Object
implements java.io.Serializable

This a very lightweight bean for representing a resource that may be associated to security permissions.

Version:
$Revision: 1.1 $
Author:
Laurent Broudoux
See Also:
Serialized Form

Constructor Summary
PermissionResource(java.lang.String id, java.lang.String label)
          Creates a new instance of PermissionResource
 
Method Summary
 java.lang.String getId()
           
 java.lang.String getLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PermissionResource

public PermissionResource(java.lang.String id,
                          java.lang.String label)
Creates a new instance of PermissionResource

Parameters:
id - This resource unique identifier
label - This resource label for display
Method Detail

getId

public java.lang.String getId()
Returns:
This resource unique identifier

getLabel

public java.lang.String getLabel()
Returns:
This resource label for display


Copyright © 2005-2008 Join. All Rights Reserved.