org.jasig.portal.security.provider
Class JAASSubject

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

public class JAASSubject
extends java.lang.Object
implements IAdditionalDescriptor, java.io.Serializable

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

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

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

Field Detail

subject

private javax.security.auth.Subject subject
Constructor Detail

JAASSubject

public JAASSubject(javax.security.auth.Subject subject)
Method Detail

getSubject

public javax.security.auth.Subject getSubject()