com.sptci.auth
Class Group

java.lang.Object
  extended by 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

Field Summary
 String name
          The name of the group
 
Constructor Summary
Group(String name)
          Create a new instance using the specified values.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public final String name
The name of the group

Constructor Detail

Group

public Group(String name)
Create a new instance using the specified values.

Parameters:
name - The name value to use.