Uses of Interface
org.jasig.portal.IPrivilegedChannel

Packages that use IPrivilegedChannel
org.jasig.portal   
org.jasig.portal.channels   
org.jasig.portal.channels.DLMUserPreferences   
org.jasig.portal.channels.UserPreferences   
 

Uses of IPrivilegedChannel in org.jasig.portal
 

Classes in org.jasig.portal that implement IPrivilegedChannel
 class MultithreadedPrivilegedCacheableChannelAdapter
          Internal adapter for a multithreaded channel that is also both privileged and cacheable.
 class MultithreadedPrivilegedCacheableCharacterChannelAdapter
          Internal adapter for a multithreaded character channel that is also both privileged and cacheable.
 class MultithreadedPrivilegedCacheableDirectResponseCharacterChannelAdapter
           
 class MultithreadedPrivilegedCacheableMimeResponseChannelAdapter
          Internal adapter for a multithreaded privileged channel that is also cacheable and implements IMimeResponse (capable of using DonwloadWorker)
 class MultithreadedPrivilegedCacheableMimeResponseCharacterChannelAdapter
          Internal adapter for a multithreaded privileged character channel that is also cacheable and implements IMimeResponse (capable of using DonwloadWorker)
 class MultithreadedPrivilegedChannelAdapter
          Internal adapter for a multithreaded channel that is also privileged.
 class MultithreadedPrivilegedCharacterChannelAdapter
          Internal adapter for a multithreaded character channel that is also privileged.
 class MultithreadedPrivilegedMimeResponseChannelAdapter
          Internal adapter for a multithreaded channel that is also privileged.
 class MultithreadedPrivilegedMimeResponseCharacterChannelAdapter
          Internal adapter for a multithreaded character channel that is also privileged.
 

Uses of IPrivilegedChannel in org.jasig.portal.channels
 

Classes in org.jasig.portal.channels that implement IPrivilegedChannel
 class CError
          Deprecated. moved to org.jasig.portal.channels.error package.
 class CLogin
          Allows a user to login to the portal.
 class CSecureInfo
          CSecureInfo is designed to replace channel instances that are required to be rendered securely, yet the request does not warrant it.
 class CSnoop
          A channel which displays HTTP request and HTML header info.
 

Uses of IPrivilegedChannel in org.jasig.portal.channels.DLMUserPreferences
 

Fields in org.jasig.portal.channels.DLMUserPreferences declared as IPrivilegedChannel
(package private)  IPrivilegedChannel CUserPreferences.internalState
           
protected  IPrivilegedChannel BaseState.internalState
           
(package private)  IPrivilegedChannel CUserPreferences.managePreferences
           
(package private)  IPrivilegedChannel CUserPreferences.manageProfiles
           
 

Methods in org.jasig.portal.channels.DLMUserPreferences with parameters of type IPrivilegedChannel
 void BaseState.setState(IPrivilegedChannel state)
           
 

Constructors in org.jasig.portal.channels.DLMUserPreferences with parameters of type IPrivilegedChannel
BaseState(CUserPreferences context, IPrivilegedChannel state)
           
BaseState(IPrivilegedChannel state)
           
 

Uses of IPrivilegedChannel in org.jasig.portal.channels.UserPreferences
 

Classes in org.jasig.portal.channels.UserPreferences that implement IPrivilegedChannel
(package private)  class BaseState
          A base class for a CUserPreferences state.
 class CUserPreferences
          CUserPreferences manages User Layout, user preferences and profiles.
(package private)  class GPreferencesState
          Manages User Layout and user stylesheet preferences
protected  class GPreferencesState.GBrowseState
           
protected  class GPreferencesState.GEditLayoutItemState
           
protected  class GPreferencesState.GGlobalPrefsState
           
protected  class GPreferencesState.GMoveToState
           
(package private)  class ManageProfilesState
          CUserPreferences state for managing profiles
protected  class ManageProfilesState.CEditProfile
           
 class TabColumnPrefsState
          This user preferences component is for use with layouts based on the tab-column structure.
protected  class TabColumnPrefsState.DefaultState
          A sub-state of TabColumnPrefsState for visualizing the user layout in tab-column form.
protected  class TabColumnPrefsState.NewChannelState
          A sub-state of TabColumnPrefsState for choosing a new channel (formerly subscribe)
protected  class TabColumnPrefsState.ParametersState
          A sub-state of TabColumnPrefsState for setting channel parameters
protected  class TabColumnPrefsState.ResetLayoutState
          A sub-state of TabColumnPrefsState for resetting layout
protected  class TabColumnPrefsState.SelectSkinsState
          A sub-state of TabColumnPrefsState for selecting skins
 

Fields in org.jasig.portal.channels.UserPreferences declared as IPrivilegedChannel
(package private)  IPrivilegedChannel CUserPreferences.internalState
           
protected  IPrivilegedChannel BaseState.internalState
           
(package private)  IPrivilegedChannel CUserPreferences.managePreferences
           
(package private)  IPrivilegedChannel CUserPreferences.manageProfiles
           
 

Methods in org.jasig.portal.channels.UserPreferences with parameters of type IPrivilegedChannel
 void BaseState.setState(IPrivilegedChannel state)
           
 

Constructors in org.jasig.portal.channels.UserPreferences with parameters of type IPrivilegedChannel
BaseState(CUserPreferences context, IPrivilegedChannel state)
           
BaseState(IPrivilegedChannel state)