org.jasig.portal.channels.permissionsmanager
Class PermissionsSessionData

java.lang.Object
  extended by org.jasig.portal.channels.permissionsmanager.PermissionsSessionData

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class PermissionsSessionData
extends Object

PermissionsSessionData A lightweight object used to store all values associated with a single channel session of CPermissionsManager

Version:
$Revision: 19776 $
Author:
Alex Vigdor

Field Summary
 boolean gotActivities
          Deprecated.  
 boolean gotOwners
          Deprecated.  
 boolean gotTargets
          Deprecated.  
 boolean isAuthorized
          Deprecated.  
 boolean isFinished
          Deprecated.  
 IPermissible[] owners
          Deprecated.  
 IAuthorizationPrincipal[] principals
          Deprecated.  
 ChannelRuntimeData runtimeData
          Deprecated.  
 IServant servant
          Deprecated.  
 long startRD
          Deprecated.  
 ChannelStaticData staticData
          Deprecated.  
 String view
          Deprecated.  
 Document XML
          Deprecated.  
 
Constructor Summary
PermissionsSessionData()
          Deprecated.  
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

staticData

public ChannelStaticData staticData
Deprecated. 

runtimeData

public ChannelRuntimeData runtimeData
Deprecated. 

view

public String view
Deprecated. 

XML

public Document XML
Deprecated. 

servant

public IServant servant
Deprecated. 

principals

public IAuthorizationPrincipal[] principals
Deprecated. 

owners

public IPermissible[] owners
Deprecated. 

startRD

public long startRD
Deprecated. 

gotActivities

public boolean gotActivities
Deprecated. 

gotTargets

public boolean gotTargets
Deprecated. 

gotOwners

public boolean gotOwners
Deprecated. 

isFinished

public boolean isFinished
Deprecated. 

isAuthorized

public boolean isAuthorized
Deprecated. 
Constructor Detail

PermissionsSessionData

public PermissionsSessionData()
Deprecated. 


Copyright © 2010 Jasig. All Rights Reserved.