com.spotfire.server.jaas
Class JAASGroupPrincipal

java.lang.Object
  extended by com.spotfire.server.jaas.AbstractPrincipal
      extended by com.spotfire.server.jaas.JAASGroupPrincipal

public class JAASGroupPrincipal
extends AbstractPrincipal

This class can be used as a base class for Principal implementations representing groups.

Since:
DSS 7.3
See Also:
Serialized Form

Constructor Summary
JAASGroupPrincipal(String groupname)
          Creates a new JAASGroupPrincipal instance with the given groupname.
 
Method Summary
 
Methods inherited from class com.spotfire.server.jaas.AbstractPrincipal
equals, getName, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JAASGroupPrincipal

public JAASGroupPrincipal(String groupname)
Creates a new JAASGroupPrincipal instance with the given groupname.

Parameters:
groupname - the groupname


Copyright © 2000-2009 TIBCO Software Inc. All Rights Reserved.