com.sptci.auth
Class Group
java.lang.Object
com.sptci.auth.Group
public class Group
- extends Object
A value object that represents a group object. This bean is used to
store the values necessary to implement authorisation and
potentially authentication.
© Copyright 2006, Sans Pareil Technologies, Inc.
- Version:
- $Id: Group.java 3251 2007-05-12 19:09:12Z rakesh $
- Author:
- Rakesh Vidyadharan 2006-11-15
|
Constructor Summary |
Group(String name)
Create a new instance using the specified values. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
public final String name
- The name of the group
Group
public Group(String name)
- Create a new instance using the specified values.
- Parameters:
name - The name value to use.