Serialized Form


Package org.jasig.portal

Class org.jasig.portal.AuthorizationException extends PortalException implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.ChannelRuntimeData extends Hashtable<String,Object> implements Serializable

Serialized Fields

binfo

BrowserInfo binfo
Deprecated. 

locales

Locale[] locales
Deprecated. 

channelUPFile

UPFileSpec channelUPFile
Deprecated. 

baseActionURL

String baseActionURL
Deprecated. 

httpRequestMethod

String httpRequestMethod
Deprecated. 

remoteAddress

String remoteAddress
Deprecated. 

keywords

String keywords
Deprecated. 

requestType

RequestType requestType
Deprecated. 

renderingAsRoot

boolean renderingAsRoot
Deprecated. 

targeted

boolean targeted
Deprecated. 

Class org.jasig.portal.ChannelStaticData extends Hashtable<Object,Object> implements Serializable

serialVersionUID: 1L

Serialized Fields

m_timeout

long m_timeout
Deprecated. 

m_portalContext

Context m_portalContext
Deprecated. 

m_channelPublishId

String m_channelPublishId
Deprecated. 

m_channelSubscribeId

String m_channelSubscribeId
Deprecated. 

m_person

IPerson m_person
Deprecated. 

iccr

ICCRegistry iccr
Deprecated. 

ulm

IUserLayoutManager ulm
Deprecated. 

webApplicationContext

WebApplicationContext webApplicationContext
Deprecated. 

serializerName

String serializerName
Deprecated. 

layoutChannelDescription

IUserLayoutChannelDescription layoutChannelDescription
Deprecated. 

Class org.jasig.portal.EntityIdentifier extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

key

String key

type

Class<T> type

Class org.jasig.portal.GeneralRenderingException extends PortalException implements Serializable

Class org.jasig.portal.HttpProxyServlet extends HttpServlet implements Serializable

Class org.jasig.portal.IllegalChannelParameterOverrideException extends RuntimeException implements Serializable

Serialized Fields

parameterName

String parameterName
The name of the channel parameter that could not be overridden.


failedValue

String failedValue
The value that the parameter could not be set to because the parameter is not overridable.

Class org.jasig.portal.InternalPortalException extends Throwable implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.InternalTimeoutException extends PortalException implements Serializable

Serialized Fields

timeoutValue

Long timeoutValue
Timeout value, in milliseconds, that was exceeded.

Class org.jasig.portal.LoginServlet extends HttpServlet implements Serializable

Serialized Fields

m_authenticationService

Authentication m_authenticationService

Class org.jasig.portal.LogoutServlet extends HttpServlet implements Serializable

Class org.jasig.portal.PortalException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

reinstantiable

boolean reinstantiable
should the user be given an option to reinstantiate the channel in a given session


refreshable

boolean refreshable
should the user be given an option to retry rendering that same channel instance


logPending

boolean logPending
True if logging is pending on this exception instance (has not yet been logged but potentially will be). True if all the logging that ought to happen has happened.


errorID

ErrorID errorID
ErrorID categorizing this PortalException instance.


parameter

String parameter
Parameter to the ErrorID's template message.


timestamp

Date timestamp
The time at which this PortalException instance was instantiated.

Class org.jasig.portal.PortalSessionManager extends HttpServlet implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.Problems extends HttpServlet implements Serializable

Serialized Fields

simpleTimeFormat

DateFormat simpleTimeFormat
The simple formatter used to format the times of the PortalExceptions.

Class org.jasig.portal.ResourceMissingException extends PortalException implements Serializable

serialVersionUID: 1L

Serialized Fields

resourceURI

String resourceURI
URI of the missing resource


description

String description
Description of the missing resource.

Class org.jasig.portal.StructureStylesheetUserPreferences extends ThemeStylesheetUserPreferences implements Serializable

Serialized Fields

folderAttributeNumbers

Hashtable<K,V> folderAttributeNumbers

folderAttributeValues

Hashtable<K,V> folderAttributeValues

defaultFolderAttributeValues

ArrayList<E> defaultFolderAttributeValues

Class org.jasig.portal.StylesheetUserPreferences extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

int id

parameters

Hashtable<K,V> parameters

Class org.jasig.portal.ThemeStylesheetUserPreferences extends StylesheetUserPreferences implements Serializable

Serialized Fields

channelAttributeNumbers

Hashtable<K,V> channelAttributeNumbers

channelAttributeValues

Hashtable<K,V> channelAttributeValues

defaultChannelAttributeValues

ArrayList<E> defaultChannelAttributeValues

Class org.jasig.portal.UserPreferences extends Object implements Serializable

Serialized Fields

profile

UserProfile profile

fsup

StructureStylesheetUserPreferences fsup

ssup

ThemeStylesheetUserPreferences ssup

Class org.jasig.portal.UserProfile extends Object implements Serializable

Serialized Fields

id

int id

fname

String fname

pName

String pName

description

String description

layout_id

int layout_id

struct_ss_id

int struct_ss_id

theme_ss_id

int theme_ss_id

system

boolean system

localeManager

LocaleManager localeManager

Package org.jasig.portal.channel

Class org.jasig.portal.channel.XmlGeneratingBaseChannelDefinition extends Object implements Serializable

serialVersionUID: 1L


Package org.jasig.portal.channel.dao.jpa

Class org.jasig.portal.channel.dao.jpa.ChannelDefinitionImpl extends XmlGeneratingBaseChannelDefinition implements Serializable

serialVersionUID: 1L

Serialized Fields

internalId

int internalId

name

String name

fname

String fname

title

String title

clazz

String clazz

channelType

IChannelType channelType

description

String description

timeout

int timeout

publisherId

int publisherId

approverId

int approverId

expirerId

int expirerId

publishDate

Date publishDate

approvalDate

Date approvalDate

expirationDate

Date expirationDate

editable

boolean editable

hasHelp

boolean hasHelp

hasAbout

boolean hasAbout

secure

boolean secure

parameters

Set<E> parameters

localizations

Map<K,V> localizations

portletDefinitions

Set<E> portletDefinitions

locale

String locale

isPortlet

boolean isPortlet

Class org.jasig.portal.channel.dao.jpa.ChannelLocalizationData extends Object implements Serializable

Serialized Fields

name

String name

title

String title

description

String description

Class org.jasig.portal.channel.dao.jpa.ChannelParameterImpl extends Object implements Serializable

Serialized Fields

name

String name

value

String value

override

boolean override

descr

String descr

Package org.jasig.portal.channels.jsp

Class org.jasig.portal.channels.jsp.MediaResolver extends ChannelRuntimeData implements Serializable

Serialized Fields

runtimedata

ChannelRuntimeData runtimedata
Deprecated. 

Package org.jasig.portal.channels.portlet

Class org.jasig.portal.channels.portlet.InconsistentPortletModelException extends PortalException implements Serializable

serialVersionUID: 1L

Serialized Fields

portletWindowId

IPortletWindowId portletWindowId

Class org.jasig.portal.channels.portlet.PortletActionFailureException extends PortalException implements Serializable

serialVersionUID: 1L

Serialized Fields

portletWindow

IPortletWindow portletWindow

Class org.jasig.portal.channels.portlet.PortletDispatchException extends PortalException implements Serializable

serialVersionUID: 1L

Serialized Fields

portletWindow

IPortletWindow portletWindow

Class org.jasig.portal.channels.portlet.PortletLoadFailureException extends PortalException implements Serializable

serialVersionUID: 1L

Serialized Fields

portletWindow

IPortletWindow portletWindow

Package org.jasig.portal.concurrency

Class org.jasig.portal.concurrency.CachingException extends PortalException implements Serializable

Class org.jasig.portal.concurrency.LockingException extends PortalException implements Serializable


Package org.jasig.portal.core

Class org.jasig.portal.core.ObjectIdFactory.ObjectIdImpl extends Object implements Serializable

Serialized Fields

id

String id

Package org.jasig.portal.events

Class org.jasig.portal.events.PortalEvent extends ApplicationEvent implements Serializable

Serialized Fields

person

IPerson person

eventType

EventType eventType

id

long id

timeStampAsDate

Date timeStampAsDate

statsSession

StatsSession statsSession

Package org.jasig.portal.events.handlers.db

Class org.jasig.portal.events.handlers.db.StatsSession extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

sessionId

long sessionId

userName

String userName

groups

Set<E> groups

Package org.jasig.portal.events.support

Class org.jasig.portal.events.support.ChannelAddedToLayoutPortalEvent extends ChannelLayoutPortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.ChannelInstanciatedInLayoutPortalEvent extends ChannelLayoutPortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.ChannelLayoutPortalEvent extends PortalEvent implements Serializable

Serialized Fields

profile

UserProfile profile

description

IUserLayoutChannelDescription description

parentNode

IUserLayoutNodeDescription parentNode

Class org.jasig.portal.events.support.ChannelMovedInLayoutPortalEvent extends ChannelLayoutPortalEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

newParentNode

IUserLayoutNodeDescription newParentNode

Class org.jasig.portal.events.support.ChannelPortalEvent extends PortalEvent implements Serializable

Serialized Fields

channelDefinition

IChannelDefinition channelDefinition

Class org.jasig.portal.events.support.ChannelRemovedFromLayoutPortalEvent extends ChannelLayoutPortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.ChannelRenderedInLayoutPortalEvent extends TimedChannelLayoutPortalEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

renderedFromCache

boolean renderedFromCache

Class org.jasig.portal.events.support.ChannelTargetedInLayoutPortalEvent extends ChannelLayoutPortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.ChannelUpdatedInLayoutPortalEvent extends ChannelLayoutPortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.LayoutPortalEvent extends PortalEvent implements Serializable

Serialized Fields

profile

UserProfile profile

folder

IUserLayoutFolderDescription folder

Class org.jasig.portal.events.support.ModifiedChannelDefinitionPortalEvent extends ChannelPortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.PageRenderTimePortalEvent extends LayoutPortalEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

renderTime

long renderTime

Class org.jasig.portal.events.support.PortletActionInLayoutPortalEvent extends TimedChannelLayoutPortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.PublishedChannelDefinitionPortalEvent extends ChannelPortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.RemovedChannelDefinitionPortalEvent extends ChannelPortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.TimedChannelLayoutPortalEvent extends ChannelLayoutPortalEvent implements Serializable

Serialized Fields

renderTime

long renderTime

Class org.jasig.portal.events.support.UserAddedFolderToLayoutPortalEvent extends LayoutPortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.UserLoggedInPortalEvent extends PortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.UserLoggedOutPortalEvent extends PortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.UserMovedFolderInLayoutPortalEvent extends LayoutPortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.UserRemovedFolderFromLayoutPortalEvent extends LayoutPortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.UserSessionCreatedPortalEvent extends PortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.UserSessionDestroyedPortalEvent extends PortalEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.events.support.UserUpdatedFolderInLayoutPortalEvent extends LayoutPortalEvent implements Serializable

serialVersionUID: 1L


Package org.jasig.portal.groups

Class org.jasig.portal.groups.ComponentGroupServiceDescriptor extends HashMap implements Serializable

Class org.jasig.portal.groups.CompositeEntityIdentifier extends EntityIdentifier implements Serializable

Serialized Fields

compositeKey

Name compositeKey

cachedCompositeKey

String cachedCompositeKey

cachedLocalKey

String cachedLocalKey

cachedServiceName

Name cachedServiceName

Class org.jasig.portal.groups.CompositeServiceIdentifier extends CompositeEntityIdentifier implements Serializable

Class org.jasig.portal.groups.GroupsException extends PortalException implements Serializable


Package org.jasig.portal.i18n

Class org.jasig.portal.i18n.LocaleManager extends Object implements Serializable

Serialized Fields

person

IPerson person

sessionLocales

Locale[] sessionLocales

browserLocales

Locale[] browserLocales

userLocales

Locale[] userLocales

Package org.jasig.portal.io

Class org.jasig.portal.io.LoggingLRUMap extends org.apache.commons.collections.map.LRUMap implements Serializable

Serialized Fields

logger

org.apache.commons.logging.Log logger

Package org.jasig.portal.lang

Class org.jasig.portal.lang.ChainedError extends Error implements Serializable

Serialized Fields

mCause

Throwable mCause
The chained throwable which is the cause.


mStackTrace

StackTrace[] mStackTrace
Cache of the stack trace for the throwable.

Class org.jasig.portal.lang.ChainedException extends Exception implements Serializable

Serialized Fields

mCause

Throwable mCause
The chained exception which is the cause of this exception.


mStackTrace

StackTrace[] mStackTrace
Cache of the stack trace for the exception.

Class org.jasig.portal.lang.ChainedRuntimeException extends RuntimeException implements Serializable

Serialized Fields

mCause

Throwable mCause
The chained exception which is the cause of this exception.


mStackTrace

StackTrace[] mStackTrace
Cache of the stack trace for the exception.


Package org.jasig.portal.layout

Class org.jasig.portal.layout.LayoutEvent extends EventObject implements Serializable

serialVersionUID: 1L

Serialized Fields

parentNode

IUserLayoutNodeDescription parentNode

node

IUserLayoutNodeDescription node

Class org.jasig.portal.layout.LayoutMoveEvent extends LayoutEvent implements Serializable

serialVersionUID: 1L

Serialized Fields

oldParentNode

IUserLayoutNodeDescription oldParentNode

Package org.jasig.portal.layout.dlm

Class org.jasig.portal.layout.dlm.DistributedUserPreferences extends StructureStylesheetUserPreferences implements Serializable

Serialized Fields

incorporatedChannelAttributeValues

Hashtable<K,V> incorporatedChannelAttributeValues

incorporatedFolderAttributeValues

Hashtable<K,V> incorporatedFolderAttributeValues

Package org.jasig.portal.layout.dlm.remoting

Class org.jasig.portal.layout.dlm.remoting.JsonEntityBean extends Object implements Serializable

Serialized Fields

entityType

String entityType

id

String id

name

String name

creatorId

String creatorId

description

String description

children

List<E> children

childrenInitialized

boolean childrenInitialized

Class org.jasig.portal.layout.dlm.remoting.UpdatePreferencesServlet extends HttpServlet implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

Package org.jasig.portal.layout.dlm.remoting.registry

Class org.jasig.portal.layout.dlm.remoting.registry.ChannelBean extends Object implements Serializable

Serialized Fields

id

String id

chanId

int chanId

javaClass

String javaClass

description

String description

editable

boolean editable

fname

String fname

hasAbout

boolean hasAbout

hasHelp

boolean hasHelp

isPortlet

boolean isPortlet

locale

String locale

name

String name

secure

boolean secure

timeout

int timeout

state

String state

title

String title

typeId

int typeId

parameters

List<E> parameters

Class org.jasig.portal.layout.dlm.remoting.registry.ChannelCategoryBean extends Object implements Serializable

Serialized Fields

id

String id

name

String name

description

String description

categories

List<E> categories

channels

List<E> channels

Class org.jasig.portal.layout.dlm.remoting.registry.ChannelParameterBean extends Object implements Serializable

Serialized Fields

name

String name

override

String override

value

String value

description

String description

Class org.jasig.portal.layout.dlm.remoting.registry.ChannelRegistryBean extends Object implements Serializable

Serialized Fields

categories

List<E> categories

channels

List<E> channels

Package org.jasig.portal.layout.node

Class org.jasig.portal.layout.node.NodeIdFactory.NodeIdImpl extends ObjectIdFactory.ObjectIdImpl implements Serializable


Package org.jasig.portal.portlet.delegation.jsp

Class org.jasig.portal.portlet.delegation.jsp.ParamTag extends TagSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

name

String name

value

String value

Class org.jasig.portal.portlet.delegation.jsp.ParentUrlTag extends TagSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

windowState

String windowState

portletMode

String portletMode

parameters

Map<K,V> parameters

Class org.jasig.portal.portlet.delegation.jsp.RenderPortletTag extends TagSupport implements Serializable

serialVersionUID: 1L

Serialized Fields

sessionKeyPrefix

String sessionKeyPrefix

fname

String fname

windowState

String windowState

portletMode

String portletMode

parentUrlState

WindowState parentUrlState

parentUrlMode

PortletMode parentUrlMode

parentUrlParameters

Map<K,V> parentUrlParameters

Package org.jasig.portal.portlet.om

Class org.jasig.portal.portlet.om.AbstractObjectId extends Object implements Serializable

Serialized Fields

objectId

String objectId

Package org.jasig.portal.portlet.registry

Class org.jasig.portal.portlet.registry.PortletEntityIdImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

id

String id

Package org.jasig.portal.portlets

Class org.jasig.portal.portlets.Attribute extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

String value

Class org.jasig.portal.portlets.AttributeFactory extends Object implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.portlets.BooleanAttribute extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

boolean value

Class org.jasig.portal.portlets.BooleanAttributeFactory extends Object implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.portlets.StringListAttribute extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

value

List<E> value

Class org.jasig.portal.portlets.StringListAttributeFactory extends Object implements Serializable

serialVersionUID: 1L


Package org.jasig.portal.portlets.localization

Class org.jasig.portal.portlets.localization.LocaleBean extends Object implements Serializable

serialVersionUID: 5551484745658125033L

Serialized Fields

code

String code

displayName

String displayName

displayCountry

String displayCountry

displayLanguage

String displayLanguage

displayVariant

String displayVariant

locale

Locale locale

Package org.jasig.portal.portlets.lookup

Class org.jasig.portal.portlets.lookup.PersonQuery extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

attributes

Map<K,V> attributes

Package org.jasig.portal.portlets.portletadmin

Class org.jasig.portal.portlets.portletadmin.ChannelDefinitionForm extends Object implements Serializable

serialVersionUID: 892741367149099647L

Serialized Fields

id

int id
Main channel fields


fname

String fname

name

String name

description

String description

title

String title

javaClass

String javaClass

timeout

int timeout

typeId

int typeId

lifecycleState

ChannelLifecycleState lifecycleState
Lifecycle information


publishDate

Date publishDate

publishHour

int publishHour

publishMinute

int publishMinute

publishAmPm

int publishAmPm

expirationDate

Date expirationDate

expirationHour

int expirationHour

expirationMinute

int expirationMinute

expirationAmPm

int expirationAmPm

editable

boolean editable
Channel controls


hasHelp

boolean hasHelp

hasAbout

boolean hasAbout

secure

boolean secure

groups

List<E> groups
Groups and categories


categories

List<E> categories

parameters

Map<K,V> parameters
Parameters and preferences


parameterOverrides

Map<K,V> parameterOverrides

portletPreferences

Map<K,V> portletPreferences

portletParameterOverrides

Map<K,V> portletParameterOverrides

Package org.jasig.portal.portlets.portletadmin.xmlsupport

Class org.jasig.portal.portlets.portletadmin.xmlsupport.ChannelPublishingDefinition extends Object implements Serializable

serialVersionUID: 5480102681300403689L

Serialized Fields

description

String description

className

String className

deprecated

boolean deprecated

params

CPDParameterList params

controls

CPDControlList controls

Class org.jasig.portal.portlets.portletadmin.xmlsupport.CPDArbitraryParameter extends Object implements Serializable

Serialized Fields

paramNamePrefixes

List<E> paramNamePrefixes

Class org.jasig.portal.portlets.portletadmin.xmlsupport.CPDControl extends Object implements Serializable

Serialized Fields

type

String type

include

String include

override

String override

Class org.jasig.portal.portlets.portletadmin.xmlsupport.CPDControlList extends Object implements Serializable

Serialized Fields

controls

List<E> controls

Class org.jasig.portal.portlets.portletadmin.xmlsupport.CPDParameter extends Object implements Serializable

Serialized Fields

modify

String modify

name

String name

label

String label

example

String example

description

String description

defaultValue

String defaultValue

units

String units

type

CPDParameterType type

Class org.jasig.portal.portlets.portletadmin.xmlsupport.CPDParameterList extends Object implements Serializable

Serialized Fields

steps

List<E> steps

Class org.jasig.portal.portlets.portletadmin.xmlsupport.CPDParameterType extends Object implements Serializable

Serialized Fields

base

String base

input

String input

display

String display

length

String length

maxlength

String maxlength

restriction

CPDParameterTypeRestriction restriction

Class org.jasig.portal.portlets.portletadmin.xmlsupport.CPDParameterTypeRestriction extends Object implements Serializable

Serialized Fields

type

String type

min

String min

max

String max

values

List<E> values

defaultValue

String defaultValue

Class org.jasig.portal.portlets.portletadmin.xmlsupport.CPDParameterTypeRestrictionValue extends Object implements Serializable

Serialized Fields

display

String display

value

String value

Class org.jasig.portal.portlets.portletadmin.xmlsupport.CPDPreference extends Object implements Serializable

Serialized Fields

modify

String modify

name

String name

label

String label

example

String example

description

String description

defaultValues

List<E> defaultValues

units

String units

type

CPDPreferenceType type

Class org.jasig.portal.portlets.portletadmin.xmlsupport.CPDPreferenceType extends Object implements Serializable

Serialized Fields

base

String base

input

String input

display

String display

length

String length

maxlength

String maxlength

restriction

CPDPreferenceTypeRestriction restriction

Class org.jasig.portal.portlets.portletadmin.xmlsupport.CPDPreferenceTypeRestriction extends Object implements Serializable

Serialized Fields

type

String type

min

String min

max

String max

values

List<E> values

defaultValues

List<E> defaultValues

Class org.jasig.portal.portlets.portletadmin.xmlsupport.CPDStep extends Object implements Serializable

Serialized Fields

id

String id

name

String name

description

String description

parameters

List<E> parameters

arbitraryParameters

List<E> arbitraryParameters

preferences

List<E> preferences

arbitraryPreferences

boolean arbitraryPreferences

Package org.jasig.portal.portlets.registerportal

Class org.jasig.portal.portlets.registerportal.PortalRegistrationData extends PortalRegistrationRequest implements Serializable

serialVersionUID: 1L

Serialized Fields

collectedData

Map<K,V> collectedData

Class org.jasig.portal.portlets.registerportal.PortalRegistrationRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

institutionName

String institutionName

deployerName

String deployerName

deployerAddress

String deployerAddress

portalName

String portalName

portalUrl

String portalUrl

demoUrl

String demoUrl

numberOfUsers

String numberOfUsers

audience

String audience

authnSystem

String authnSystem

notes

String notes

shareInfo

boolean shareInfo

dataToSubmit

Map<K,V> dataToSubmit

Package org.jasig.portal.portlets.swapper

Class org.jasig.portal.portlets.swapper.AttributeSwapRequest extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

currentAttributes

Map<K,V> currentAttributes

attributesToCopy

Map<K,V> attributesToCopy

Class org.jasig.portal.portlets.swapper.IdentitySwapperPrincipal extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

person

IPerson person

Class org.jasig.portal.portlets.swapper.IdentitySwapperSecurityContext extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

principal

IPrincipal principal

Package org.jasig.portal.properties

Class org.jasig.portal.properties.BadPropertyException extends RuntimeException implements Serializable

Serialized Fields

propertyName

String propertyName
The name of the property


propertyValue

String propertyValue
The value of the property


desiredType

String desiredType
The desired type, as which the property could not be parsed.

Class org.jasig.portal.properties.MissingPropertyException extends RuntimeException implements Serializable

Serialized Fields

propertyName

String propertyName
The name of the missing property.


alreadyReported

boolean alreadyReported
True if a prior MissingPropertyException has been thrown for this missing property by the throwing object if it keeps track. False otherwise.


Package org.jasig.portal.security

Class org.jasig.portal.security.PortalSecurityException extends PortalException implements Serializable


Package org.jasig.portal.security.provider

Class org.jasig.portal.security.provider.BrokenSecurityContext extends ChainingSecurityContext implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.security.provider.CacheLdapSecurityContext extends SimpleLdapSecurityContext implements Serializable

Serialized Fields

CACHELDAPSECURITYAUTHTYPE

int CACHELDAPSECURITYAUTHTYPE
Deprecated. 

cachedCredentials

byte[] cachedCredentials
Deprecated. 

Class org.jasig.portal.security.provider.ChainingSecurityContext extends Object implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

isauth

boolean isauth

mySubContexts

Vector<E> mySubContexts

myPrincipal

ChainingSecurityContext.ChainingPrincipal myPrincipal

myOpaqueCredentials

ChainingSecurityContext.ChainingOpaqueCredentials myOpaqueCredentials

myAdditionalDescriptor

IAdditionalDescriptor myAdditionalDescriptor

myOrder

Comparator<T> myOrder

Class org.jasig.portal.security.provider.ChainingSecurityContext.ChainingAdditionalDescriptor extends Object implements Serializable

Class org.jasig.portal.security.provider.ChainingSecurityContext.ChainingOpaqueCredentials extends Object implements Serializable

Serialized Fields

credentialstring

byte[] credentialstring

Class org.jasig.portal.security.provider.ChainingSecurityContext.ChainingPrincipal extends Object implements Serializable

Serialized Fields

globalUID

String globalUID

UID

String UID

FullName

String FullName

Class org.jasig.portal.security.provider.JAASSubject extends Object implements Serializable

Serialized Fields

subject

Subject subject

Class org.jasig.portal.security.provider.PersonImpl extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

userAttributes

ConcurrentMap<K,V> userAttributes

m_FullName

String m_FullName

m_ID

int m_ID

m_securityContext

ISecurityContext m_securityContext

m_eid

EntityIdentifier m_eid

entityIdentifierSet

boolean entityIdentifierSet

Class org.jasig.portal.security.provider.RestrictedPerson extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

person

IPerson person

Class org.jasig.portal.security.provider.SimpleLdapSecurityContext extends ChainingSecurityContext implements Serializable

Serialized Fields

SIMPLE_LDAP_SECURITYAUTHTYPE

int SIMPLE_LDAP_SECURITYAUTHTYPE

ctxProperties

Properties ctxProperties

Class org.jasig.portal.security.provider.SimpleSecurityContext extends ChainingSecurityContext implements Serializable

Serialized Fields

SIMPLESECURITYAUTHTYPE

int SIMPLESECURITYAUTHTYPE

Package org.jasig.portal.security.provider.cas

Class org.jasig.portal.security.provider.cas.CasAssertionSecurityContext extends ChainingSecurityContext implements Serializable

Serialized Fields

assertion

org.jasig.cas.client.validation.Assertion assertion

Class org.jasig.portal.security.provider.cas.CasProxyTicketAcquisitionException extends PortalException implements Serializable

serialVersionUID: 1L

Serialized Fields

service

String service
The service for which a proxy ticket could not be acquired.


principal

Principal principal

Package org.jasig.portal.spring.web.context.support

Class org.jasig.portal.spring.web.context.support.HttpSessionCreatedEvent extends HttpSessionEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.spring.web.context.support.HttpSessionDestroyedEvent extends HttpSessionEvent implements Serializable

serialVersionUID: 1L

Class org.jasig.portal.spring.web.context.support.HttpSessionEvent extends ApplicationEvent implements Serializable

serialVersionUID: 1L


Package org.jasig.portal.tools

Class org.jasig.portal.tools.ChannelServlet extends HttpServlet implements Serializable

Serialized Fields

set

StylesheetSet set

mediaM

MediaManager mediaM

initialized

boolean initialized

channel

IChannel channel

channelName

String channelName

timeOut

long timeOut

Package org.jasig.portal.tools.checks

Class org.jasig.portal.tools.checks.ChecksServlet extends HttpServlet implements Serializable

serialVersionUID: 1L


Package org.jasig.portal.url

Class org.jasig.portal.url.InvalidPortalRequestException extends PortalException implements Serializable

serialVersionUID: 53706L


Package org.jasig.portal.url.processing

Class org.jasig.portal.url.processing.RequestParameterProcessingIncompleteException extends IllegalStateException implements Serializable

serialVersionUID: 1L


Package org.jasig.portal.utils

Class org.jasig.portal.utils.MovingAverageSample extends Object implements Serializable

Serialized Fields

average

long average

highMax

long highMax

lastSample

long lastSample

max

long max

min

long min

totalSamples

long totalSamples

Class org.jasig.portal.utils.SmartCache extends HashMap implements Serializable

Serialized Fields

iExpirationTimeout

int iExpirationTimeout

Class org.jasig.portal.utils.Tuple extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

first

Object first

second

Object second

Package org.jasig.portal.utils.uri

Class org.jasig.portal.utils.uri.BlockedUriException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

uri

URI uri
The URI that was blocked.


reasonBlocked

String reasonBlocked
The reason the URI was blocked.

Class org.jasig.portal.utils.uri.PrefixUriScrutinizer extends Object implements Serializable

Serialized Fields

log

org.apache.commons.logging.Log log

allowPrefixes

String[] allowPrefixes
Allowed prefixes for URIs examined by this scrutinizer instance. URIs must match at least one of these prefixes.


denyPrefixes

String[] denyPrefixes
Blocked prefixes for URIs examined by this scrutinizer instance. URIs must not match any of these prefixes.



Copyright © 2010 Jasig. All Rights Reserved.