Serialized Form


Package org.springframework.security.access

Class org.springframework.security.access.AccessDeniedException extends RuntimeException implements Serializable

Class org.springframework.security.access.AuthorizationServiceException extends AccessDeniedException implements Serializable

Class org.springframework.security.access.SecurityConfig extends Object implements Serializable

Serialized Fields

attrib

String attrib

Package org.springframework.security.access.annotation

Class org.springframework.security.access.annotation.Jsr250SecurityConfig extends SecurityConfig implements Serializable


Package org.springframework.security.access.event

Class org.springframework.security.access.event.AbstractAuthorizationEvent extends ApplicationEvent implements Serializable

Class org.springframework.security.access.event.AuthenticationCredentialsNotFoundEvent extends AbstractAuthorizationEvent implements Serializable

Serialized Fields

credentialsNotFoundException

AuthenticationCredentialsNotFoundException credentialsNotFoundException

configAttribs

Collection<E> configAttribs

Class org.springframework.security.access.event.AuthorizationFailureEvent extends AbstractAuthorizationEvent implements Serializable

Serialized Fields

accessDeniedException

AccessDeniedException accessDeniedException

authentication

Authentication authentication

configAttributes

Collection<E> configAttributes

Class org.springframework.security.access.event.AuthorizedEvent extends AbstractAuthorizationEvent implements Serializable

Serialized Fields

authentication

Authentication authentication

configAttributes

Collection<E> configAttributes

Class org.springframework.security.access.event.PublicInvocationEvent extends AbstractAuthorizationEvent implements Serializable


Package org.springframework.security.access.hierarchicalroles

Class org.springframework.security.access.hierarchicalroles.CycleInRoleHierarchyException extends RuntimeException implements Serializable

serialVersionUID: -4970510612118296707L

Class org.springframework.security.access.hierarchicalroles.UserDetailsWrapper extends Object implements Serializable

serialVersionUID: 1532428778390085311L

Serialized Fields

userDetails

UserDetails userDetails
Deprecated. 

roleHierarchy

RoleHierarchy roleHierarchy
Deprecated. 

Package org.springframework.security.access.intercept

Class org.springframework.security.access.intercept.RunAsUserToken extends AbstractAuthenticationToken implements Serializable

serialVersionUID: 310L

Serialized Fields

originalAuthentication

Class<T> originalAuthentication

credentials

Object credentials

principal

Object principal

keyHash

int keyHash

Package org.springframework.security.access.intercept.aopalliance

Class org.springframework.security.access.intercept.aopalliance.MethodSecurityMetadataSourceAdvisor extends AbstractPointcutAdvisor implements Serializable

Serialization Methods

readObject

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

pointcut

Pointcut pointcut

beanFactory

BeanFactory beanFactory

adviceBeanName

String adviceBeanName

metadataSourceBeanName

String metadataSourceBeanName

Package org.springframework.security.access.prepost

Package org.springframework.security.acls.domain

Class org.springframework.security.acls.domain.AbstractPermission extends Object implements Serializable

Serialized Fields

code

char code

mask

int mask

Class org.springframework.security.acls.domain.AccessControlEntryImpl extends Object implements Serializable

Serialized Fields

acl

Acl acl

permission

Permission permission

id

Serializable id

sid

Sid sid

auditFailure

boolean auditFailure

auditSuccess

boolean auditSuccess

granting

boolean granting

Class org.springframework.security.acls.domain.AclImpl extends Object implements Serializable

Serialized Fields

parentAcl

Acl parentAcl

aces

List<E> aces

objectIdentity

ObjectIdentity objectIdentity

id

Serializable id

owner

Sid owner

loadedSids

List<E> loadedSids

entriesInheriting

boolean entriesInheriting

Class org.springframework.security.acls.domain.BasePermission extends AbstractPermission implements Serializable

Class org.springframework.security.acls.domain.CumulativePermission extends AbstractPermission implements Serializable

Serialized Fields

pattern

String pattern

Class org.springframework.security.acls.domain.GrantedAuthoritySid extends Object implements Serializable

Serialized Fields

grantedAuthority

String grantedAuthority

Class org.springframework.security.acls.domain.IdentityUnavailableException extends RuntimeException implements Serializable

Class org.springframework.security.acls.domain.ObjectIdentityImpl extends Object implements Serializable

Serialized Fields

type

String type

identifier

Serializable identifier

Class org.springframework.security.acls.domain.PrincipalSid extends Object implements Serializable

Serialized Fields

principal

String principal

Package org.springframework.security.acls.model

Class org.springframework.security.acls.model.AclDataAccessException extends RuntimeException implements Serializable

Class org.springframework.security.acls.model.AlreadyExistsException extends AclDataAccessException implements Serializable

Class org.springframework.security.acls.model.ChildrenExistException extends AclDataAccessException implements Serializable

Class org.springframework.security.acls.model.NotFoundException extends AclDataAccessException implements Serializable

Class org.springframework.security.acls.model.UnloadedSidException extends AclDataAccessException implements Serializable


Package org.springframework.security.authentication

Class org.springframework.security.authentication.AbstractAuthenticationToken extends Object implements Serializable

Serialized Fields

details

Object details

authorities

Collection<E> authorities

authenticated

boolean authenticated

Class org.springframework.security.authentication.AccountExpiredException extends AccountStatusException implements Serializable

Class org.springframework.security.authentication.AccountStatusException extends AuthenticationException implements Serializable

Class org.springframework.security.authentication.AnonymousAuthenticationToken extends AbstractAuthenticationToken implements Serializable

serialVersionUID: 1L

Serialized Fields

principal

Object principal

keyHash

int keyHash

Class org.springframework.security.authentication.AuthenticationCredentialsNotFoundException extends AuthenticationException implements Serializable

Class org.springframework.security.authentication.AuthenticationDetails extends Object implements Serializable

serialVersionUID: 310L

Serialized Fields

context

String context
Deprecated. 

Class org.springframework.security.authentication.AuthenticationServiceException extends AuthenticationException implements Serializable

Class org.springframework.security.authentication.BadCredentialsException extends AuthenticationException implements Serializable

Class org.springframework.security.authentication.CredentialsExpiredException extends AccountStatusException implements Serializable

Class org.springframework.security.authentication.DisabledException extends AccountStatusException implements Serializable

Class org.springframework.security.authentication.InsufficientAuthenticationException extends AuthenticationException implements Serializable

Class org.springframework.security.authentication.InternalAuthenticationServiceException extends AuthenticationServiceException implements Serializable

Class org.springframework.security.authentication.LockedException extends AccountStatusException implements Serializable

Class org.springframework.security.authentication.ProviderNotFoundException extends AuthenticationException implements Serializable

Class org.springframework.security.authentication.RememberMeAuthenticationToken extends AbstractAuthenticationToken implements Serializable

serialVersionUID: 310L

Serialized Fields

principal

Object principal

keyHash

int keyHash

Class org.springframework.security.authentication.TestingAuthenticationToken extends AbstractAuthenticationToken implements Serializable

serialVersionUID: 1L

Serialized Fields

credentials

Object credentials

principal

Object principal

Class org.springframework.security.authentication.UsernamePasswordAuthenticationToken extends AbstractAuthenticationToken implements Serializable

serialVersionUID: 310L

Serialized Fields

principal

Object principal

credentials

Object credentials

Package org.springframework.security.authentication.event

Class org.springframework.security.authentication.event.AbstractAuthenticationEvent extends ApplicationEvent implements Serializable

Class org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent extends AbstractAuthenticationEvent implements Serializable

Serialized Fields

exception

AuthenticationException exception

Class org.springframework.security.authentication.event.AuthenticationFailureBadCredentialsEvent extends AbstractAuthenticationFailureEvent implements Serializable

Class org.springframework.security.authentication.event.AuthenticationFailureCredentialsExpiredEvent extends AbstractAuthenticationFailureEvent implements Serializable

Class org.springframework.security.authentication.event.AuthenticationFailureDisabledEvent extends AbstractAuthenticationFailureEvent implements Serializable

Class org.springframework.security.authentication.event.AuthenticationFailureExpiredEvent extends AbstractAuthenticationFailureEvent implements Serializable

Class org.springframework.security.authentication.event.AuthenticationFailureLockedEvent extends AbstractAuthenticationFailureEvent implements Serializable

Class org.springframework.security.authentication.event.AuthenticationFailureProviderNotFoundEvent extends AbstractAuthenticationFailureEvent implements Serializable

Class org.springframework.security.authentication.event.AuthenticationFailureProxyUntrustedEvent extends AbstractAuthenticationFailureEvent implements Serializable

Class org.springframework.security.authentication.event.AuthenticationFailureServiceExceptionEvent extends AbstractAuthenticationFailureEvent implements Serializable

Class org.springframework.security.authentication.event.AuthenticationSuccessEvent extends AbstractAuthenticationEvent implements Serializable

Class org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent extends AbstractAuthenticationEvent implements Serializable

Serialized Fields

generatedBy

Class<T> generatedBy

Package org.springframework.security.authentication.jaas

Class org.springframework.security.authentication.jaas.JaasAuthenticationToken extends UsernamePasswordAuthenticationToken implements Serializable

serialVersionUID: 310L

Class org.springframework.security.authentication.jaas.JaasGrantedAuthority extends Object implements Serializable

serialVersionUID: 310L

Serialized Fields

role

String role

principal

Principal principal

Package org.springframework.security.authentication.jaas.event

Class org.springframework.security.authentication.jaas.event.JaasAuthenticationEvent extends ApplicationEvent implements Serializable

Class org.springframework.security.authentication.jaas.event.JaasAuthenticationFailedEvent extends JaasAuthenticationEvent implements Serializable

Serialized Fields

exception

Exception exception

Class org.springframework.security.authentication.jaas.event.JaasAuthenticationSuccessEvent extends JaasAuthenticationEvent implements Serializable


Package org.springframework.security.authentication.rcp

Class org.springframework.security.authentication.rcp.RemoteAuthenticationException extends NestedRuntimeException implements Serializable

serialVersionUID: 310L


Package org.springframework.security.cas.authentication

Class org.springframework.security.cas.authentication.CasAssertionAuthenticationToken extends AbstractAuthenticationToken implements Serializable

serialVersionUID: 310L

Serialized Fields

assertion

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

ticket

String ticket

Class org.springframework.security.cas.authentication.CasAuthenticationToken extends AbstractAuthenticationToken implements Serializable

serialVersionUID: 310L

Serialized Fields

credentials

Object credentials

principal

Object principal

userDetails

UserDetails userDetails

keyHash

int keyHash

assertion

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

Package org.springframework.security.cas.web.authentication

Package org.springframework.security.core

Class org.springframework.security.core.AuthenticationException extends RuntimeException implements Serializable

Serialized Fields

authentication

Authentication authentication

Package org.springframework.security.core.authority

Class org.springframework.security.core.authority.GrantedAuthoritiesContainerImpl extends Object implements Serializable

serialVersionUID: 310L

Serialized Fields

authorities

List<E> authorities
Deprecated. 

Class org.springframework.security.core.authority.GrantedAuthorityImpl extends Object implements Serializable

serialVersionUID: 310L

Serialized Fields

role

String role
Deprecated. 

Class org.springframework.security.core.authority.SimpleGrantedAuthority extends Object implements Serializable

serialVersionUID: 310L

Serialized Fields

role

String role

Package org.springframework.security.core.context

Class org.springframework.security.core.context.SecurityContextImpl extends Object implements Serializable

serialVersionUID: 310L

Serialized Fields

authentication

Authentication authentication

Package org.springframework.security.core.session

Class org.springframework.security.core.session.SessionCreationEvent extends ApplicationEvent implements Serializable

Class org.springframework.security.core.session.SessionDestroyedEvent extends ApplicationEvent implements Serializable

Class org.springframework.security.core.session.SessionInformation extends Object implements Serializable

serialVersionUID: 310L

Serialized Fields

lastRequest

Date lastRequest

principal

Object principal

sessionId

String sessionId

expired

boolean expired

Package org.springframework.security.core.userdetails

Class org.springframework.security.core.userdetails.User extends Object implements Serializable

serialVersionUID: 310L

Serialized Fields

password

String password

username

String username

authorities

Set<E> authorities

accountNonExpired

boolean accountNonExpired

accountNonLocked

boolean accountNonLocked

credentialsNonExpired

boolean credentialsNonExpired

enabled

boolean enabled

Class org.springframework.security.core.userdetails.UsernameNotFoundException extends AuthenticationException implements Serializable


Package org.springframework.security.ldap.authentication.ad

Class org.springframework.security.ldap.authentication.ad.ActiveDirectoryAuthenticationException extends AuthenticationException implements Serializable

Serialized Fields

dataCode

String dataCode

Package org.springframework.security.ldap.ppolicy

Class org.springframework.security.ldap.ppolicy.PasswordPolicyControl extends Object implements Serializable

Serialized Fields

critical

boolean critical

Class org.springframework.security.ldap.ppolicy.PasswordPolicyException extends RuntimeException implements Serializable

Serialized Fields

status

PasswordPolicyErrorStatus status

Class org.springframework.security.ldap.ppolicy.PasswordPolicyResponseControl extends PasswordPolicyControl implements Serializable

Serialized Fields

encodedValue

byte[] encodedValue

errorStatus

PasswordPolicyErrorStatus errorStatus

graceLoginsRemaining

int graceLoginsRemaining

timeBeforeExpiration

int timeBeforeExpiration

Package org.springframework.security.ldap.userdetails

Class org.springframework.security.ldap.userdetails.InetOrgPerson extends Person implements Serializable

serialVersionUID: 310L

Serialized Fields

carLicense

String carLicense

destinationIndicator

String destinationIndicator

departmentNumber

String departmentNumber

displayName

String displayName

employeeNumber

String employeeNumber

homePhone

String homePhone

homePostalAddress

String homePostalAddress

initials

String initials

mail

String mail

mobile

String mobile

o

String o

ou

String ou

postalAddress

String postalAddress

postalCode

String postalCode

roomNumber

String roomNumber

street

String street

title

String title

uid

String uid

Class org.springframework.security.ldap.userdetails.LdapUserDetailsImpl extends Object implements Serializable

serialVersionUID: 310L

Serialized Fields

dn

String dn

password

String password

username

String username

authorities

Collection<E> authorities

accountNonExpired

boolean accountNonExpired

accountNonLocked

boolean accountNonLocked

credentialsNonExpired

boolean credentialsNonExpired

enabled

boolean enabled

timeBeforeExpiration

int timeBeforeExpiration

graceLoginsRemaining

int graceLoginsRemaining

Class org.springframework.security.ldap.userdetails.Person extends LdapUserDetailsImpl implements Serializable

serialVersionUID: 310L

Serialized Fields

sn

String sn

description

String description

telephoneNumber

String telephoneNumber

cn

List<E> cn

Package org.springframework.security.openid

Class org.springframework.security.openid.AuthenticationCancelledException extends AuthenticationException implements Serializable

Class org.springframework.security.openid.OpenIDAttribute extends Object implements Serializable

Serialized Fields

name

String name

typeIdentifier

String typeIdentifier

required

boolean required

count

int count

values

List<E> values

Class org.springframework.security.openid.OpenIDAuthenticationToken extends AbstractAuthenticationToken implements Serializable

serialVersionUID: 310L

Serialized Fields

status

OpenIDAuthenticationStatus status

principal

Object principal

identityUrl

String identityUrl

message

String message

attributes

List<E> attributes

Class org.springframework.security.openid.OpenIDConsumerException extends Exception implements Serializable


Package org.springframework.security.remoting.dns

Class org.springframework.security.remoting.dns.DnsEntryNotFoundException extends DnsLookupException implements Serializable

serialVersionUID: -947232730426775162L

Class org.springframework.security.remoting.dns.DnsLookupException extends RuntimeException implements Serializable


Package org.springframework.security.remoting.rmi

Class org.springframework.security.remoting.rmi.ContextPropagatingRemoteInvocation extends RemoteInvocation implements Serializable

serialVersionUID: 310L

Serialized Fields

principal

String principal

credentials

String credentials

Package org.springframework.security.taglibs.authz

Class org.springframework.security.taglibs.authz.AccessControlListTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

applicationContext

ApplicationContext applicationContext

domainObject

Object domainObject

permissionEvaluator

PermissionEvaluator permissionEvaluator

hasPermission

String hasPermission

var

String var

Class org.springframework.security.taglibs.authz.AuthenticationTag extends javax.servlet.jsp.tagext.TagSupport implements Serializable

Serialized Fields

var

String var

property

String property

scope

int scope

scopeSpecified

boolean scopeSpecified

htmlEscape

boolean htmlEscape

Package org.springframework.security.web.authentication

Class org.springframework.security.web.authentication.WebAuthenticationDetails extends Object implements Serializable

serialVersionUID: 310L

Serialized Fields

remoteAddress

String remoteAddress

sessionId

String sessionId

Package org.springframework.security.web.authentication.preauth

Class org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken extends AbstractAuthenticationToken implements Serializable

serialVersionUID: 310L

Serialized Fields

principal

Object principal

credentials

Object credentials

Class org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException extends AuthenticationException implements Serializable

Class org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesAuthenticationDetails extends AuthenticationDetails implements Serializable

serialVersionUID: 1L

Serialized Fields

preAuthenticatedGrantedAuthorities

List<E> preAuthenticatedGrantedAuthorities
Deprecated. 

Class org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails extends WebAuthenticationDetails implements Serializable

serialVersionUID: 310L

Serialized Fields

authorities

List<E> authorities

Package org.springframework.security.web.authentication.rememberme

Class org.springframework.security.web.authentication.rememberme.CookieTheftException extends RememberMeAuthenticationException implements Serializable

Class org.springframework.security.web.authentication.rememberme.InvalidCookieException extends RememberMeAuthenticationException implements Serializable

Class org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationException extends AuthenticationException implements Serializable


Package org.springframework.security.web.authentication.session

Class org.springframework.security.web.authentication.session.SessionAuthenticationException extends AuthenticationException implements Serializable


Package org.springframework.security.web.authentication.switchuser

Class org.springframework.security.web.authentication.switchuser.AuthenticationSwitchUserEvent extends AbstractAuthenticationEvent implements Serializable

Serialized Fields

targetUser

UserDetails targetUser

Class org.springframework.security.web.authentication.switchuser.SwitchUserGrantedAuthority extends Object implements Serializable

serialVersionUID: 310L

Serialized Fields

role

String role

source

Authentication source

Package org.springframework.security.web.authentication.www

Class org.springframework.security.web.authentication.www.NonceExpiredException extends AuthenticationException implements Serializable


Package org.springframework.security.web.firewall

Class org.springframework.security.web.firewall.RequestRejectedException extends RuntimeException implements Serializable


Package org.springframework.security.web.savedrequest

Class org.springframework.security.web.savedrequest.DefaultSavedRequest extends Object implements Serializable

Serialized Fields

cookies

ArrayList<E> cookies

locales

ArrayList<E> locales

headers

Map<K,V> headers

parameters

Map<K,V> parameters

contextPath

String contextPath

method

String method

pathInfo

String pathInfo

queryString

String queryString

requestURI

String requestURI

requestURL

String requestURL

scheme

String scheme

serverName

String serverName

servletPath

String servletPath

serverPort

int serverPort

Class org.springframework.security.web.savedrequest.SavedCookie extends Object implements Serializable

Serialized Fields

name

String name

value

String value

comment

String comment

domain

String domain

maxAge

int maxAge

path

String path

secure

boolean secure

version

int version

Package org.springframework.security.web.session

Class org.springframework.security.web.session.HttpSessionCreatedEvent extends SessionCreationEvent implements Serializable

Class org.springframework.security.web.session.HttpSessionDestroyedEvent extends SessionDestroyedEvent implements Serializable