com.spotfire.server.jaas
Class JAASUserPrincipal

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

public class JAASUserPrincipal
extends AbstractPrincipal

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

Since:
DSS 7.3
See Also:
Serialized Form

Constructor Summary
JAASUserPrincipal(String username)
          Create a new JAASUserPrincipal instance with the given username.
 
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

JAASUserPrincipal

public JAASUserPrincipal(String username)
Create a new JAASUserPrincipal instance with the given username.

Parameters:
username - the username


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