org.jasig.portal.channels.groupsmanager
Class CGroupsManagerUnrestrictedSessionData

java.lang.Object
  extended by org.jasig.portal.channels.groupsmanager.CGroupsManagerUnrestrictedSessionData
All Implemented Interfaces:
GroupsManagerConstants
Direct Known Subclasses:
CGroupsManagerSessionData

Deprecated. All IChannel implementations should be migrated to portlets

@Deprecated
public class CGroupsManagerUnrestrictedSessionData
extends Object
implements GroupsManagerConstants

Session data that is a subset of CGroupsManagerSessionData.

Version:
$Revision: 19776 $
Author:
Don Fracapane

Field Summary
 IAuthorizationPrincipal authPrincipal
          Deprecated.  
 IGroupsManagerPermissions gmPermissions
          Deprecated.  
 boolean isAdminUser
          Deprecated.  
 Document model
          Deprecated.  
 IPerson user
          Deprecated.  
 
Fields inherited from interface org.jasig.portal.channels.groupsmanager.GroupsManagerConstants
ADD_REMOVE_PERMISSION, ASSIGN_PERMISSION, BASE_PACKAGE, BROWSE_MODE, COMMANDS_PACKAGE, CREATE_PERMISSION, DELETE_PERMISSION, EDIT_MODE, ENTITY_CLASSNAME, ENTITY_TAGNAME, GROUP_CLASSNAME, GROUP_TAGNAME, GROUPS_PACKAGE, MEMBERS_ONLY_MODE, OWNER, PROPERTIES_TAGNAME, ROOT_GROUP_DESCRIPTION, ROOT_GROUP_TITLE, SECURITY_PACKAGE, SELECT_MODE, SELECT_PERMISSION, UPDATE_PERMISSION, VIEW_PERMISSION, WRAPPERS_PACKAGE
 
Constructor Summary
CGroupsManagerUnrestrictedSessionData()
          Deprecated. Creates new CGroupsManagerUnrestrictedSessionData
CGroupsManagerUnrestrictedSessionData(Document model, IPerson user, boolean isAdminUser, IGroupsManagerPermissions gmPermissions, IAuthorizationPrincipal authPrincipal)
          Deprecated. Creates new CGroupsManagerUnrestrictedSessionData
 
Method Summary
 String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

model

public Document model
Deprecated. 

user

public IPerson user
Deprecated. 

isAdminUser

public boolean isAdminUser
Deprecated. 

gmPermissions

public IGroupsManagerPermissions gmPermissions
Deprecated. 

authPrincipal

public IAuthorizationPrincipal authPrincipal
Deprecated. 
Constructor Detail

CGroupsManagerUnrestrictedSessionData

public CGroupsManagerUnrestrictedSessionData()
Deprecated. 
Creates new CGroupsManagerUnrestrictedSessionData


CGroupsManagerUnrestrictedSessionData

public CGroupsManagerUnrestrictedSessionData(Document model,
                                             IPerson user,
                                             boolean isAdminUser,
                                             IGroupsManagerPermissions gmPermissions,
                                             IAuthorizationPrincipal authPrincipal)
Deprecated. 
Creates new CGroupsManagerUnrestrictedSessionData

Parameters:
model - Document
user - IPerson
isAdminUser - boolean
gmPermissions - IGroupsManagerPermissions
authPrincipal - IAuthorizationPrincipal
Method Detail

toString

public String toString()
Deprecated. 
Overrides:
toString in class Object


Copyright © 2010 Jasig. All Rights Reserved.