Serialized Form


Package org.apache.jetspeed.security

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

Serialized Fields

folder

boolean folder

recursive

boolean recursive

cpath

String cpath

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

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

serialVersionUID: -2643327886955569635L

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

serialVersionUID: -801235816327102698L

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

serialVersionUID: 3213606705251501558L

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

serialVersionUID: 8603304762095029084L

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

serialVersionUID: -8308522755600156057L

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

serialVersionUID: 302007677387600743L

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

serialVersionUID: 3386468724328997598L

Serialized Fields

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

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

Serialized Fields

perms

ArrayList<E> 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

serialVersionUID: -8823877029853488430L


Package org.apache.jetspeed.security.activeauthentication

Class org.apache.jetspeed.security.activeauthentication.IdentityTokenImpl extends Object implements Serializable

Serialized Fields

attributes

Map<K,V> attributes

token

String token

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
is this principal enabled


isMapping

boolean isMapping
is this principal a mapping

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

serialVersionUID: 6061115481776568899L

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

serialVersionUID: -3521731040045006314L

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

serialVersionUID: 4134905654850335230L

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

serialVersionUID: 4134905654850335230L

Serialized Fields

subject

Subject subject

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

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

serialVersionUID: -8064404995292602590L

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

serialVersionUID: -8236429453373927824L

Serialized Fields

userPrincipals

Collection<E> userPrincipals

rolePrincipals

Collection<E> rolePrincipals

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

serialVersionUID: 251708679848856538L

Serialized Fields

permissionId

long permissionId

classname

String classname

name

String name

actions

String actions

principals

Collection<E> principals

creationDate

Timestamp creationDate

modifiedDate

Timestamp modifiedDate

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

serialVersionUID: 3615655651128923549L

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<E> 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

serialVersionUID: 4422827842052325846L

Serialized Fields

userPrincipals

Collection<E> userPrincipals

groupPrincipals

Collection<E> groupPrincipals

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

serialVersionUID: 6713096308414915156L

Serialized Fields

credentials

Collection<E> credentials
The credentials.


rolePrincipals

Collection<E> rolePrincipals
The role principals.


groupPrincipals

Collection<E> groupPrincipals
The group principals.


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

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

serialVersionUID: -4975305752376365096L

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-2007 Apache Software Foundation. All Rights Reserved.