jhomenet.server.auth
Class Role

java.lang.Object
  extended by jhomenet.server.auth.Role
All Implemented Interfaces:
java.io.Serializable

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

A class used to define a user's role.

Note: this class is still under development.

Id: $Id: $

Author:
Dave Irwin (jhomenet at gmail dot com)
See Also:
Serialized Form

Field Summary
static Role adminRole
           
static Role userRole
           
 
Method Summary
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adminRole

public static final Role adminRole

userRole

public static final Role userRole
Method Detail

getName

public final java.lang.String getName()
Returns:


Copyright © 2004-2007 David Irwin. All Rights Reserved.