Serialized Form


Package org.apache.jetspeed.security

Class org.apache.jetspeed.security.FolderPermission extends org.apache.jetspeed.security.PortalResourcePermission implements Serializable

Class org.apache.jetspeed.security.InvalidNewPasswordException extends org.apache.jetspeed.security.SecurityException implements Serializable

Class org.apache.jetspeed.security.InvalidPasswordException extends org.apache.jetspeed.security.SecurityException implements Serializable

Class org.apache.jetspeed.security.PagePermission extends org.apache.jetspeed.security.PortalResourcePermission implements Serializable

Class org.apache.jetspeed.security.PasswordAlreadyUsedException extends org.apache.jetspeed.security.SecurityException implements Serializable

Class org.apache.jetspeed.security.PolicyWrapper extends Object implements Serializable

serialVersionUID: 3386468724328997598l

Serialized Fields

policy

Policy policy
The policy.


useAsPolicy

boolean useAsPolicy
Whether to use as a policy.


defaultPolicy

boolean defaultPolicy
Whether to use as a default policy.

Class org.apache.jetspeed.security.PortalResourcePermission extends Permission implements Serializable

Serialized Fields

mask

int mask

subject

Subject subject

Class org.apache.jetspeed.security.PortalResourcePermissionCollection extends PermissionCollection implements Serializable

Serialized Fields

perms

ArrayList perms

Class org.apache.jetspeed.security.PortletPermission extends org.apache.jetspeed.security.PortalResourcePermission implements Serializable

Class org.apache.jetspeed.security.SecurityException extends org.apache.jetspeed.exception.JetspeedException implements Serializable


Package org.apache.jetspeed.security.impl

Class org.apache.jetspeed.security.impl.BasePrincipalImpl extends Object implements Serializable

serialVersionUID: 5687385387290144541l

Serialized Fields

name

String name
The principal name.


fullPath

String fullPath
The full path.


enabled

boolean enabled

Class org.apache.jetspeed.security.impl.GroupPrincipalImpl extends BasePrincipalImpl implements Serializable

Class org.apache.jetspeed.security.impl.RolePrincipalImpl extends BasePrincipalImpl implements Serializable

Class org.apache.jetspeed.security.impl.UserPrincipalImpl extends BasePrincipalImpl implements Serializable


Package org.apache.jetspeed.security.om.impl

Class org.apache.jetspeed.security.om.impl.InternalCredentialImpl extends Object implements Serializable

Serialized Fields

credentialId

long credentialId

principalId

long principalId

value

String value

updateRequired

boolean updateRequired

encoded

boolean encoded

enabled

boolean enabled

authenticationFailures

int authenticationFailures

expired

boolean expired

expirationDate

Date expirationDate

type

int type

classname

String classname

creationDate

Timestamp creationDate

modifiedDate

Timestamp modifiedDate

previousAuthenticationDate

Timestamp previousAuthenticationDate

lastAuthenticationDate

Timestamp lastAuthenticationDate

Class org.apache.jetspeed.security.om.impl.InternalGroupPrincipalImpl extends InternalPrincipalImpl implements Serializable

Serialized Fields

userPrincipals

Collection userPrincipals

rolePrincipals

Collection rolePrincipals

Class org.apache.jetspeed.security.om.impl.InternalPermissionImpl extends Object implements Serializable

Serialized Fields

permissionId

long permissionId

classname

String classname

name

String name

actions

String actions

principals

Collection principals

creationDate

Timestamp creationDate

modifiedDate

Timestamp modifiedDate

Class org.apache.jetspeed.security.om.impl.InternalPrincipalImpl extends Object implements Serializable

Serialized Fields

principalId

long principalId
The principal id.


classname

String classname
The class name.


isMappingOnly

boolean isMappingOnly
The is mapping only.


fullPath

String fullPath
The full path.


permissions

Collection permissions
The collection of permissions.


creationDate

Timestamp creationDate
The creation date.


modifiedDate

Timestamp modifiedDate
The modified date.


enabled

boolean enabled
The enabled state.


ojbConcreteClass

String ojbConcreteClass

The special attribute telling OJB the object's concrete type.

NOTE: this attribute MUST be called ojbConcreteClass

Class org.apache.jetspeed.security.om.impl.InternalRolePrincipalImpl extends InternalPrincipalImpl implements Serializable

Serialized Fields

userPrincipals

Collection userPrincipals

groupPrincipals

Collection groupPrincipals

Class org.apache.jetspeed.security.om.impl.InternalUserPrincipalImpl extends InternalPrincipalImpl implements Serializable

Serialized Fields

credentials

Collection credentials
The credentials.


rolePrincipals

Collection rolePrincipals
The role principals.


groupPrincipals

Collection groupPrincipals
The group principals.


Package org.apache.jetspeed.security.spi.impl

Class org.apache.jetspeed.security.spi.impl.DefaultPasswordCredentialImpl extends Object implements Serializable

Serialized Fields

userName

String userName
The user name.


password

char[] password
The password.


updateRequired

boolean updateRequired
The update required state


enabled

boolean enabled
The enabled state.


expired

boolean expired
The expired state.


expirationDate

Date expirationDate
The expiration date.


previousAuthenticationDate

Timestamp previousAuthenticationDate
The previous authentication in date


lastAuthenticationDate

Timestamp lastAuthenticationDate
The last authentication in date


authenticationFailures

int authenticationFailures
The number of authentication failures



Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.