uPortal 2.4.1
API Documentation

org.jasig.portal.security.provider
Class JAASSubject

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

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.1 $
Author:
Al Wold
See Also:
Serialized Form

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

Constructor Detail

JAASSubject

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

getSubject

public javax.security.auth.Subject getSubject()

uPortal 2.4.1
API Documentation