Serialized Form


Package org.jboss.seam

Class org.jboss.seam.ConcurrentRequestTimeoutException extends RuntimeException implements Serializable

Class org.jboss.seam.CyclicDependencyException extends IllegalStateException implements Serializable

Serialized Fields

invocations

List<E> invocations
stores the invocations in reverse call order


tailComponentName

String tailComponentName

cycleComplete

boolean cycleComplete

Class org.jboss.seam.Entity.NotEntityException extends IllegalArgumentException implements Serializable

Class org.jboss.seam.InstantiationException extends RuntimeException implements Serializable

serialVersionUID: -5437284703511833879L

Class org.jboss.seam.NoConversationException extends RuntimeException implements Serializable

serialVersionUID: -5437384703541823179L

Class org.jboss.seam.RequiredException extends RuntimeException implements Serializable

serialVersionUID: -5437284703541833879L


Package org.jboss.seam.async

Class org.jboss.seam.async.Asynchronous extends Object implements Serializable

serialVersionUID: -551286304424595765L

Serialized Fields

processId

Long processId

taskId

Long taskId

Class org.jboss.seam.async.AsynchronousEvent extends Asynchronous implements Serializable

serialVersionUID: 2074586442931427819L

Serialized Fields

type

String type

parameters

Object[] parameters

Class org.jboss.seam.async.AsynchronousInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: 9194177339867853303L

Class org.jboss.seam.async.AsynchronousInvocation extends Asynchronous implements Serializable

serialVersionUID: 7426196491669891310L

Serialized Fields

methodName

String methodName

argTypes

Class<T>[] argTypes

args

Object[] args

componentName

String componentName

Class org.jboss.seam.async.CronSchedule extends Schedule implements Serializable

Serialized Fields

cron

String cron

Class org.jboss.seam.async.QuartzTriggerHandle extends Object implements Serializable

Serialized Fields

triggerName

String triggerName

Class org.jboss.seam.async.Schedule extends Object implements Serializable

Serialized Fields

duration

Long duration

expiration

Date expiration

finalExpiration

Date finalExpiration

Class org.jboss.seam.async.TimerSchedule extends Schedule implements Serializable

Serialized Fields

intervalDuration

Long intervalDuration

Class org.jboss.seam.async.TransactionCompletionEvent extends AsynchronousEvent implements Serializable

Class org.jboss.seam.async.TransactionSuccessEvent extends AsynchronousEvent implements Serializable


Package org.jboss.seam.bpm

Class org.jboss.seam.bpm.Actor extends AbstractMutable implements Serializable

serialVersionUID: -6515302276074415520L

Serialized Fields

id

String id

groupActorIds

Set<E> groupActorIds

Class org.jboss.seam.bpm.BusinessProcess extends AbstractMutable implements Serializable

serialVersionUID: 4722350870845851070L

Serialized Fields

processId

Long processId

taskId

Long taskId

Class org.jboss.seam.bpm.BusinessProcessInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: 758197867958840918L

Class org.jboss.seam.bpm.PageflowParser extends org.jbpm.jpdl.xml.JpdlXmlReader implements Serializable

serialVersionUID: 1L

Class org.jboss.seam.bpm.Transition extends AbstractMutable implements Serializable

serialVersionUID: -3054558654376670239L

Serialized Fields

name

String name

Package org.jboss.seam.captcha

Class org.jboss.seam.captcha.Captcha extends Object implements Serializable

Serialized Fields

correctResponse

String correctResponse

challenge

String challenge

response

String response

Package org.jboss.seam.core

Class org.jboss.seam.core.AbstractMutable extends Object implements Serializable

Class org.jboss.seam.core.BijectionInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: 4686458105931528659L

Serialized Fields

injected

boolean injected

injecting

boolean injecting

clients

int clients

lock

ReentrantLock lock

Class org.jboss.seam.core.Conversation extends Object implements Serializable

serialVersionUID: -6131304128727444876L

Serialized Fields

timeout

Integer timeout

concurrentRequestTimeout

Integer concurrentRequestTimeout

description

String description

viewId

String viewId

Class org.jboss.seam.core.ConversationalInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: 1127583515811479385L

Class org.jboss.seam.core.ConversationEntries extends AbstractMutable implements Serializable

serialVersionUID: 7996835952419813634L

Serialized Fields

conversationIdEntryMap

Map<K,V> conversationIdEntryMap

Class org.jboss.seam.core.ConversationEntry extends Object implements Serializable

serialVersionUID: 3624635335271963568L

Serialized Fields

lastRequestTime

long lastRequestTime

description

String description

id

String id

startDatetime

Date startDatetime

lastDatetime

Date lastDatetime

viewId

String viewId

conversationIdStack

List<E> conversationIdStack

timeout

Integer timeout

concurrentRequestTimeout

Integer concurrentRequestTimeout

removeAfterRedirect

boolean removeAfterRedirect

ended

boolean ended

entries

ConversationEntries entries

lock

ReentrantLock lock

Class org.jboss.seam.core.ConversationInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: -5405533438107796414L

Class org.jboss.seam.core.EventInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: -136300200838134612L

Class org.jboss.seam.core.Expressions extends Object implements Serializable

Class org.jboss.seam.core.LockTimeoutException extends Exception implements Serializable

Class org.jboss.seam.core.MethodContextInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: 6833040683938889232L

Class org.jboss.seam.core.SynchronizationInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: -4173880108889358566L

Serialized Fields

lock

ReentrantLock lock

Package org.jboss.seam.document

Class org.jboss.seam.document.ByteArrayDocumentData extends DocumentData implements Serializable

Serialized Fields

data

byte[] data

Class org.jboss.seam.document.DocumentData extends Object implements Serializable

Serialized Fields

documentType

DocumentData.DocumentType documentType

baseName

String baseName

disposition

String disposition

fileName

String fileName

Class org.jboss.seam.document.DocumentData.DocumentType extends Object implements Serializable

Serialized Fields

mimeType

String mimeType

extension

String extension

Class org.jboss.seam.document.DocumentStore extends Object implements Serializable

serialVersionUID: -357154201942127711L

Serialized Fields

dataStore

Map<K,V> dataStore

nextId

long nextId

useExtensions

boolean useExtensions

errorPage

String errorPage

Class org.jboss.seam.document.DocumentStorePhaseListener extends Object implements Serializable

serialVersionUID: 7308251684939658978L

Class org.jboss.seam.document.DocumentStoreServlet extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: 5196002741557182072L


Package org.jboss.seam.drools

Class org.jboss.seam.drools.DroolsActionHandler extends DroolsHandler implements Serializable

serialVersionUID: 7752070876220597913L

Serialized Fields

assertObjects

List<E> assertObjects

retractObjects

List<E> retractObjects

workingMemoryName

String workingMemoryName

startProcessId

String startProcessId

Class org.jboss.seam.drools.DroolsAssignmentHandler extends DroolsHandler implements Serializable

serialVersionUID: -7114640047036854546L

Serialized Fields

workingMemoryName

String workingMemoryName

assertObjects

List<E> assertObjects

retractObjects

List<E> retractObjects

startProcessId

String startProcessId

Class org.jboss.seam.drools.DroolsDecisionHandler extends DroolsHandler implements Serializable

serialVersionUID: -8900810376838166513L

Serialized Fields

assertObjects

List<E> assertObjects

retractObjects

List<E> retractObjects

workingMemoryName

String workingMemoryName

startProcessId

String startProcessId

Class org.jboss.seam.drools.ManagedWorkingMemory extends Object implements Serializable

serialVersionUID: -1746942080571374743L

Serialized Fields

ruleBaseName

String ruleBaseName

eventListeners

String[] eventListeners

statefulSession

org.drools.StatefulSession statefulSession

ruleBase

Expressions.ValueExpression<T> ruleBase

Package org.jboss.seam.ejb

Class org.jboss.seam.ejb.RemoveInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: -6693606158918954699L

Class org.jboss.seam.ejb.SeamInterceptor extends SessionBeanInterceptor implements Serializable

serialVersionUID: 4250146024419999221L


Package org.jboss.seam.faces

Class org.jboss.seam.faces.FacesExpressions extends Expressions implements Serializable

Class org.jboss.seam.faces.FacesMessages extends StatusMessages implements Serializable

Class org.jboss.seam.faces.FacesPage extends Object implements Serializable

serialVersionUID: 4807114041808347239L

Serialized Fields

pageflowName

String pageflowName

pageflowCounter

Integer pageflowCounter

pageflowNodeName

String pageflowNodeName

conversationId

String conversationId

conversationIsLongRunning

boolean conversationIsLongRunning

Class org.jboss.seam.faces.Redirect extends AbstractMutable implements Serializable

serialVersionUID: 6947384474861235210L

Serialized Fields

viewId

String viewId

parameters

Map<K,V> parameters

conversationPropagationEnabled

boolean conversationPropagationEnabled

conversationBegun

boolean conversationBegun

Class org.jboss.seam.faces.RedirectException extends RuntimeException implements Serializable

Class org.jboss.seam.faces.Selector extends AbstractMutable implements Serializable

Serialized Fields

cookieEnabled

boolean cookieEnabled

cookieMaxAge

int cookieMaxAge

cookiePath

String cookiePath

Class org.jboss.seam.faces.Switcher extends Object implements Serializable

serialVersionUID: -6403911073853051938L

Serialized Fields

selectItems

List<E> selectItems

conversationIdOrOutcome

String conversationIdOrOutcome

resultingConversationIdOrOutcome

String resultingConversationIdOrOutcome

Package org.jboss.seam.framework

Class org.jboss.seam.framework.BusinessProcessController extends Controller implements Serializable

Class org.jboss.seam.framework.Controller extends Object implements Serializable

Serialized Fields

log

Log log

Class org.jboss.seam.framework.EntityController extends PersistenceController<javax.persistence.EntityManager> implements Serializable

Class org.jboss.seam.framework.EntityHome extends Home<javax.persistence.EntityManager,E> implements Serializable

serialVersionUID: -3140094990727574632L

Class org.jboss.seam.framework.EntityIdentifier extends Identifier<javax.persistence.EntityManager> implements Serializable

Class org.jboss.seam.framework.EntityNotFoundException extends RuntimeException implements Serializable

serialVersionUID: -3469578090343847583L

Serialized Fields

id

Object id

entityClass

Class<T> entityClass

Class org.jboss.seam.framework.EntityQuery extends Query<javax.persistence.EntityManager,E> implements Serializable

Serialized Fields

resultList

List<E> resultList

singleResult

Object singleResult

resultCount

Long resultCount

hints

Map<K,V> hints

Class org.jboss.seam.framework.HibernateEntityController extends PersistenceController<org.hibernate.Session> implements Serializable

Class org.jboss.seam.framework.HibernateEntityHome extends Home<org.hibernate.Session,E> implements Serializable

serialVersionUID: 6071072408602519385L

Class org.jboss.seam.framework.HibernateEntityIdentifier extends Identifier<org.hibernate.Session> implements Serializable

Class org.jboss.seam.framework.HibernateEntityQuery extends Query<org.hibernate.Session,E> implements Serializable

Serialized Fields

resultList

List<E> resultList

singleResult

Object singleResult

resultCount

Long resultCount

cacheable

Boolean cacheable

cacheRegion

String cacheRegion

fetchSize

Integer fetchSize

Class org.jboss.seam.framework.Home extends MutableController<T> implements Serializable

serialVersionUID: -5462396456614090423L

Serialized Fields

id

Object id

instance

Object instance

entityClass

Class<T> entityClass

newInstance

Expressions.ValueExpression<T> newInstance

deletedMessage

Expressions.ValueExpression<T> deletedMessage

createdMessage

Expressions.ValueExpression<T> createdMessage

updatedMessage

Expressions.ValueExpression<T> updatedMessage

Class org.jboss.seam.framework.Identifier extends Object implements Serializable

Serialized Fields

clazz

Class<T> clazz

id

Object id

Class org.jboss.seam.framework.MutableController extends PersistenceController<T> implements Serializable

Class org.jboss.seam.framework.MutableEntityController extends MutableController<javax.persistence.EntityManager> implements Serializable

Class org.jboss.seam.framework.PersistenceController extends Controller implements Serializable

Class org.jboss.seam.framework.Query extends PersistenceController<T> implements Serializable

Serialized Fields

ejbql

String ejbql

firstResult

Integer firstResult

maxResults

Integer maxResults

restrictions

List<E> restrictions

order

String order

orderColumn

String orderColumn

orderDirection

String orderDirection

restrictionLogicOperator

String restrictionLogicOperator

groupBy

String groupBy

useWildcardAsCountQuerySubject

boolean useWildcardAsCountQuerySubject

dataModel

javax.faces.model.DataModel dataModel

parsedEjbql

String parsedEjbql

queryParameters

List<E> queryParameters

parsedRestrictions

List<E> parsedRestrictions

restrictionParameters

List<E> restrictionParameters

queryParameterValues

List<E> queryParameterValues

restrictionParameterValues

List<E> restrictionParameterValues

Package org.jboss.seam.intercept

Class org.jboss.seam.intercept.AbstractInterceptor extends Object implements Serializable

serialVersionUID: -8838873111255032911L

Serialized Fields

componentName

String componentName

Class org.jboss.seam.intercept.ClientSideInterceptor extends RootInterceptor implements Serializable

serialVersionUID: -1578313703571846699L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

bean

Object bean

beanClass

Class<T> beanClass

Class org.jboss.seam.intercept.JavaBeanInterceptor extends RootInterceptor implements Serializable

serialVersionUID: -771725005103740533L

Serialization Methods

readResolve

Object readResolve()
Serialized Fields

bean

Object bean

beanClass

Class<T> beanClass

Class org.jboss.seam.intercept.RootInterceptor extends Object implements Serializable

serialVersionUID: 8041533870186694663L

Serialized Fields

type

InterceptorType type

isSeamComponent

boolean isSeamComponent

componentName

String componentName

userInterceptors

List<E> userInterceptors

Class org.jboss.seam.intercept.SessionBeanInterceptor extends RootInterceptor implements Serializable

serialVersionUID: -7474586917199426345L


Package org.jboss.seam.international

Class org.jboss.seam.international.LocaleSelector extends Selector implements Serializable

serialVersionUID: -6087667065688208261L

Serialized Fields

language

String language

country

String country

variant

String variant

Class org.jboss.seam.international.StatusMessage extends Object implements Serializable

Serialized Fields

summaryTemplate

String summaryTemplate

summary

String summary

detailTemplate

String detailTemplate

detail

String detail

severity

StatusMessage.Severity severity

Class org.jboss.seam.international.StatusMessages extends Object implements Serializable

serialVersionUID: -5395975397632138270L

Serialized Fields

messages

List<E> messages

keyedMessages

Map<K,V> keyedMessages

Class org.jboss.seam.international.TimeZoneSelector extends Selector implements Serializable

serialVersionUID: -5013819375360015369L

Serialized Fields

id

String id

Class org.jboss.seam.international.TimeZoneWrapper extends TimeZone implements Serializable

Serialized Fields

timeZone

TimeZone timeZone

Package org.jboss.seam.jmx

Class org.jboss.seam.jmx.JMXInvocationHandler extends Object implements Serializable

serialVersionUID: 3714728148040623702L

Serialized Fields

server

MBeanServer server
Reference to the MBean server this proxy connects to.


objectName

ObjectName objectName
The object name of the MBean this proxy represents.


handler

ProxyExceptionHandler handler
Default exception handler for the proxy.


attributeMap

HashMap<K,V> attributeMap
MBean attribute meta data.


delegateToStringToResource

boolean delegateToStringToResource
Indicates whether Object.toString() should be delegated to the resource or handled by the proxy.


delegateEqualsToResource

boolean delegateEqualsToResource
Indicates whether Object.equals() should be delegated to the resource or handled by the proxy.


delegateHashCodeToResource

boolean delegateHashCodeToResource
Indicates whether Object.hashCode() should be delegated to the resource or handled by the proxy.

Class org.jboss.seam.jmx.MBeanProxyCreationException extends JMException implements Serializable

serialVersionUID: 1008637966352433381L

Class org.jboss.seam.jmx.RuntimeProxyException extends JMRuntimeException implements Serializable

serialVersionUID: -1166909485463779459L


Package org.jboss.seam.jsf

Class org.jboss.seam.jsf.ArrayDataModel extends javax.faces.model.ArrayDataModel implements Serializable

serialVersionUID: -1369792328129853864L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException

Class org.jboss.seam.jsf.ListDataModel extends javax.faces.model.ListDataModel implements Serializable

serialVersionUID: 5156131434571541698L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException

Class org.jboss.seam.jsf.MapDataModel extends javax.faces.model.DataModel implements Serializable

serialVersionUID: -4888962547222002402L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

rowIndex

int rowIndex

data

Map<K,V> data

Class org.jboss.seam.jsf.SeamPhaseListener extends Object implements Serializable

serialVersionUID: -9127555729455066493L

Class org.jboss.seam.jsf.SetDataModel extends javax.faces.model.DataModel implements Serializable

serialVersionUID: -616367764778689337L

Serialization Methods

readObject

private void readObject(ObjectInputStream ois)
                 throws IOException,
                        ClassNotFoundException
Throws:
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream oos)
                  throws IOException
Throws:
IOException
Serialized Fields

rowIndex

int rowIndex

entries

List<E> entries

Class org.jboss.seam.jsf.UnifiedELMethodBinding extends javax.faces.el.MethodBinding implements Serializable

Serialized Fields

expressionString

String expressionString
Deprecated. 

argTypes

Class<T>[] argTypes
Deprecated. 

Class org.jboss.seam.jsf.UnifiedELValueBinding extends javax.faces.el.ValueBinding implements Serializable

Serialized Fields

expressionString

String expressionString
Deprecated. 

Package org.jboss.seam.mail

Class org.jboss.seam.mail.MailSession extends AbstractMutable implements Serializable

Serialized Fields

session

javax.mail.Session session

host

String host

port

Integer port

username

String username

password

String password

debug

boolean debug

sessionJndiName

String sessionJndiName

ssl

boolean ssl

tls

boolean tls

transport

String transport

Package org.jboss.seam.mock

Class org.jboss.seam.mock.MockSecureEntity extends Object implements Serializable

serialVersionUID: -6885685305122412324L

Serialized Fields

id

Integer id

value

String value

Package org.jboss.seam.pageflow

Class org.jboss.seam.pageflow.Page extends org.jbpm.graph.def.Node implements Serializable

serialVersionUID: 1L

Serialized Fields

viewId

String viewId

isConversationEnd

boolean isConversationEnd

isConversationEndBeforeRedirect

boolean isConversationEndBeforeRedirect

isTaskEnd

boolean isTaskEnd

transition

String transition

processToCreate

String processToCreate

redirect

boolean redirect

description

String description

timeout

Integer timeout

backEnabled

boolean backEnabled

switchEnabled

boolean switchEnabled

noConversationViewId

String noConversationViewId

Class org.jboss.seam.pageflow.Pageflow extends AbstractMutable implements Serializable

serialVersionUID: -2337682140346213333L

Serialized Fields

counter

int counter

processInstance

org.jbpm.graph.exe.ProcessInstance processInstance

Package org.jboss.seam.persistence

Class org.jboss.seam.persistence.EntityManagerInvocationHandler extends Object implements Serializable

Serialized Fields

delegate

javax.persistence.EntityManager delegate

Class org.jboss.seam.persistence.EntityManagerProxyInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.persistence.Filter extends Object implements Serializable

Serialized Fields

name

String name

parameters

Map<K,V> parameters

enabled

Expressions.ValueExpression<T> enabled

Class org.jboss.seam.persistence.HibernateSessionInvocationHandler extends Object implements Serializable

Serialized Fields

delegate

org.hibernate.Session delegate

Class org.jboss.seam.persistence.HibernateSessionProxyInterceptor extends AbstractInterceptor implements Serializable

Class org.jboss.seam.persistence.ManagedEntityInterceptor extends AbstractInterceptor implements Serializable

Serialized Fields

reentrant

boolean reentrant

Class org.jboss.seam.persistence.ManagedHibernateSession extends Object implements Serializable

serialVersionUID: 3130309555079841107L

Serialized Fields

session

org.hibernate.Session session

sessionFactoryJndiName

String sessionFactoryJndiName

componentName

String componentName

sessionFactory

Expressions.ValueExpression<T> sessionFactory

filters

List<E> filters

Class org.jboss.seam.persistence.ManagedPersistenceContext extends Object implements Serializable

serialVersionUID: -4972387440275848126L

Serialized Fields

persistenceUnitJndiName

String persistenceUnitJndiName

componentName

String componentName

entityManagerFactory

Expressions.ValueExpression<T> entityManagerFactory

filters

List<E> filters

Class org.jboss.seam.persistence.PersistenceContexts extends AbstractMutable implements Serializable

serialVersionUID: -4897350516435283182L

Serialized Fields

set

Set<E> set

flushMode

FlushModeType flushMode

realFlushMode

FlushModeType realFlushMode

Package org.jboss.seam.security

Class org.jboss.seam.security.AuthorizationException extends RuntimeException implements Serializable

Class org.jboss.seam.security.Credentials extends Object implements Serializable

Serialized Fields

username

String username

password

String password

invalid

boolean invalid

initialized

boolean initialized

Class org.jboss.seam.security.HibernateSecurityInterceptor extends org.hibernate.EmptyInterceptor implements Serializable

Serialized Fields

wrappedInterceptor

org.hibernate.Interceptor wrappedInterceptor

Class org.jboss.seam.security.Identity extends Object implements Serializable

serialVersionUID: 3751659008033189259L

Serialized Fields

credentials

Credentials credentials

authenticateMethod

Expressions.MethodExpression<T> authenticateMethod

principal

Principal principal

subject

Subject subject

rememberMe

RememberMe rememberMe

jaasConfigName

String jaasConfigName

preAuthenticationRoles

List<E> preAuthenticationRoles

permissionMapper

PermissionMapper permissionMapper

authenticating

boolean authenticating
Flag that indicates we are in the process of authenticating

Class org.jboss.seam.security.JpaTokenStore extends Object implements Serializable

Serialized Fields

tokenClass

Class<T> tokenClass

entityManager

Expressions.ValueExpression<T> entityManager

tokenUsernameProperty

AnnotatedBeanProperty<T extends Annotation> tokenUsernameProperty

tokenValueProperty

AnnotatedBeanProperty<T extends Annotation> tokenValueProperty

Class org.jboss.seam.security.NotLoggedInException extends RuntimeException implements Serializable

Class org.jboss.seam.security.RememberMe extends Object implements Serializable

Serialized Fields

usernameSelector

org.jboss.seam.security.RememberMe.UsernameSelector usernameSelector

tokenSelector

org.jboss.seam.security.RememberMe.TokenSelector tokenSelector

tokenStore

TokenStore tokenStore

enabled

boolean enabled

cookieMaxAge

int cookieMaxAge

autoLoggedIn

boolean autoLoggedIn

random

Random random

mode

RememberMe.Mode mode

Class org.jboss.seam.security.Role extends SimplePrincipal implements Serializable

Serialized Fields

conditional

boolean conditional

Class org.jboss.seam.security.SecurityInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: -6567750187000766925L

Class org.jboss.seam.security.SimpleGroup extends Object implements Serializable

serialVersionUID: 5766373925836425908L

Serialized Fields

name

String name
The name of the group


members

Set<E> members
The members of this group

Class org.jboss.seam.security.SimplePrincipal extends Object implements Serializable

serialVersionUID: 5609375932836425908L

Serialized Fields

name

String name

Package org.jboss.seam.security.digest

Class org.jboss.seam.security.digest.DigestValidationException extends Exception implements Serializable

Serialized Fields

nonceExpired

boolean nonceExpired

Package org.jboss.seam.security.management

Class org.jboss.seam.security.management.IdentityManagementException extends RuntimeException implements Serializable

Class org.jboss.seam.security.management.IdentityManager extends Object implements Serializable

Serialized Fields

identityStore

IdentityStore identityStore

roleIdentityStore

IdentityStore roleIdentityStore

Class org.jboss.seam.security.management.JpaIdentityStore extends Object implements Serializable

Serialized Fields

featureSet

IdentityStore.FeatureSet featureSet

entityManager

Expressions.ValueExpression<T> entityManager

userClass

Class<T> userClass

roleClass

Class<T> roleClass

xrefClass

Class<T> xrefClass

xrefUserProperty

TypedBeanProperty xrefUserProperty

xrefRoleProperty

TypedBeanProperty xrefRoleProperty

userPrincipalProperty

AnnotatedBeanProperty<T extends Annotation> userPrincipalProperty

userPasswordProperty

AnnotatedBeanProperty<T extends Annotation> userPasswordProperty

passwordSaltProperty

AnnotatedBeanProperty<T extends Annotation> passwordSaltProperty

userRolesProperty

AnnotatedBeanProperty<T extends Annotation> userRolesProperty

userEnabledProperty

AnnotatedBeanProperty<T extends Annotation> userEnabledProperty

userFirstNameProperty

AnnotatedBeanProperty<T extends Annotation> userFirstNameProperty

userLastNameProperty

AnnotatedBeanProperty<T extends Annotation> userLastNameProperty

roleNameProperty

AnnotatedBeanProperty<T extends Annotation> roleNameProperty

roleGroupsProperty

AnnotatedBeanProperty<T extends Annotation> roleGroupsProperty

roleConditionalProperty

AnnotatedBeanProperty<T extends Annotation> roleConditionalProperty

Class org.jboss.seam.security.management.LdapIdentityStore extends Object implements Serializable

Serialized Fields

featureSet

IdentityStore.FeatureSet featureSet

serverAddress

String serverAddress

serverPort

int serverPort

userContextDN

String userContextDN

userDNPrefix

String userDNPrefix

userDNSuffix

String userDNSuffix

roleContextDN

String roleContextDN

roleDNPrefix

String roleDNPrefix

roleDNSuffix

String roleDNSuffix

bindDN

String bindDN

bindCredentials

String bindCredentials

userRoleAttribute

String userRoleAttribute

roleAttributeIsDN

boolean roleAttributeIsDN

userNameAttribute

String userNameAttribute

userPasswordAttribute

String userPasswordAttribute

firstNameAttribute

String firstNameAttribute

lastNameAttribute

String lastNameAttribute

fullNameAttribute

String fullNameAttribute

enabledAttribute

String enabledAttribute

roleNameAttribute

String roleNameAttribute

objectClassAttribute

String objectClassAttribute

roleObjectClasses

String[] roleObjectClasses

userObjectClasses

String[] userObjectClasses

securityAuthenticationType

String securityAuthenticationType

searchScope

int searchScope

searchTimeLimit

int searchTimeLimit
Time limit for LDAP searches, in milliseconds

Class org.jboss.seam.security.management.NoSuchRoleException extends RuntimeException implements Serializable

Class org.jboss.seam.security.management.NoSuchUserException extends RuntimeException implements Serializable


Package org.jboss.seam.security.management.action

Class org.jboss.seam.security.management.action.RoleAction extends Object implements Serializable

Serialized Fields

originalRole

String originalRole

role

String role

groups

List<E> groups

identityManager

IdentityManager identityManager

Class org.jboss.seam.security.management.action.RoleSearch extends Object implements Serializable

Serialized Fields

roles

List<E> roles

selectedRole

String selectedRole

identityManager

IdentityManager identityManager

Class org.jboss.seam.security.management.action.UserAction extends Object implements Serializable

Serialized Fields

firstname

String firstname

lastname

String lastname

username

String username

password

String password

confirm

String confirm

roles

List<E> roles

enabled

boolean enabled

newUserFlag

boolean newUserFlag

identityManager

IdentityManager identityManager

Class org.jboss.seam.security.management.action.UserSearch extends Object implements Serializable

serialVersionUID: 8592034786339372510L

Serialized Fields

users

List<E> users

selectedUser

String selectedUser

identityManager

IdentityManager identityManager

Package org.jboss.seam.security.openid

Class org.jboss.seam.security.openid.OpenId extends Object implements Serializable

Serialized Fields

id

String id

validatedId

String validatedId

manager

org.openid4java.consumer.ConsumerManager manager

discovered

org.openid4java.discovery.DiscoveryInformation discovered

Class org.jboss.seam.security.openid.OpenIdPhaseListener extends Object implements Serializable

Class org.jboss.seam.security.openid.OpenIdPrincipal extends SimplePrincipal implements Serializable


Package org.jboss.seam.security.permission

Class org.jboss.seam.security.permission.JpaPermissionStore extends Object implements Serializable

Serialized Fields

entityManager

Expressions.ValueExpression<T> entityManager

userPermissionClass

Class<T> userPermissionClass

rolePermissionClass

Class<T> rolePermissionClass

userProperty

AnnotatedBeanProperty<T extends Annotation> userProperty

roleProperty

AnnotatedBeanProperty<T extends Annotation> roleProperty

targetProperty

AnnotatedBeanProperty<T extends Annotation> targetProperty

actionProperty

AnnotatedBeanProperty<T extends Annotation> actionProperty

discriminatorProperty

AnnotatedBeanProperty<T extends Annotation> discriminatorProperty

roleTargetProperty

AnnotatedBeanProperty<T extends Annotation> roleTargetProperty

roleActionProperty

AnnotatedBeanProperty<T extends Annotation> roleActionProperty

queryCache

Map<K,V> queryCache

identifierPolicy

IdentifierPolicy identifierPolicy

metadata

PermissionMetadata metadata

Class org.jboss.seam.security.permission.Permission extends Object implements Serializable

Serialized Fields

target

Object target

action

String action

recipient

Principal recipient

Class org.jboss.seam.security.permission.PermissionManager extends Object implements Serializable

Serialized Fields

permissionStore

PermissionStore permissionStore

Class org.jboss.seam.security.permission.PermissionMapper extends Object implements Serializable

Serialized Fields

resolverChains

Map<K,V> resolverChains

defaultResolverChain

String defaultResolverChain

Class org.jboss.seam.security.permission.PersistentPermissionResolver extends Object implements Serializable

Serialized Fields

permissionStore

PermissionStore permissionStore

Class org.jboss.seam.security.permission.ResolverChain extends Object implements Serializable

Serialized Fields

resolvers

List<E> resolvers

Class org.jboss.seam.security.permission.RoleCheck extends Object implements Serializable

Serialized Fields

name

String name

granted

boolean granted

Class org.jboss.seam.security.permission.RuleBasedPermissionResolver extends Object implements Serializable

Serialized Fields

securityContext

org.drools.StatefulSession securityContext

securityRules

org.drools.RuleBase securityRules

Package org.jboss.seam.security.permission.action

Class org.jboss.seam.security.permission.action.PermissionSearch extends Object implements Serializable

Serialized Fields

groupedPermissions

Map<K,V> groupedPermissions

recipients

List<E> recipients

selectedRecipient

Principal selectedRecipient

identityManager

IdentityManager identityManager

permissionManager

PermissionManager permissionManager

target

Object target

Package org.jboss.seam.servlet

Class org.jboss.seam.servlet.ResourceServlet extends SeamResourceServlet implements Serializable

Class org.jboss.seam.servlet.SeamResourceServlet extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

context

javax.servlet.ServletContext context

providers

Map<K,V> providers

Package org.jboss.seam.text

Class org.jboss.seam.text.SeamTextParser.HtmlRecognitionException extends antlr.RecognitionException implements Serializable

Serialized Fields

openingElement

antlr.Token openingElement

wrappedException

antlr.RecognitionException wrappedException

Package org.jboss.seam.theme

Class org.jboss.seam.theme.ThemeSelector extends Selector implements Serializable

serialVersionUID: 3920407140011388341L

Serialized Fields

theme

String theme

availableThemes

String[] availableThemes

Package org.jboss.seam.transaction

Class org.jboss.seam.transaction.RollbackInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: 5551801508325093417L

Class org.jboss.seam.transaction.TransactionInterceptor extends AbstractInterceptor implements Serializable

serialVersionUID: -4364203056333738988L


Package org.jboss.seam.util

Class org.jboss.seam.util.Conversions.AssociativePropertyValue extends Object implements Serializable

Serialized Fields

keyedValues

Map<K,V> keyedValues

type

Class<T> type

Class org.jboss.seam.util.Conversions.FlatPropertyValue extends Object implements Serializable

Serialized Fields

string

String string

Class org.jboss.seam.util.Conversions.MultiPropertyValue extends Object implements Serializable

Serialized Fields

strings

String[] strings

type

Class<T> type

Class org.jboss.seam.util.DTDEntityResolver extends Object implements Serializable

serialVersionUID: -4553926061006790714L


Package org.jboss.seam.web

Class org.jboss.seam.web.FileUploadException extends RuntimeException implements Serializable

Class org.jboss.seam.web.Session extends AbstractMutable implements Serializable

Serialized Fields

isInvalid

boolean isInvalid

invalidateOnSchemeChange

boolean invalidateOnSchemeChange

currentScheme

String currentScheme

Package org.jboss.seam.webservice

Class org.jboss.seam.webservice.WSSecurityInterceptor extends SecurityInterceptor implements Serializable