Serialized Form


Package org.apache.turbine

Class org.apache.turbine.Turbine extends javax.servlet.http.HttpServlet implements Serializable

serialVersionUID: -6317118078613623990L

Serialized Fields

inputEncoding

String inputEncoding
Default Input encoding if the servlet container does not report an encoding


Package org.apache.turbine.om.security

Class org.apache.turbine.om.security.TurbineGroup extends SecurityObject<Group> implements Serializable

serialVersionUID: -6034684697021752649L

Class org.apache.turbine.om.security.TurbinePermission extends SecurityObject<Permission> implements Serializable

serialVersionUID: -2193700445644560143L

Class org.apache.turbine.om.security.TurbineRole extends SecurityObject<Role> implements Serializable

serialVersionUID: -1354408789347969126L

Serialized Fields

permissionSet

PermissionSet permissionSet
The permissions for this role.

Class org.apache.turbine.om.security.TurbineUser extends SecurityObject<User> implements Serializable

serialVersionUID: 6380024466902321258L

Serialized Fields

createDate

Date createDate
The date on which the user account was created.


lastAccessDate

Date lastAccessDate
The date on which the user last accessed the application.


permStorage

Hashtable<K,V> permStorage
This is data that will survive a servlet engine restart.


tempStorage

Hashtable<K,V> tempStorage
This is data that will not survive a servlet engine restart.


Package org.apache.turbine.services

Class org.apache.turbine.services.BaseUnicastRemoteService extends UnicastRemoteObject implements Serializable

serialVersionUID: -7775459623190960297L

Serialized Fields

configuration

org.apache.commons.configuration.Configuration configuration

isInitialized

boolean isInitialized

initableBroker

InitableBroker initableBroker

name

String name

serviceBroker

ServiceBroker serviceBroker

Class org.apache.turbine.services.InitializationException extends TurbineException implements Serializable

serialVersionUID: 974475242666061904L

Class org.apache.turbine.services.InstantiationException extends TurbineRuntimeException implements Serializable

serialVersionUID: -6657313997260441099L


Package org.apache.turbine.services.schedule

Class org.apache.turbine.services.schedule.BaseJobEntry extends org.apache.torque.om.BaseObject implements Serializable

serialVersionUID: 1308842746584L

Serialized Fields

jobId

int jobId
The value for the jobId field


second

int second
The value for the second field


minute

int minute
The value for the minute field


hour

int hour
The value for the hour field


weekDay

int weekDay
The value for the weekDay field


dayOfMonth

int dayOfMonth
The value for the dayOfMonth field


task

String task
The value for the task field


email

String email
The value for the email field


property

byte[] property
The value for the property field


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.apache.turbine.services.schedule.BaseJobEntryPeer extends org.apache.torque.util.BasePeer implements Serializable

serialVersionUID: 1308842746584L

Class org.apache.turbine.services.schedule.JobEntry extends BaseJobEntry implements Serializable

serialVersionUID: -5501116588294474363L

Serialized Fields

jobIsActive

boolean jobIsActive
indicates if job is currently running


runtime

long runtime
Next runtime.

Class org.apache.turbine.services.schedule.JobEntryPeer extends BaseJobEntryPeer implements Serializable

serialVersionUID: 1295896260045L


Package org.apache.turbine.services.security.ldap

Class org.apache.turbine.services.security.ldap.ActiveDirectoryUser extends LDAPUser implements Serializable

serialVersionUID: 3953123276619326752L

Class org.apache.turbine.services.security.ldap.LDAPUser extends Object implements Serializable

Serialized Fields

createDate

Date createDate
Date when the user was created


lastAccessDate

Date lastAccessDate
Date when the user was last accessed


timeout

int timeout
timeout


permStorage

Hashtable<K,V> permStorage
This is data that will survive a servlet engine restart.


tempStorage

Hashtable<K,V> tempStorage
This is data that will not survive a servlet engine restart.


Package org.apache.turbine.services.security.torque

Class org.apache.turbine.services.security.torque.TorqueGroup extends TorqueObject implements Serializable

serialVersionUID: -2034684697021752888L

Class org.apache.turbine.services.security.torque.TorqueObject extends Object implements Serializable

serialVersionUID: 5619862273774652856L

Serialized Fields

obj

org.apache.torque.om.Persistent obj
The underlying database Object which is proxied

Class org.apache.turbine.services.security.torque.TorquePermission extends TorqueObject implements Serializable

serialVersionUID: -5524685597021445523L

Class org.apache.turbine.services.security.torque.TorqueRole extends TorqueObject implements Serializable

serialVersionUID: -7774684697021445523L

Serialized Fields

permissionSet

PermissionSet permissionSet
The permissions for this role.

Class org.apache.turbine.services.security.torque.TorqueUser extends TorqueObject implements Serializable

serialVersionUID: 6623129207135917717L

Serialized Fields

lastAccessDate

Date lastAccessDate
The date on which the user last accessed the application.


permStorage

Hashtable<K,V> permStorage
This is data that will survive a servlet engine restart.


tempStorage

Hashtable<K,V> tempStorage
This is data that will not survive a servlet engine restart.

Class org.apache.turbine.services.security.torque.UserPeerManager extends Object implements Serializable

serialVersionUID: 6943046259921811593L


Package org.apache.turbine.services.security.torque.om

Class org.apache.turbine.services.security.torque.om.BaseTurbineGroup extends org.apache.torque.om.BaseObject implements Serializable

serialVersionUID: 1308842746584L

Serialized Fields

groupId

int groupId
The value for the groupId field


name

String name
The value for the name field


collTurbineUserGroupRoles

List<E> collTurbineUserGroupRoles
Collection to store aggregation of collTurbineUserGroupRoles


lastTurbineUserGroupRolesCriteria

org.apache.torque.util.Criteria lastTurbineUserGroupRolesCriteria
The criteria used to select the current contents of collTurbineUserGroupRoles


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.apache.turbine.services.security.torque.om.BaseTurbineGroupPeer extends org.apache.torque.util.BasePeer implements Serializable

serialVersionUID: 1308842746584L

Class org.apache.turbine.services.security.torque.om.BaseTurbinePermission extends org.apache.torque.om.BaseObject implements Serializable

serialVersionUID: 1308842746584L

Serialized Fields

permissionId

int permissionId
The value for the permissionId field


name

String name
The value for the name field


collTurbineRolePermissions

List<E> collTurbineRolePermissions
Collection to store aggregation of collTurbineRolePermissions


lastTurbineRolePermissionsCriteria

org.apache.torque.util.Criteria lastTurbineRolePermissionsCriteria
The criteria used to select the current contents of collTurbineRolePermissions


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.apache.turbine.services.security.torque.om.BaseTurbinePermissionPeer extends org.apache.torque.util.BasePeer implements Serializable

serialVersionUID: 1308842746584L

Class org.apache.turbine.services.security.torque.om.BaseTurbineRole extends org.apache.torque.om.BaseObject implements Serializable

serialVersionUID: 1308842746584L

Serialized Fields

roleId

int roleId
The value for the roleId field


name

String name
The value for the name field


collTurbineRolePermissions

List<E> collTurbineRolePermissions
Collection to store aggregation of collTurbineRolePermissions


lastTurbineRolePermissionsCriteria

org.apache.torque.util.Criteria lastTurbineRolePermissionsCriteria
The criteria used to select the current contents of collTurbineRolePermissions


collTurbineUserGroupRoles

List<E> collTurbineUserGroupRoles
Collection to store aggregation of collTurbineUserGroupRoles


lastTurbineUserGroupRolesCriteria

org.apache.torque.util.Criteria lastTurbineUserGroupRolesCriteria
The criteria used to select the current contents of collTurbineUserGroupRoles


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.apache.turbine.services.security.torque.om.BaseTurbineRolePeer extends org.apache.torque.util.BasePeer implements Serializable

serialVersionUID: 1308842746584L

Class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermission extends org.apache.torque.om.BaseObject implements Serializable

serialVersionUID: 1308842746584L

Serialized Fields

roleId

int roleId
The value for the roleId field


permissionId

int permissionId
The value for the permissionId field


aTurbineRole

TurbineRole aTurbineRole

aTurbinePermission

TurbinePermission aTurbinePermission

alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.


pks

org.apache.torque.om.SimpleKey[] pks

comboPK

org.apache.torque.om.ComboKey comboPK

Class org.apache.turbine.services.security.torque.om.BaseTurbineRolePermissionPeer extends org.apache.torque.util.BasePeer implements Serializable

serialVersionUID: 1308842746584L

Class org.apache.turbine.services.security.torque.om.BaseTurbineUser extends org.apache.torque.om.BaseObject implements Serializable

serialVersionUID: 1308842746584L

Serialized Fields

userId

int userId
The value for the userId field


userName

String userName
The value for the userName field


password

String password
The value for the password field


firstName

String firstName
The value for the firstName field


lastName

String lastName
The value for the lastName field


email

String email
The value for the email field


confirmed

String confirmed
The value for the confirmed field


modified

Date modified
The value for the modified field


createDate

Date createDate
The value for the createDate field


lastLogin

Date lastLogin
The value for the lastLogin field


objectdata

byte[] objectdata
The value for the objectdata field


collTurbineUserGroupRoles

List<E> collTurbineUserGroupRoles
Collection to store aggregation of collTurbineUserGroupRoles


lastTurbineUserGroupRolesCriteria

org.apache.torque.util.Criteria lastTurbineUserGroupRolesCriteria
The criteria used to select the current contents of collTurbineUserGroupRoles


alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.

Class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRole extends org.apache.torque.om.BaseObject implements Serializable

serialVersionUID: 1308842746584L

Serialized Fields

userId

int userId
The value for the userId field


groupId

int groupId
The value for the groupId field


roleId

int roleId
The value for the roleId field


aTurbineUser

TurbineUser aTurbineUser

aTurbineGroup

TurbineGroup aTurbineGroup

aTurbineRole

TurbineRole aTurbineRole

alreadyInSave

boolean alreadyInSave
flag to prevent endless save loop, if this object is referenced by another object which falls in this transaction.


pks

org.apache.torque.om.SimpleKey[] pks

comboPK

org.apache.torque.om.ComboKey comboPK

Class org.apache.turbine.services.security.torque.om.BaseTurbineUserGroupRolePeer extends org.apache.torque.util.BasePeer implements Serializable

serialVersionUID: 1308842746584L

Class org.apache.turbine.services.security.torque.om.BaseTurbineUserPeer extends org.apache.torque.util.BasePeer implements Serializable

serialVersionUID: 1308842746584L

Class org.apache.turbine.services.security.torque.om.TurbineGroup extends BaseTurbineGroup implements Serializable

serialVersionUID: 1308070710096L

Class org.apache.turbine.services.security.torque.om.TurbineGroupPeer extends BaseTurbineGroupPeer implements Serializable

serialVersionUID: 1308070710096L

Class org.apache.turbine.services.security.torque.om.TurbinePermission extends BaseTurbinePermission implements Serializable

serialVersionUID: 1308070710096L

Class org.apache.turbine.services.security.torque.om.TurbinePermissionPeer extends BaseTurbinePermissionPeer implements Serializable

serialVersionUID: 1308070710096L

Class org.apache.turbine.services.security.torque.om.TurbineRole extends BaseTurbineRole implements Serializable

serialVersionUID: 1308070710096L

Class org.apache.turbine.services.security.torque.om.TurbineRolePeer extends BaseTurbineRolePeer implements Serializable

serialVersionUID: 1308070710096L

Class org.apache.turbine.services.security.torque.om.TurbineRolePermission extends BaseTurbineRolePermission implements Serializable

serialVersionUID: 1308070710096L

Class org.apache.turbine.services.security.torque.om.TurbineRolePermissionPeer extends BaseTurbineRolePermissionPeer implements Serializable

serialVersionUID: 1308070710096L

Class org.apache.turbine.services.security.torque.om.TurbineUser extends BaseTurbineUser implements Serializable

serialVersionUID: 1308070710096L

Class org.apache.turbine.services.security.torque.om.TurbineUserGroupRole extends BaseTurbineUserGroupRole implements Serializable

serialVersionUID: 1308070710096L

Class org.apache.turbine.services.security.torque.om.TurbineUserGroupRolePeer extends BaseTurbineUserGroupRolePeer implements Serializable

serialVersionUID: 1308070710096L

Class org.apache.turbine.services.security.torque.om.TurbineUserPeer extends BaseTurbineUserPeer implements Serializable

serialVersionUID: 1308070710096L


Package org.apache.turbine.services.session

Class org.apache.turbine.services.session.SessionListener extends Object implements Serializable

serialVersionUID: -8083730704842809870L


Package org.apache.turbine.util

Class org.apache.turbine.util.SystemError extends Error implements Serializable

serialVersionUID: -8965344546132616128L

Class org.apache.turbine.util.TurbineException extends Exception implements Serializable

serialVersionUID: 6287570348053189763L

Class org.apache.turbine.util.TurbineRuntimeException extends RuntimeException implements Serializable

serialVersionUID: 2538372732215566444L


Package org.apache.turbine.util.security

Class org.apache.turbine.util.security.AccessControlException extends TurbineSecurityException implements Serializable

serialVersionUID: -594555809858627271L

Class org.apache.turbine.util.security.DataBackendException extends TurbineSecurityException implements Serializable

serialVersionUID: 3069718405955172641L

Class org.apache.turbine.util.security.EntityExistsException extends TurbineSecurityException implements Serializable

serialVersionUID: -1599279419997911108L

Class org.apache.turbine.util.security.GroupSet extends SecuritySet<Group> implements Serializable

serialVersionUID: -80412911083063489L

Class org.apache.turbine.util.security.PasswordMismatchException extends TurbineSecurityException implements Serializable

serialVersionUID: -4679484661449307344L

Class org.apache.turbine.util.security.PermissionSet extends SecuritySet<Permission> implements Serializable

serialVersionUID: 7740960537240820226L

Class org.apache.turbine.util.security.RoleSet extends SecuritySet<Role> implements Serializable

serialVersionUID: 8122474203780997107L

Class org.apache.turbine.util.security.SecuritySet extends Object implements Serializable

serialVersionUID: -1315871299888969431L

Serialized Fields

nameMap

Map<K,V> nameMap
Map for "name" -> "security object"


idMap

Map<K,V> idMap
Map for "id" -> "security object"

Class org.apache.turbine.util.security.TurbineAccessControlList extends Object implements Serializable

Serialized Fields

roleSets

Map<K,V> roleSets
The sets of roles that the user has in different groups


permissionSets

Map<K,V> permissionSets
The sets of permissions that the user has in different groups


name

String name
The name of this ACL. Needed for the SecurityEntity Interface

Class org.apache.turbine.util.security.TurbineSecurityException extends TurbineException implements Serializable

serialVersionUID: 3932095155241924973L

Class org.apache.turbine.util.security.UnknownEntityException extends TurbineSecurityException implements Serializable

serialVersionUID: 292295293154904822L


Package org.apache.turbine.util.velocity

Class org.apache.turbine.util.velocity.VelocityEmailException extends TurbineException implements Serializable

serialVersionUID: 4657494114757749486L



Copyright © 2000-2011 The Apache Software Foundation. All Rights Reserved.