org.jasig.portal.security.provider
Class JAASSubject

java.lang.Object
  extended by org.jasig.portal.security.provider.JAASSubject
All Implemented Interfaces:
Serializable, IAdditionalDescriptor

public class JAASSubject
extends Object
implements IAdditionalDescriptor, Serializable

Simple container object for a JAAS Subject for the logged in user.

Version:
$Revision: 19776 $
Author:
Al Wold
See Also:
Serialized Form

Constructor Summary
JAASSubject(Subject subject)
           
 
Method Summary
 Subject getSubject()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JAASSubject

public JAASSubject(Subject subject)
Method Detail

getSubject

public Subject getSubject()


Copyright © 2010 Jasig. All Rights Reserved.