Uses of Interface
org.jasig.portal.IPrivileged

Packages that use IPrivileged
org.jasig.portal   
org.jasig.portal.channels   
org.jasig.portal.channels.UserPreferences   
org.jasig.portal.layout.alm.channels   
org.jasig.portal.layout.channels   
org.jasig.portal.layout.channels.locales   
org.jasig.portal.layout.channels.sitemap   
 

Uses of IPrivileged in org.jasig.portal
 

Subinterfaces of IPrivileged in org.jasig.portal
 interface IPrivilegedChannel
          Channels implementing this interface are considered "privileged" because they will have access to internal portal control structures such as the HttpServletRequest, HttpServletReponse, and UserPreferencesManager.
 

Classes in org.jasig.portal that implement IPrivileged
 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 IPrivileged in org.jasig.portal.channels
 

Classes in org.jasig.portal.channels that implement IPrivileged
 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 IPrivileged in org.jasig.portal.channels.UserPreferences
 

Classes in org.jasig.portal.channels.UserPreferences that implement IPrivileged
(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
 

Uses of IPrivileged in org.jasig.portal.layout.alm.channels
 

Classes in org.jasig.portal.layout.alm.channels that implement IPrivileged
 class CContentSubscriber
          A channel for adding new content to a layout.
 class CFragmentManager
          A channel for adding new content to a layout.
 class FragmentManager
          An abstract class containing the basic business-logic and components for CFragmentManager and CContentSubscriber.
 

Uses of IPrivileged in org.jasig.portal.layout.channels
 

Classes in org.jasig.portal.layout.channels that implement IPrivileged
 class CSkinSelector
          A channel for selecting skins.
 

Uses of IPrivileged in org.jasig.portal.layout.channels.locales
 

Classes in org.jasig.portal.layout.channels.locales that implement IPrivileged
 class CUserLocalesSelector
          Lets a user select his/her locale preference.
 

Uses of IPrivileged in org.jasig.portal.layout.channels.sitemap
 

Classes in org.jasig.portal.layout.channels.sitemap that implement IPrivileged
 class CSiteMap
          Site map that shows you, at a glance, what channels are in your layout.