spring-security-web

Serialized Form


Package org.springframework.security.web.authentication

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

Serialized Fields

remoteAddress

String remoteAddress

sessionId

String sessionId

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

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

Serialized Fields

principal

Object principal

credentials

Object credentials

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

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

serialVersionUID: 1L

Serialized Fields

preAuthenticatedGrantedAuthorities

List<E> preAuthenticatedGrantedAuthorities

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

serialVersionUID: 1L

Serialized Fields

authoritiesContainer

org.springframework.security.core.authority.MutableGrantedAuthoritiesContainer authoritiesContainer

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 org.springframework.security.core.AuthenticationException implements Serializable


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

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


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

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

Serialized Fields

targetUser

org.springframework.security.core.userdetails.UserDetails targetUser

Class org.springframework.security.web.authentication.switchuser.SwitchUserGrantedAuthority extends org.springframework.security.core.authority.GrantedAuthorityImpl implements Serializable

serialVersionUID: 1L

Serialized Fields

source

org.springframework.security.core.Authentication source

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

Class org.springframework.security.web.authentication.www.NonceExpiredException extends org.springframework.security.core.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 org.springframework.security.core.session.SessionCreationEvent implements Serializable

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


spring-security-web