Uses of Package
org.jasig.portal

Packages that use org.jasig.portal
org.jasig.portal   
org.jasig.portal.car   
org.jasig.portal.channels   
org.jasig.portal.channels.UserPreferences   
org.jasig.portal.channels.cusermanager   
org.jasig.portal.channels.cusermanager.provider   
org.jasig.portal.channels.error   
org.jasig.portal.channels.groupsmanager   
org.jasig.portal.channels.groupsmanager.commands   
org.jasig.portal.channels.iccdemo   
org.jasig.portal.channels.permissionsmanager   
org.jasig.portal.channels.portlet   
org.jasig.portal.channels.support   
org.jasig.portal.channels.webproxy   
org.jasig.portal.concurrency   
org.jasig.portal.concurrency.caching   
org.jasig.portal.concurrency.locking   
org.jasig.portal.container.om.portlet   
org.jasig.portal.container.om.window   
org.jasig.portal.groups   
org.jasig.portal.groups.filesystem   
org.jasig.portal.groups.ldap   
org.jasig.portal.groups.local   
org.jasig.portal.groups.local.searchers   
org.jasig.portal.groups.pags   
org.jasig.portal.i18n   
org.jasig.portal.jndi   
org.jasig.portal.layout   
org.jasig.portal.layout.alm   
org.jasig.portal.layout.alm.channels   
org.jasig.portal.layout.alm.tool   
org.jasig.portal.layout.channels   
org.jasig.portal.layout.channels.locales   
org.jasig.portal.layout.channels.sitemap   
org.jasig.portal.layout.dlm   
org.jasig.portal.layout.dlm.channels.guide   
org.jasig.portal.layout.immutable   
org.jasig.portal.layout.node   
org.jasig.portal.layout.restrictions   
org.jasig.portal.layout.restrictions.alm   
org.jasig.portal.layout.simple   
org.jasig.portal.properties Package for the PropertiesManager and its supporting classes, created as of uPortal 2.4. 
org.jasig.portal.security   
org.jasig.portal.security.provider   
org.jasig.portal.security.provider.cas   
org.jasig.portal.serialize   
org.jasig.portal.services   
org.jasig.portal.services.dom   
org.jasig.portal.services.entityproperties   
org.jasig.portal.services.persondir.support.legacy   
org.jasig.portal.services.stats   
org.jasig.portal.tools   
org.jasig.portal.tools.chanpub   
org.jasig.portal.tools.dbloader   
org.jasig.portal.utils   
 

Classes in org.jasig.portal used by org.jasig.portal
AuthorizationException
          This exception informs uPortal that an authorization violation has occured within a channel.
BrowserInfo
           
ChannelCacheKey
          A general channel cache key class.
ChannelCategory
          A channel category.
ChannelDefinition
          Describes a published channel.
ChannelManager
          ChannelManager shall have the burden of squeezing content out of channels.
ChannelParameter
          Describes a channel definition parameter.
ChannelRenderer.Worker
           
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelRuntimeProperties
          Conveys runtime properties from channel to framework.
ChannelStaticData
          Used to store channel configuration items and parameters.
ChannelType
          A channel type references a particular java class that implements the IChannel interface.
CoreStylesheetDescription
          CoreStyleSheetDescription contains properties common to all core stylesheets.
CoreXSLTStylesheetDescription
          CoreXSLTStyleSheetDescription contains properties of core XSLT stylesheets.
EntityIdentifier
          A key and type that uniquely identify a portal entity.
EntityTypes
          This class provides access to the entity types used by IBasicEntities and the classes in org.jasig.portal.groups and org.jasig.portal.concurrency.
EntityTypes.EntityType
           
ErrorID
          Represents a portal error or problem.
GeneralRenderingException
          This exception would inform uPortal that a general rendering problem has caused a channel to throw an exception.
GuestUserPreferencesManager
          Multithreaded version of UserPreferencesManager.
IBasicEntity
          Minimal interface describes an entity that has only a key and a type.
ICacheable
          An interface that a cacheable channel must implement.
ICCRegistry
          A proxy class that allows channels to contribute to inter channel communication registry.
IChannel
          An interface presented by a channel to a portal.
IChannelRegistryStore
          Interface defining how the portal reads and writes its channel types, definitions, and categories.
IChannelRenderer
          The IChannelRenderer defines channel rendering interface.
IChannelRendererFactory
          The IChannelRendererFactory interface defines the factory interface for IChannelRenderer objects.
ICharacterChannel
          An optional channel interface that allows channels to provide their content in a character form (as opposed to XML form).
IDirectResponse
          An interface that a channel that wants to have direct access to the HttpServletResponse object must implement.
IMimeResponse
          An interface that a channel that wants to download MIME files must implement.
IMultithreadedChannel
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
IMultithreadedCharacterChannel
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
IOIDGenerator
          A very basic interface for returning oids.
IPortletPreferencesStore
          The IPortletPreferenceStore allows a portlet to atomicly persist preferences at two different levels.
IPrivileged
          This is an ancestor of the IPrivilegedChannel interface, allows for more general handling of both regular and multithreaded (IMultithreadedChannel) privileged channels in the framework.
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.
ISequenceGenerator
          An interface for returning sequences derived from named counters.
ISequenceGeneratorFactory
          A factory for ISequenceGenerators.
IUserIdentityStore
          Interface for managing creation and removal of User Portal Data
IUserPreferencesManager
          Interface to user preferences management class.
IWorkerRequestProcessor
          An interface for worker request processors.
MediaManager
          A tool for managing various media properties.
MediaManager.OrderedProps
          COPIED FROM XALAN SOURCE Stores the keys and values from a file (similar to a properties file) and can return the first value which has a key contained in its string.
MultithreadedCacheableChannelAdapter
          Internal adapter for a multithreaded channel that is also cacheable.
MultithreadedCacheableCharacterChannelAdapter
          Internal adapter for a multithreaded character channel that is also cacheable.
MultithreadedCacheableMimeResponseChannelAdapter
          Internal adapter for a multithreaded channel that is also cacheable and implements IMimeResponse (capable of using DonwloadWorker)
MultithreadedCacheableMimeResponseCharacterChannelAdapter
          Internal adapter for a multithreaded character channel that is also cacheable and implements IMimeResponse (capable of using DonwloadWorker)
MultithreadedChannelAdapter
          Internal adaptor class that presents IMultithreadedChannel as a simple IChannel
MultithreadedCharacterChannelAdapter
          Internal adaptor class that presents IMultithreadedCharacterChannel as a simple IChannel
MultithreadedMimeResponseChannelAdapter
          Internal adapter for a multithreaded channel that also implements IMimeResponse (capable of using DonwloadWorker)
MultithreadedMimeResponseCharacterChannelAdapter
          Internal adapter for a multithreaded character channel that also implements IMimeResponse (capable of using DonwloadWorker)
MultithreadedPrivilegedCacheableCharacterChannelAdapter
          Internal adapter for a multithreaded character channel that is also both privileged and cacheable.
PortalControlStructures
          This object is passed to special channels.
PortalEvent
          Events which may be arguments to the IChannel receiveEvent() method.
PortalEventSource
          Represents the source of the PortalEvent.
PortalException
          Base portal exception class.
PortalSessionManager
          This is an entry point into the uPortal.
RDBMUserIdentityStore.PortalUser
           
RDBMUserIdentityStore.TemplateUser
           
StandaloneChannelRenderer
          StandaloneChannelRenderer is meant to be used as a base class for channels that might be rendered outside of the standard user-layout driven scheme.
StructureStylesheetDescription
          Stylesheet description for stylesheets performing structure transformation
StructureStylesheetUserPreferences
          User preferences for stylesheets performing structure transformation
StylesheetDescription
          Combines all of the information required to describe an XSLT stylesheet.
StylesheetSet
          A tool for managing a collection of stylesheets.
StylesheetSet.OrderedProps
          COPIED FROM XALAN SOURCE Stores the keys and values from a file (similar to a properties file) and can return the first value which has a key contained in its string.
StylesheetUserPreferences
          Description of user preferences that are common to all of the core stylesheets
ThemeStylesheetDescription
          Stylesheet description for stylesheets performing theme transformation
ThemeStylesheetUserPreferences
          User preferences for stylesheets performing theme transformation
UPFileSpec
          This helper class allows for easy access to the information contained in the ever-changing uP file URL spec.
UserInstance
          A class handling holding all user state information.
UserPreferences
          Object managing user preferences.
UserPreferencesManager
          UserPreferencesManager is responsible for keeping: user id, user layout, user preferences and stylesheet descriptions.
UserProfile
          A user profile associates a user layout with a structure and theme stylesheet.
 

Classes in org.jasig.portal used by org.jasig.portal.car
IWorkerRequestProcessor
          An interface for worker request processors.
PortalControlStructures
          This object is passed to special channels.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.channels
ChannelCacheKey
          A general channel cache key class.
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelRuntimeProperties
          Conveys runtime properties from channel to framework.
ChannelStaticData
          Used to store channel configuration items and parameters.
ICacheable
          An interface that a cacheable channel must implement.
IChannel
          An interface presented by a channel to a portal.
ICharacterChannel
          An optional channel interface that allows channels to provide their content in a character form (as opposed to XML form).
IMultithreadedCacheable
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
IMultithreadedChannel
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
IMultithreadedMimeResponse
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
IPrivileged
          This is an ancestor of the IPrivilegedChannel interface, allows for more general handling of both regular and multithreaded (IMultithreadedChannel) privileged channels in the framework.
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.
IServant
          An interface that a Servant Channel must implement.
PortalControlStructures
          This object is passed to special channels.
PortalEvent
          Events which may be arguments to the IChannel receiveEvent() method.
PortalException
          Base portal exception class.
ResourceMissingException
          This exception would inform uPortal that a particular resource required to complete channel operation is missing.
StandaloneChannelRenderer
          StandaloneChannelRenderer is meant to be used as a base class for channels that might be rendered outside of the standard user-layout driven scheme.
 

Classes in org.jasig.portal used by org.jasig.portal.channels.UserPreferences
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelRuntimeProperties
          Conveys runtime properties from channel to framework.
ChannelStaticData
          Used to store channel configuration items and parameters.
IChannel
          An interface presented by a channel to a portal.
IPrivileged
          This is an ancestor of the IPrivilegedChannel interface, allows for more general handling of both regular and multithreaded (IMultithreadedChannel) privileged channels in the framework.
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.
IUserPreferencesManager
          Interface to user preferences management class.
PortalControlStructures
          This object is passed to special channels.
PortalEvent
          Events which may be arguments to the IChannel receiveEvent() method.
PortalException
          Base portal exception class.
ResourceMissingException
          This exception would inform uPortal that a particular resource required to complete channel operation is missing.
StructureStylesheetDescription
          Stylesheet description for stylesheets performing structure transformation
StylesheetSet
          A tool for managing a collection of stylesheets.
ThemeStylesheetDescription
          Stylesheet description for stylesheets performing theme transformation
UserPreferences
          Object managing user preferences.
UserProfile
          A user profile associates a user layout with a structure and theme stylesheet.
 

Classes in org.jasig.portal used by org.jasig.portal.channels.cusermanager
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelRuntimeProperties
          Conveys runtime properties from channel to framework.
ChannelStaticData
          Used to store channel configuration items and parameters.
IChannel
          An interface presented by a channel to a portal.
IPermissible
          This interface represents the set of questions any channel or service ("Owner") must answer if it wants to delegate the responsibility of assigning and viewing permissions to the Permissions Manager channel.
PortalEvent
          Events which may be arguments to the IChannel receiveEvent() method.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.channels.cusermanager.provider
IUserIdentityStore
          Interface for managing creation and removal of User Portal Data
 

Classes in org.jasig.portal used by org.jasig.portal.channels.error
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelRuntimeProperties
          Conveys runtime properties from channel to framework.
ChannelStaticData
          Used to store channel configuration items and parameters.
IChannel
          An interface presented by a channel to a portal.
MediaManager
          A tool for managing various media properties.
PortalEvent
          Events which may be arguments to the IChannel receiveEvent() method.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.channels.groupsmanager
ChannelCacheKey
          A general channel cache key class.
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelRuntimeProperties
          Conveys runtime properties from channel to framework.
ChannelStaticData
          Used to store channel configuration items and parameters.
EntityIdentifier
          A key and type that uniquely identify a portal entity.
IBasicEntity
          Minimal interface describes an entity that has only a key and a type.
ICacheable
          An interface that a cacheable channel must implement.
IChannel
          An interface presented by a channel to a portal.
IMultithreadedCacheable
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
IMultithreadedChannel
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
IPermissible
          This interface represents the set of questions any channel or service ("Owner") must answer if it wants to delegate the responsibility of assigning and viewing permissions to the Permissions Manager channel.
IServant
          An interface that a Servant Channel must implement.
MultithreadedCacheableChannelAdapter
          Internal adapter for a multithreaded channel that is also cacheable.
MultithreadedChannelAdapter
          Internal adaptor class that presents IMultithreadedChannel as a simple IChannel
PortalEvent
          Events which may be arguments to the IChannel receiveEvent() method.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.channels.groupsmanager.commands
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelStaticData
          Used to store channel configuration items and parameters.
 

Classes in org.jasig.portal used by org.jasig.portal.channels.iccdemo
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelStaticData
          Used to store channel configuration items and parameters.
IChannel
          An interface presented by a channel to a portal.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.channels.permissionsmanager
ChannelCacheKey
          A general channel cache key class.
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelRuntimeProperties
          Conveys runtime properties from channel to framework.
ChannelStaticData
          Used to store channel configuration items and parameters.
ICacheable
          An interface that a cacheable channel must implement.
IChannel
          An interface presented by a channel to a portal.
IPermissible
          This interface represents the set of questions any channel or service ("Owner") must answer if it wants to delegate the responsibility of assigning and viewing permissions to the Permissions Manager channel.
IServant
          An interface that a Servant Channel must implement.
PortalEvent
          Events which may be arguments to the IChannel receiveEvent() method.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.channels.portlet
ChannelCacheKey
          A general channel cache key class.
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelRuntimeProperties
          Conveys runtime properties from channel to framework.
ChannelStaticData
          Used to store channel configuration items and parameters.
IMultithreadedCacheable
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
IMultithreadedChannel
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
IMultithreadedCharacterChannel
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
IMultithreadedDirectResponse
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
IMultithreadedPrivileged
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
PortalControlStructures
          This object is passed to special channels.
PortalEvent
          Events which may be arguments to the IChannel receiveEvent() method.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.channels.support
ChannelRuntimeProperties
          Conveys runtime properties from channel to framework.
 

Classes in org.jasig.portal used by org.jasig.portal.channels.webproxy
ChannelCacheKey
          A general channel cache key class.
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelRuntimeProperties
          Conveys runtime properties from channel to framework.
ChannelStaticData
          Used to store channel configuration items and parameters.
IMultithreadedCacheable
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
IMultithreadedChannel
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
IMultithreadedMimeResponse
          Deprecated. Use the IChannel* interfaces instead or write a portlet. For more information see: http://www.ja-sig.org/wiki/display/UPC/Proposal+to+Deprecate+IMultithreaded+Interfaces
MediaManager
          A tool for managing various media properties.
PortalEvent
          Events which may be arguments to the IChannel receiveEvent() method.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.concurrency
EntityIdentifier
          A key and type that uniquely identify a portal entity.
IBasicEntity
          Minimal interface describes an entity that has only a key and a type.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.concurrency.caching
EntityIdentifier
          A key and type that uniquely identify a portal entity.
IBasicEntity
          Minimal interface describes an entity that has only a key and a type.
 

Classes in org.jasig.portal used by org.jasig.portal.concurrency.locking
EntityIdentifier
          A key and type that uniquely identify a portal entity.
 

Classes in org.jasig.portal used by org.jasig.portal.container.om.portlet
ChannelDefinition
          Describes a published channel.
 

Classes in org.jasig.portal used by org.jasig.portal.container.om.window
ChannelRuntimeData
          A set of runtime data accessible by a channel.
 

Classes in org.jasig.portal used by org.jasig.portal.groups
EntityIdentifier
          A key and type that uniquely identify a portal entity.
IBasicEntity
          Minimal interface describes an entity that has only a key and a type.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.groups.filesystem
EntityIdentifier
          A key and type that uniquely identify a portal entity.
 

Classes in org.jasig.portal used by org.jasig.portal.groups.ldap
EntityIdentifier
          A key and type that uniquely identify a portal entity.
 

Classes in org.jasig.portal used by org.jasig.portal.groups.local
EntityIdentifier
          A key and type that uniquely identify a portal entity.
 

Classes in org.jasig.portal used by org.jasig.portal.groups.local.searchers
EntityIdentifier
          A key and type that uniquely identify a portal entity.
 

Classes in org.jasig.portal used by org.jasig.portal.groups.pags
EntityIdentifier
          A key and type that uniquely identify a portal entity.
 

Classes in org.jasig.portal used by org.jasig.portal.i18n
BrowserInfo
           
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.jndi
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.layout
ChannelDefinition
          Describes a published channel.
PortalException
          Base portal exception class.
StructureStylesheetDescription
          Stylesheet description for stylesheets performing structure transformation
StructureStylesheetUserPreferences
          User preferences for stylesheets performing structure transformation
ThemeStylesheetDescription
          Stylesheet description for stylesheets performing theme transformation
ThemeStylesheetUserPreferences
          User preferences for stylesheets performing theme transformation
UserPreferences
          Object managing user preferences.
UserProfile
          A user profile associates a user layout with a structure and theme stylesheet.
 

Classes in org.jasig.portal used by org.jasig.portal.layout.alm
PortalException
          Base portal exception class.
StructureStylesheetUserPreferences
          User preferences for stylesheets performing structure transformation
ThemeStylesheetUserPreferences
          User preferences for stylesheets performing theme transformation
UserProfile
          A user profile associates a user layout with a structure and theme stylesheet.
 

Classes in org.jasig.portal used by org.jasig.portal.layout.alm.channels
IChannel
          An interface presented by a channel to a portal.
IPrivileged
          This is an ancestor of the IPrivilegedChannel interface, allows for more general handling of both regular and multithreaded (IMultithreadedChannel) privileged channels in the framework.
IServant
          An interface that a Servant Channel must implement.
PortalControlStructures
          This object is passed to special channels.
PortalException
          Base portal exception class.
ThemeStylesheetUserPreferences
          User preferences for stylesheets performing theme transformation
 

Classes in org.jasig.portal used by org.jasig.portal.layout.alm.tool
IChannelRegistryStore
          Interface defining how the portal reads and writes its channel types, definitions, and categories.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.layout.channels
ChannelRuntimeData
          A set of runtime data accessible by a channel.
IChannel
          An interface presented by a channel to a portal.
IPrivileged
          This is an ancestor of the IPrivilegedChannel interface, allows for more general handling of both regular and multithreaded (IMultithreadedChannel) privileged channels in the framework.
IUserPreferencesManager
          Interface to user preferences management class.
PortalControlStructures
          This object is passed to special channels.
PortalException
          Base portal exception class.
UserPreferences
          Object managing user preferences.
 

Classes in org.jasig.portal used by org.jasig.portal.layout.channels.locales
ChannelRuntimeData
          A set of runtime data accessible by a channel.
IChannel
          An interface presented by a channel to a portal.
IPrivileged
          This is an ancestor of the IPrivilegedChannel interface, allows for more general handling of both regular and multithreaded (IMultithreadedChannel) privileged channels in the framework.
IUserPreferencesManager
          Interface to user preferences management class.
PortalControlStructures
          This object is passed to special channels.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.layout.channels.sitemap
IChannel
          An interface presented by a channel to a portal.
IPrivileged
          This is an ancestor of the IPrivilegedChannel interface, allows for more general handling of both regular and multithreaded (IMultithreadedChannel) privileged channels in the framework.
PortalControlStructures
          This object is passed to special channels.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.layout.dlm
AuthorizationException
          This exception informs uPortal that an authorization violation has occured within a channel.
IUserIdentityStore
          Interface for managing creation and removal of User Portal Data
PortalException
          Base portal exception class.
StructureStylesheetDescription
          Stylesheet description for stylesheets performing structure transformation
StructureStylesheetUserPreferences
          User preferences for stylesheets performing structure transformation
StylesheetUserPreferences
          Description of user preferences that are common to all of the core stylesheets
ThemeStylesheetDescription
          Stylesheet description for stylesheets performing theme transformation
ThemeStylesheetUserPreferences
          User preferences for stylesheets performing theme transformation
UserProfile
          A user profile associates a user layout with a structure and theme stylesheet.
 

Classes in org.jasig.portal used by org.jasig.portal.layout.dlm.channels.guide
ChannelCacheKey
          A general channel cache key class.
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ICacheable
          An interface that a cacheable channel must implement.
IChannel
          An interface presented by a channel to a portal.
ICharacterChannel
          An optional channel interface that allows channels to provide their content in a character form (as opposed to XML form).
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.layout.immutable
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.layout.node
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.layout.restrictions
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.layout.restrictions.alm
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.layout.simple
CoreStylesheetDescription
          CoreStyleSheetDescription contains properties common to all core stylesheets.
CoreXSLTStylesheetDescription
          CoreXSLTStyleSheetDescription contains properties of core XSLT stylesheets.
EntityIdentifier
          A key and type that uniquely identify a portal entity.
IBasicEntity
          Minimal interface describes an entity that has only a key and a type.
IChannelRegistryStore
          Interface defining how the portal reads and writes its channel types, definitions, and categories.
PortalException
          Base portal exception class.
StructureStylesheetDescription
          Stylesheet description for stylesheets performing structure transformation
StructureStylesheetUserPreferences
          User preferences for stylesheets performing structure transformation
ThemeStylesheetDescription
          Stylesheet description for stylesheets performing theme transformation
ThemeStylesheetUserPreferences
          User preferences for stylesheets performing theme transformation
UserPreferences
          Object managing user preferences.
UserProfile
          A user profile associates a user layout with a structure and theme stylesheet.
 

Classes in org.jasig.portal used by org.jasig.portal.properties
IChannel
          An interface presented by a channel to a portal.
PortalEvent
          Events which may be arguments to the IChannel receiveEvent() method.
 

Classes in org.jasig.portal used by org.jasig.portal.security
AuthorizationException
          This exception informs uPortal that an authorization violation has occured within a channel.
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelStaticData
          Used to store channel configuration items and parameters.
IBasicEntity
          Minimal interface describes an entity that has only a key and a type.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.security.provider
AuthorizationException
          This exception informs uPortal that an authorization violation has occured within a channel.
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelStaticData
          Used to store channel configuration items and parameters.
EntityIdentifier
          A key and type that uniquely identify a portal entity.
IBasicEntity
          Minimal interface describes an entity that has only a key and a type.
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.security.provider.cas
ChannelRuntimeData
          A set of runtime data accessible by a channel.
ChannelStaticData
          Used to store channel configuration items and parameters.
PortalException
          Base portal exception class.
ResourceMissingException
          This exception would inform uPortal that a particular resource required to complete channel operation is missing.
 

Classes in org.jasig.portal used by org.jasig.portal.serialize
IAnchoringSerializer
          An anchoring serializer allows an external client to control its anchor identifier.
 

Classes in org.jasig.portal used by org.jasig.portal.services
AuthorizationException
          This exception informs uPortal that an authorization violation has occured within a channel.
ChannelDefinition
          Describes a published channel.
EntityIdentifier
          A key and type that uniquely identify a portal entity.
IBasicEntity
          Minimal interface describes an entity that has only a key and a type.
ISequenceGenerator
          An interface for returning sequences derived from named counters.
ISequenceGeneratorFactory
          A factory for ISequenceGenerators.
PortalException
          Base portal exception class.
UserProfile
          A user profile associates a user layout with a structure and theme stylesheet.
 

Classes in org.jasig.portal used by org.jasig.portal.services.dom
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.services.entityproperties
EntityIdentifier
          A key and type that uniquely identify a portal entity.
IBasicEntity
          Minimal interface describes an entity that has only a key and a type.
 

Classes in org.jasig.portal used by org.jasig.portal.services.persondir.support.legacy
ResourceMissingException
          This exception would inform uPortal that a particular resource required to complete channel operation is missing.
 

Classes in org.jasig.portal used by org.jasig.portal.services.stats
ChannelDefinition
          Describes a published channel.
UserProfile
          A user profile associates a user layout with a structure and theme stylesheet.
 

Classes in org.jasig.portal used by org.jasig.portal.tools
ChannelRuntimeData
          A set of runtime data accessible by a channel.
IChannel
          An interface presented by a channel to a portal.
IChannelRegistryStore
          Interface defining how the portal reads and writes its channel types, definitions, and categories.
MediaManager
          A tool for managing various media properties.
PortalException
          Base portal exception class.
StylesheetSet
          A tool for managing a collection of stylesheets.
 

Classes in org.jasig.portal used by org.jasig.portal.tools.chanpub
ChannelCategory
          A channel category.
ChannelDefinition
          Describes a published channel.
IChannelRegistryStore
          Interface defining how the portal reads and writes its channel types, definitions, and categories.
 

Classes in org.jasig.portal used by org.jasig.portal.tools.dbloader
PortalException
          Base portal exception class.
 

Classes in org.jasig.portal used by org.jasig.portal.utils
BrowserInfo
           
PortalException
          Base portal exception class.
ResourceMissingException
          This exception would inform uPortal that a particular resource required to complete channel operation is missing.
StylesheetSet
          A tool for managing a collection of stylesheets.
UPFileSpec
          This helper class allows for easy access to the information contained in the ever-changing uP file URL spec.