com.sptci.auth
Class Group
java.lang.Object
com.sptci.auth.Group
- All Implemented Interfaces:
- Serializable
public class Group
- extends Object
- implements Serializable
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 4553 2008-12-24 10:34:16Z rakesh $
- Author:
- Rakesh Vidyadharan 2006-11-15
- See Also:
- Serialized Form
|
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.