Esri Geoportal Server
1.0

com.esri.gpt.framework.security.principal
Class Group

java.lang.Object
  extended by com.esri.gpt.framework.security.principal.SecurityPrincipal
      extended by com.esri.gpt.framework.security.principal.Group

public class Group
extends SecurityPrincipal

Represents a group within the system.


Constructor Summary
Group()
          Default constructor.
Group(int id, String key, String name)
          Construct with an id, a key and a name.
Group(String key)
          Construct with a supplied key.
 
Method Summary
 
Methods inherited from class com.esri.gpt.framework.security.principal.SecurityPrincipal
getDistinguishedName, getKey, getLocalID, getName, reset, setDistinguishedName, setKey, setLocalID, setName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Group

public Group()
Default constructor.


Group

public Group(String key)
Construct with a supplied key.

Parameters:
key - the key

Group

public Group(int id,
             String key,
             String name)
Construct with an id, a key and a name.

Parameters:
id - the id.
key - the key
name - name of the group.

Esri Geoportal Server
1.0

Copyright 2011 Environmental Systems Research Institute. All rights reserved. Use is subject to license terms.