Serialized Form
-
Package org.springframework.security.access
-
Exception org.springframework.security.access.AccessDeniedException
class AccessDeniedException extends RuntimeException implements Serializable- serialVersionUID:
- 6395817500121599533L
-
Exception org.springframework.security.access.AuthorizationServiceException
class AuthorizationServiceException extends AccessDeniedException implements Serializable- serialVersionUID:
- 4817857292041606900L
-
Class org.springframework.security.access.SecurityConfig
class SecurityConfig extends Object implements Serializable- serialVersionUID:
- -7138084564199804304L
-
Serialized Fields
-
attrib
String attrib
-
-
-
Package org.springframework.security.access.annotation
-
Class org.springframework.security.access.annotation.Jsr250SecurityConfig
class Jsr250SecurityConfig extends SecurityConfig implements Serializable
-
-
Package org.springframework.security.access.event
-
Class org.springframework.security.access.event.AbstractAuthorizationEvent
class AbstractAuthorizationEvent extends org.springframework.context.ApplicationEvent implements Serializable -
Class org.springframework.security.access.event.AuthenticationCredentialsNotFoundEvent
class AuthenticationCredentialsNotFoundEvent extends AbstractAuthorizationEvent implements Serializable-
Serialized Fields
-
configAttribs
Collection<ConfigAttribute> configAttribs
Deprecated. -
credentialsNotFoundException
AuthenticationCredentialsNotFoundException credentialsNotFoundException
Deprecated.
-
-
-
Class org.springframework.security.access.event.AuthorizationFailureEvent
class AuthorizationFailureEvent extends AbstractAuthorizationEvent implements Serializable-
Serialized Fields
-
accessDeniedException
AccessDeniedException accessDeniedException
Deprecated. -
authentication
Authentication authentication
Deprecated. -
configAttributes
Collection<ConfigAttribute> configAttributes
Deprecated.
-
-
-
Class org.springframework.security.access.event.AuthorizedEvent
class AuthorizedEvent extends AbstractAuthorizationEvent implements Serializable-
Serialized Fields
-
authentication
Authentication authentication
Deprecated. -
configAttributes
Collection<ConfigAttribute> configAttributes
Deprecated.
-
-
-
Class org.springframework.security.access.event.PublicInvocationEvent
class PublicInvocationEvent extends AbstractAuthorizationEvent implements Serializable
-
-
Package org.springframework.security.access.hierarchicalroles
-
Exception org.springframework.security.access.hierarchicalroles.CycleInRoleHierarchyException
class CycleInRoleHierarchyException extends RuntimeException implements Serializable- serialVersionUID:
- -4970510612118296707L
-
-
Package org.springframework.security.access.intercept
-
Class org.springframework.security.access.intercept.RunAsUserToken
class RunAsUserToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
credentials
Object credentials
Deprecated. -
keyHash
int keyHash
Deprecated. -
originalAuthentication
Class<? extends Authentication> originalAuthentication
Deprecated. -
principal
Object principal
Deprecated.
-
-
-
Package org.springframework.security.access.intercept.aopalliance
-
Class org.springframework.security.access.intercept.aopalliance.MethodSecurityMetadataSourceAdvisor
class MethodSecurityMetadataSourceAdvisor extends org.springframework.aop.support.AbstractPointcutAdvisor implements Serializable-
Serialization Methods
-
readObject
Deprecated.- Throws:
IOException
ClassNotFoundException
-
-
Serialized Fields
-
-
-
Package org.springframework.security.access.prepost
-
Package org.springframework.security.acls.domain
-
Class org.springframework.security.acls.domain.AbstractPermission
class AbstractPermission extends Object implements Serializable-
Serialized Fields
-
code
char code
-
mask
int mask
-
-
-
Class org.springframework.security.acls.domain.AccessControlEntryImpl
class AccessControlEntryImpl extends Object implements Serializable-
Serialized Fields
-
acl
Acl acl
-
auditFailure
boolean auditFailure
-
auditSuccess
boolean auditSuccess
-
granting
boolean granting
-
id
Serializable id
-
permission
Permission permission
-
sid
Sid sid
-
-
-
Class org.springframework.security.acls.domain.AclImpl
class AclImpl extends Object implements Serializable-
Serialized Fields
-
aces
List<AccessControlEntry> aces
-
entriesInheriting
boolean entriesInheriting
-
id
Serializable id
-
loadedSids
List<Sid> loadedSids
-
objectIdentity
ObjectIdentity objectIdentity
-
owner
Sid owner
-
parentAcl
Acl parentAcl
-
-
-
Class org.springframework.security.acls.domain.BasePermission
class BasePermission extends AbstractPermission implements Serializable -
Class org.springframework.security.acls.domain.CumulativePermission
class CumulativePermission extends AbstractPermission implements Serializable-
Serialized Fields
-
pattern
String pattern
-
-
-
Class org.springframework.security.acls.domain.GrantedAuthoritySid
class GrantedAuthoritySid extends Object implements Serializable-
Serialized Fields
-
grantedAuthority
String grantedAuthority
-
-
-
Class org.springframework.security.acls.domain.ObjectIdentityImpl
class ObjectIdentityImpl extends Object implements Serializable-
Serialized Fields
-
identifier
Serializable identifier
-
type
String type
-
-
-
Class org.springframework.security.acls.domain.PrincipalSid
class PrincipalSid extends Object implements Serializable-
Serialized Fields
-
principal
String principal
-
-
-
-
Package org.springframework.security.acls.model
-
Exception org.springframework.security.acls.model.AclDataAccessException
class AclDataAccessException extends RuntimeException implements Serializable -
Exception org.springframework.security.acls.model.AlreadyExistsException
class AlreadyExistsException extends AclDataAccessException implements Serializable -
Exception org.springframework.security.acls.model.ChildrenExistException
class ChildrenExistException extends AclDataAccessException implements Serializable -
Exception org.springframework.security.acls.model.NotFoundException
class NotFoundException extends AclDataAccessException implements Serializable -
Exception org.springframework.security.acls.model.UnloadedSidException
class UnloadedSidException extends AclDataAccessException implements Serializable
-
-
Package org.springframework.security.authentication
-
Class org.springframework.security.authentication.AbstractAuthenticationToken
class AbstractAuthenticationToken extends Object implements Serializable-
Serialized Fields
-
authenticated
boolean authenticated
-
authorities
Collection<GrantedAuthority> authorities
-
details
Object details
-
-
-
Exception org.springframework.security.authentication.AccountExpiredException
class AccountExpiredException extends AccountStatusException implements Serializable- serialVersionUID:
- 3732869526329993353L
-
Exception org.springframework.security.authentication.AccountStatusException
class AccountStatusException extends AuthenticationException implements Serializable -
Class org.springframework.security.authentication.AnonymousAuthenticationToken
class AnonymousAuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
keyHash
int keyHash
-
principal
Object principal
-
-
Exception org.springframework.security.authentication.AuthenticationCredentialsNotFoundException
class AuthenticationCredentialsNotFoundException extends AuthenticationException implements Serializable- serialVersionUID:
- 4153580041526791384L
-
Exception org.springframework.security.authentication.AuthenticationServiceException
class AuthenticationServiceException extends AuthenticationException implements Serializable- serialVersionUID:
- -1591626195291329340L
-
Exception org.springframework.security.authentication.BadCredentialsException
class BadCredentialsException extends AuthenticationException implements Serializable- serialVersionUID:
- 2742216069043066973L
-
Exception org.springframework.security.authentication.CredentialsExpiredException
class CredentialsExpiredException extends AccountStatusException implements Serializable- serialVersionUID:
- -3306615738048904753L
-
Exception org.springframework.security.authentication.DisabledException
class DisabledException extends AccountStatusException implements Serializable- serialVersionUID:
- 2295984593872502361L
-
Exception org.springframework.security.authentication.InsufficientAuthenticationException
class InsufficientAuthenticationException extends AuthenticationException implements Serializable- serialVersionUID:
- -5514084346181236128L
-
Exception org.springframework.security.authentication.InternalAuthenticationServiceException
class InternalAuthenticationServiceException extends AuthenticationServiceException implements Serializable- serialVersionUID:
- -6029644854192497840L
-
Exception org.springframework.security.authentication.LockedException
class LockedException extends AccountStatusException implements Serializable- serialVersionUID:
- 548864198455046567L
-
Exception org.springframework.security.authentication.ProviderNotFoundException
class ProviderNotFoundException extends AuthenticationException implements Serializable- serialVersionUID:
- 8107665253214447614L
-
Class org.springframework.security.authentication.RememberMeAuthenticationToken
class RememberMeAuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
keyHash
int keyHash
-
principal
Object principal
-
-
Class org.springframework.security.authentication.TestingAuthenticationToken
class TestingAuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 1L
-
Class org.springframework.security.authentication.UsernamePasswordAuthenticationToken
class UsernamePasswordAuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
-
Package org.springframework.security.authentication.event
-
Class org.springframework.security.authentication.event.AbstractAuthenticationEvent
class AbstractAuthenticationEvent extends org.springframework.context.ApplicationEvent implements Serializable -
Class org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
class AbstractAuthenticationFailureEvent extends AbstractAuthenticationEvent implements Serializable-
Serialized Fields
-
exception
AuthenticationException exception
-
-
-
Class org.springframework.security.authentication.event.AuthenticationFailureBadCredentialsEvent
class AuthenticationFailureBadCredentialsEvent extends AbstractAuthenticationFailureEvent implements Serializable- serialVersionUID:
- -5245144711561130379L
-
Class org.springframework.security.authentication.event.AuthenticationFailureCredentialsExpiredEvent
class AuthenticationFailureCredentialsExpiredEvent extends AbstractAuthenticationFailureEvent implements Serializable- serialVersionUID:
- -7595086332769705203L
-
Class org.springframework.security.authentication.event.AuthenticationFailureDisabledEvent
class AuthenticationFailureDisabledEvent extends AbstractAuthenticationFailureEvent implements Serializable- serialVersionUID:
- 8037552364666766279L
-
Class org.springframework.security.authentication.event.AuthenticationFailureExpiredEvent
class AuthenticationFailureExpiredEvent extends AbstractAuthenticationFailureEvent implements Serializable- serialVersionUID:
- -8437264795214121718L
-
Class org.springframework.security.authentication.event.AuthenticationFailureLockedEvent
class AuthenticationFailureLockedEvent extends AbstractAuthenticationFailureEvent implements Serializable- serialVersionUID:
- -5126110096093568463L
-
Class org.springframework.security.authentication.event.AuthenticationFailureProviderNotFoundEvent
class AuthenticationFailureProviderNotFoundEvent extends AbstractAuthenticationFailureEvent implements Serializable- serialVersionUID:
- 9122219669183263487L
-
Class org.springframework.security.authentication.event.AuthenticationFailureProxyUntrustedEvent
class AuthenticationFailureProxyUntrustedEvent extends AbstractAuthenticationFailureEvent implements Serializable- serialVersionUID:
- 1801476426012753252L
-
Class org.springframework.security.authentication.event.AuthenticationFailureServiceExceptionEvent
class AuthenticationFailureServiceExceptionEvent extends AbstractAuthenticationFailureEvent implements Serializable- serialVersionUID:
- 5580062757249390756L
-
Class org.springframework.security.authentication.event.AuthenticationSuccessEvent
class AuthenticationSuccessEvent extends AbstractAuthenticationEvent implements Serializable- serialVersionUID:
- 2537206344128673963L
-
Class org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent
class InteractiveAuthenticationSuccessEvent extends AbstractAuthenticationEvent implements Serializable- serialVersionUID:
- -1990271553478571709L
-
Serialized Fields
-
generatedBy
Class<?> generatedBy
-
-
Class org.springframework.security.authentication.event.LogoutSuccessEvent
class LogoutSuccessEvent extends AbstractAuthenticationEvent implements Serializable- serialVersionUID:
- 5112491795571632311L
-
-
Package org.springframework.security.authentication.jaas
-
Class org.springframework.security.authentication.jaas.JaasAuthenticationToken
class JaasAuthenticationToken extends UsernamePasswordAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
Class org.springframework.security.authentication.jaas.JaasGrantedAuthority
class JaasGrantedAuthority extends Object implements Serializable- serialVersionUID:
- 620L
-
-
Package org.springframework.security.authentication.jaas.event
-
Class org.springframework.security.authentication.jaas.event.JaasAuthenticationEvent
class JaasAuthenticationEvent extends org.springframework.context.ApplicationEvent implements Serializable -
Class org.springframework.security.authentication.jaas.event.JaasAuthenticationFailedEvent
class JaasAuthenticationFailedEvent extends JaasAuthenticationEvent implements Serializable- serialVersionUID:
- -240510538971925002L
-
Serialized Fields
-
exception
Exception exception
-
-
Class org.springframework.security.authentication.jaas.event.JaasAuthenticationSuccessEvent
class JaasAuthenticationSuccessEvent extends JaasAuthenticationEvent implements Serializable- serialVersionUID:
- 2236826715750256181L
-
-
Package org.springframework.security.authentication.ott
-
Exception org.springframework.security.authentication.ott.InvalidOneTimeTokenException
class InvalidOneTimeTokenException extends AuthenticationException implements Serializable- serialVersionUID:
- -3651018515682919943L
-
Class org.springframework.security.authentication.ott.OneTimeTokenAuthenticationToken
class OneTimeTokenAuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- -8691636031126328365L
-
-
Package org.springframework.security.authentication.password
-
Exception org.springframework.security.authentication.password.CompromisedPasswordException
class CompromisedPasswordException extends AuthenticationException implements Serializable- serialVersionUID:
- -885858958297842864L
-
-
Package org.springframework.security.authorization
-
Exception org.springframework.security.authorization.AuthorizationDeniedException
class AuthorizationDeniedException extends AccessDeniedException implements Serializable- serialVersionUID:
- 3227305845919610459L
-
Serialized Fields
-
result
AuthorizationResult result
-
-
-
Package org.springframework.security.authorization.event
-
Class org.springframework.security.authorization.event.AuthorizationDeniedEvent
class AuthorizationDeniedEvent extends AuthorizationEvent implements Serializable -
Class org.springframework.security.authorization.event.AuthorizationEvent
class AuthorizationEvent extends org.springframework.context.ApplicationEvent implements Serializable- serialVersionUID:
- -9053927371500241295L
-
Serialized Fields
-
authentication
Supplier<Authentication> authentication
-
result
AuthorizationResult result
-
-
Class org.springframework.security.authorization.event.AuthorizationGrantedEvent
class AuthorizationGrantedEvent extends AuthorizationEvent implements Serializable- serialVersionUID:
- -8690818228055810339L
-
-
Package org.springframework.security.cas.authentication
-
Class org.springframework.security.cas.authentication.CasAssertionAuthenticationToken
class CasAssertionAuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
assertion
org.apereo.cas.client.validation.Assertion assertion
-
ticket
String ticket
-
-
Class org.springframework.security.cas.authentication.CasAuthenticationToken
class CasAuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
assertion
org.apereo.cas.client.validation.Assertion assertion
-
credentials
Object credentials
-
keyHash
int keyHash
-
principal
Object principal
-
userDetails
UserDetails userDetails
-
-
Class org.springframework.security.cas.authentication.CasServiceTicketAuthenticationToken
class CasServiceTicketAuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
-
Package org.springframework.security.cas.jackson2
-
Class org.springframework.security.cas.jackson2.CasJackson2Module
class CasJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
Package org.springframework.security.cas.web.authentication
-
Package org.springframework.security.config.annotation
-
Exception org.springframework.security.config.annotation.AlreadyBuiltException
class AlreadyBuiltException extends IllegalStateException implements Serializable- serialVersionUID:
- -5891004752785553015L
-
-
Package org.springframework.security.core
-
Exception org.springframework.security.core.AuthenticationException
class AuthenticationException extends RuntimeException implements Serializable- serialVersionUID:
- 2018827803361503060L
-
-
Package org.springframework.security.core.authority
-
Class org.springframework.security.core.authority.SimpleGrantedAuthority
class SimpleGrantedAuthority extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
role
String role
-
-
-
Package org.springframework.security.core.context
-
Class org.springframework.security.core.context.SecurityContextChangedEvent
class SecurityContextChangedEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
newContext
Supplier<SecurityContext> newContext
-
oldContext
Supplier<SecurityContext> oldContext
-
-
-
Class org.springframework.security.core.context.SecurityContextImpl
class SecurityContextImpl extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
authentication
Authentication authentication
-
-
Class org.springframework.security.core.context.TransientSecurityContext
class TransientSecurityContext extends SecurityContextImpl implements Serializable- serialVersionUID:
- -7925492364422193347L
-
-
Package org.springframework.security.core.session
-
Class org.springframework.security.core.session.AbstractSessionEvent
class AbstractSessionEvent extends org.springframework.context.ApplicationEvent implements Serializable- serialVersionUID:
- -6878881229287231479L
-
Class org.springframework.security.core.session.ReactiveSessionInformation
class ReactiveSessionInformation extends Object implements Serializable- serialVersionUID:
- 620L
-
Class org.springframework.security.core.session.SessionCreationEvent
class SessionCreationEvent extends AbstractSessionEvent implements Serializable -
Class org.springframework.security.core.session.SessionDestroyedEvent
class SessionDestroyedEvent extends AbstractSessionEvent implements Serializable -
Class org.springframework.security.core.session.SessionIdChangedEvent
class SessionIdChangedEvent extends AbstractSessionEvent implements Serializable -
Class org.springframework.security.core.session.SessionInformation
class SessionInformation extends Object implements Serializable- serialVersionUID:
- 620L
-
-
Package org.springframework.security.core.userdetails
-
Class org.springframework.security.core.userdetails.User
class User extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
accountNonExpired
boolean accountNonExpired
-
accountNonLocked
boolean accountNonLocked
-
authorities
Set<GrantedAuthority> authorities
-
credentialsNonExpired
boolean credentialsNonExpired
-
enabled
boolean enabled
-
password
String password
-
username
String username
-
-
Exception org.springframework.security.core.userdetails.UsernameNotFoundException
class UsernameNotFoundException extends AuthenticationException implements Serializable- serialVersionUID:
- 1410688585992297006L
-
-
Package org.springframework.security.jackson2
-
Class org.springframework.security.jackson2.CoreJackson2Module
class CoreJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
Package org.springframework.security.ldap.authentication.ad
-
Exception org.springframework.security.ldap.authentication.ad.ActiveDirectoryAuthenticationException
class ActiveDirectoryAuthenticationException extends AuthenticationException implements Serializable-
Serialized Fields
-
dataCode
String dataCode
-
-
-
-
Package org.springframework.security.ldap.jackson2
-
Class org.springframework.security.ldap.jackson2.LdapJackson2Module
class LdapJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
Package org.springframework.security.ldap.ppolicy
-
Class org.springframework.security.ldap.ppolicy.PasswordPolicyControl
class PasswordPolicyControl extends Object implements Serializable- serialVersionUID:
- 2843242715616817932L
-
Serialized Fields
-
critical
boolean critical
-
-
Exception org.springframework.security.ldap.ppolicy.PasswordPolicyException
class PasswordPolicyException extends RuntimeException implements Serializable- serialVersionUID:
- 2586535034047453106L
-
Serialized Fields
-
status
PasswordPolicyErrorStatus status
-
-
Class org.springframework.security.ldap.ppolicy.PasswordPolicyResponseControl
class PasswordPolicyResponseControl extends PasswordPolicyControl implements Serializable- serialVersionUID:
- -4592657167939234499L
-
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
class InetOrgPerson extends Person implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
carLicense
String carLicense
-
departmentNumber
String departmentNumber
-
destinationIndicator
String destinationIndicator
-
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.LdapAuthority
class LdapAuthority extends Object implements Serializable- serialVersionUID:
- 343193700821611354L
-
Class org.springframework.security.ldap.userdetails.LdapUserDetailsImpl
class LdapUserDetailsImpl extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
accountNonExpired
boolean accountNonExpired
-
accountNonLocked
boolean accountNonLocked
-
authorities
Collection<GrantedAuthority> authorities
-
credentialsNonExpired
boolean credentialsNonExpired
-
dn
String dn
-
enabled
boolean enabled
-
graceLoginsRemaining
int graceLoginsRemaining
-
password
String password
-
timeBeforeExpiration
int timeBeforeExpiration
-
username
String username
-
-
Class org.springframework.security.ldap.userdetails.Person
class Person extends LdapUserDetailsImpl implements Serializable- serialVersionUID:
- 620L
-
-
Package org.springframework.security.oauth2.client
-
Exception org.springframework.security.oauth2.client.ClientAuthorizationException
class ClientAuthorizationException extends OAuth2AuthorizationException implements Serializable- serialVersionUID:
- 4710713969265443271L
-
Serialized Fields
-
clientRegistrationId
String clientRegistrationId
-
-
Exception org.springframework.security.oauth2.client.ClientAuthorizationRequiredException
class ClientAuthorizationRequiredException extends ClientAuthorizationException implements Serializable- serialVersionUID:
- -5738646355203953667L
-
Class org.springframework.security.oauth2.client.OAuth2AuthorizedClient
class OAuth2AuthorizedClient extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
accessToken
OAuth2AccessToken accessToken
-
clientRegistration
ClientRegistration clientRegistration
-
principalName
String principalName
-
refreshToken
OAuth2RefreshToken refreshToken
-
-
Class org.springframework.security.oauth2.client.OAuth2AuthorizedClientId
class OAuth2AuthorizedClientId extends Object implements Serializable- serialVersionUID:
- 620L
-
-
Package org.springframework.security.oauth2.client.authentication
-
Class org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken
class OAuth2AuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
authorizedClientRegistrationId
String authorizedClientRegistrationId
-
principal
OAuth2User principal
-
-
Class org.springframework.security.oauth2.client.authentication.OAuth2AuthorizationCodeAuthenticationToken
class OAuth2AuthorizationCodeAuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
accessToken
OAuth2AccessToken accessToken
-
additionalParameters
Map<String,
Object> additionalParameters -
authorizationExchange
OAuth2AuthorizationExchange authorizationExchange
-
clientRegistration
ClientRegistration clientRegistration
-
refreshToken
OAuth2RefreshToken refreshToken
-
-
Class org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationToken
class OAuth2LoginAuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
accessToken
OAuth2AccessToken accessToken
-
authorizationExchange
OAuth2AuthorizationExchange authorizationExchange
-
clientRegistration
ClientRegistration clientRegistration
-
principal
OAuth2User principal
-
refreshToken
OAuth2RefreshToken refreshToken
-
-
-
Package org.springframework.security.oauth2.client.jackson2
-
Class org.springframework.security.oauth2.client.jackson2.OAuth2ClientJackson2Module
class OAuth2ClientJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
Package org.springframework.security.oauth2.client.oidc.authentication.logout
-
Class org.springframework.security.oauth2.client.oidc.authentication.logout.OidcLogoutToken
class OidcLogoutToken extends AbstractOAuth2Token implements Serializable- serialVersionUID:
- -5705409698230609696L
-
-
Package org.springframework.security.oauth2.client.oidc.session
-
Class org.springframework.security.oauth2.client.oidc.session.OidcSessionInformation
class OidcSessionInformation extends SessionInformation implements Serializable- serialVersionUID:
- -1703808683027974918L
-
-
Package org.springframework.security.oauth2.client.registration
-
Class org.springframework.security.oauth2.client.registration.ClientRegistration
class ClientRegistration extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
authorizationGrantType
AuthorizationGrantType authorizationGrantType
-
clientAuthenticationMethod
ClientAuthenticationMethod clientAuthenticationMethod
-
clientId
String clientId
-
clientName
String clientName
-
clientSecret
String clientSecret
-
clientSettings
ClientRegistration.ClientSettings clientSettings
-
providerDetails
ClientRegistration.ProviderDetails providerDetails
-
redirectUri
String redirectUri
-
registrationId
String registrationId
-
scopes
Set<String> scopes
-
-
Class org.springframework.security.oauth2.client.registration.ClientRegistration.Builder
class Builder extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
authorizationGrantType
AuthorizationGrantType authorizationGrantType
-
authorizationUri
String authorizationUri
-
clientAuthenticationMethod
ClientAuthenticationMethod clientAuthenticationMethod
-
clientId
String clientId
-
clientName
String clientName
-
clientSecret
String clientSecret
-
clientSettings
ClientRegistration.ClientSettings clientSettings
-
configurationMetadata
Map<String,
Object> configurationMetadata -
issuerUri
String issuerUri
-
jwkSetUri
String jwkSetUri
-
redirectUri
String redirectUri
-
registrationId
String registrationId
-
scopes
Set<String> scopes
-
tokenUri
String tokenUri
-
userInfoAuthenticationMethod
AuthenticationMethod userInfoAuthenticationMethod
-
userInfoUri
String userInfoUri
-
userNameAttributeName
String userNameAttributeName
-
-
Class org.springframework.security.oauth2.client.registration.ClientRegistration.ClientSettings
class ClientSettings extends Object implements Serializable- serialVersionUID:
- 7495627155437124692L
-
Serialized Fields
-
requireProofKey
boolean requireProofKey
-
-
Class org.springframework.security.oauth2.client.registration.ClientRegistration.ProviderDetails
class ProviderDetails extends Object implements Serializable- serialVersionUID:
- 620L
-
Class org.springframework.security.oauth2.client.registration.ClientRegistration.ProviderDetails.UserInfoEndpoint
class UserInfoEndpoint extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
authenticationMethod
AuthenticationMethod authenticationMethod
-
uri
String uri
-
userNameAttributeName
String userNameAttributeName
-
-
-
Package org.springframework.security.oauth2.core
-
Class org.springframework.security.oauth2.core.AbstractOAuth2Token
class AbstractOAuth2Token extends Object implements Serializable- serialVersionUID:
- 620L
-
Class org.springframework.security.oauth2.core.AuthenticationMethod
class AuthenticationMethod extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
value
String value
-
-
Class org.springframework.security.oauth2.core.AuthorizationGrantType
class AuthorizationGrantType extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
value
String value
-
-
Class org.springframework.security.oauth2.core.ClientAuthenticationMethod
class ClientAuthenticationMethod extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
value
String value
-
-
Class org.springframework.security.oauth2.core.DefaultOAuth2AuthenticatedPrincipal
class DefaultOAuth2AuthenticatedPrincipal extends Object implements Serializable- serialVersionUID:
- 4631662622577433065L
-
Serialized Fields
-
attributes
Map<String,
Object> attributes -
authorities
Collection<GrantedAuthority> authorities
-
name
String name
-
-
Class org.springframework.security.oauth2.core.OAuth2AccessToken
class OAuth2AccessToken extends AbstractOAuth2Token implements Serializable- serialVersionUID:
- -3041884478533441940L
-
Serialized Fields
-
scopes
Set<String> scopes
-
tokenType
OAuth2AccessToken.TokenType tokenType
-
-
Class org.springframework.security.oauth2.core.OAuth2AccessToken.TokenType
class TokenType extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
value
String value
-
-
Exception org.springframework.security.oauth2.core.OAuth2AuthenticationException
class OAuth2AuthenticationException extends AuthenticationException implements Serializable- serialVersionUID:
- -7832130893085581438L
-
Serialized Fields
-
error
OAuth2Error error
-
-
Exception org.springframework.security.oauth2.core.OAuth2AuthorizationException
class OAuth2AuthorizationException extends RuntimeException implements Serializable- serialVersionUID:
- -5470222190376181102L
-
Serialized Fields
-
error
OAuth2Error error
-
-
Class org.springframework.security.oauth2.core.OAuth2DeviceCode
class OAuth2DeviceCode extends AbstractOAuth2Token implements Serializable- serialVersionUID:
- -864134962034523562L
-
Class org.springframework.security.oauth2.core.OAuth2Error
class OAuth2Error extends Object implements Serializable- serialVersionUID:
- 620L
-
Class org.springframework.security.oauth2.core.OAuth2RefreshToken
class OAuth2RefreshToken extends AbstractOAuth2Token implements Serializable- serialVersionUID:
- -4114856398229602435L
-
Class org.springframework.security.oauth2.core.OAuth2UserCode
class OAuth2UserCode extends AbstractOAuth2Token implements Serializable- serialVersionUID:
- -3948612521903348476L
-
-
Package org.springframework.security.oauth2.core.endpoint
-
Class org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationExchange
class OAuth2AuthorizationExchange extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
authorizationRequest
OAuth2AuthorizationRequest authorizationRequest
-
authorizationResponse
OAuth2AuthorizationResponse authorizationResponse
-
-
Class org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest
class OAuth2AuthorizationRequest extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
additionalParameters
Map<String,
Object> additionalParameters -
attributes
Map<String,
Object> attributes -
authorizationGrantType
AuthorizationGrantType authorizationGrantType
-
authorizationRequestUri
String authorizationRequestUri
-
authorizationUri
String authorizationUri
-
clientId
String clientId
-
redirectUri
String redirectUri
-
responseType
OAuth2AuthorizationResponseType responseType
-
scopes
Set<String> scopes
-
state
String state
-
-
Class org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationResponse
class OAuth2AuthorizationResponse extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
code
String code
-
error
OAuth2Error error
-
redirectUri
String redirectUri
-
state
String state
-
-
Class org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationResponseType
class OAuth2AuthorizationResponseType extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
value
String value
-
-
-
Package org.springframework.security.oauth2.core.oidc
-
Class org.springframework.security.oauth2.core.oidc.OidcIdToken
class OidcIdToken extends AbstractOAuth2Token implements Serializable- serialVersionUID:
- -1840734870428968020L
-
Class org.springframework.security.oauth2.core.oidc.OidcUserInfo
class OidcUserInfo extends Object implements Serializable- serialVersionUID:
- 620L
-
-
Package org.springframework.security.oauth2.core.oidc.user
-
Class org.springframework.security.oauth2.core.oidc.user.DefaultOidcUser
class DefaultOidcUser extends DefaultOAuth2User implements Serializable- serialVersionUID:
- -2378469202439157250L
-
Serialized Fields
-
idToken
OidcIdToken idToken
-
userInfo
OidcUserInfo userInfo
-
-
Class org.springframework.security.oauth2.core.oidc.user.OidcUserAuthority
class OidcUserAuthority extends OAuth2UserAuthority implements Serializable- serialVersionUID:
- -4675866280835753141L
-
Serialized Fields
-
idToken
OidcIdToken idToken
-
userInfo
OidcUserInfo userInfo
-
-
-
Package org.springframework.security.oauth2.core.user
-
Class org.springframework.security.oauth2.core.user.DefaultOAuth2User
class DefaultOAuth2User extends Object implements Serializable- serialVersionUID:
- 620L
-
Class org.springframework.security.oauth2.core.user.OAuth2UserAuthority
class OAuth2UserAuthority extends Object implements Serializable- serialVersionUID:
- 620L
-
-
Package org.springframework.security.oauth2.jwt
-
Exception org.springframework.security.oauth2.jwt.BadJwtException
class BadJwtException extends JwtException implements Serializable- serialVersionUID:
- 7748429527132280501L
-
Class org.springframework.security.oauth2.jwt.Jwt
class Jwt extends AbstractOAuth2Token implements Serializable- serialVersionUID:
- 4872843562494199108L
-
Exception org.springframework.security.oauth2.jwt.JwtDecoderInitializationException
class JwtDecoderInitializationException extends RuntimeException implements Serializable- serialVersionUID:
- 2786360018315628982L
-
Exception org.springframework.security.oauth2.jwt.JwtEncodingException
class JwtEncodingException extends JwtException implements Serializable- serialVersionUID:
- 6581840872589902213L
-
Exception org.springframework.security.oauth2.jwt.JwtException
class JwtException extends RuntimeException implements Serializable- serialVersionUID:
- -3070197880233583797L
-
Exception org.springframework.security.oauth2.jwt.JwtValidationException
class JwtValidationException extends BadJwtException implements Serializable- serialVersionUID:
- 134652048447295615L
-
Serialized Fields
-
errors
Collection<OAuth2Error> errors
-
-
-
Package org.springframework.security.oauth2.server.resource
-
Class org.springframework.security.oauth2.server.resource.BearerTokenAuthenticationToken
class BearerTokenAuthenticationToken extends BearerTokenAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
Class org.springframework.security.oauth2.server.resource.BearerTokenError
class BearerTokenError extends OAuth2Error implements Serializable- serialVersionUID:
- 4521118368930341766L
-
Serialized Fields
-
httpStatus
org.springframework.http.HttpStatus httpStatus
-
scope
String scope
-
-
Exception org.springframework.security.oauth2.server.resource.InvalidBearerTokenException
class InvalidBearerTokenException extends OAuth2AuthenticationException implements Serializable- serialVersionUID:
- 6904689954809100280L
-
-
Package org.springframework.security.oauth2.server.resource.authentication
-
Class org.springframework.security.oauth2.server.resource.authentication.AbstractOAuth2TokenAuthenticationToken
class AbstractOAuth2TokenAuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
credentials
Object credentials
-
principal
Object principal
-
token
T extends OAuth2Token token
-
-
Class org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication
class BearerTokenAuthentication extends AbstractOAuth2TokenAuthenticationToken<OAuth2AccessToken> implements Serializable- serialVersionUID:
- 620L
-
Class org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken
class BearerTokenAuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
token
String token
-
-
Class org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken
class JwtAuthenticationToken extends AbstractOAuth2TokenAuthenticationToken<Jwt> implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
name
String name
-
-
-
Package org.springframework.security.oauth2.server.resource.introspection
-
Exception org.springframework.security.oauth2.server.resource.introspection.BadOpaqueTokenException
class BadOpaqueTokenException extends OAuth2IntrospectionException implements Serializable- serialVersionUID:
- -6937847463454551076L
-
Class org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionAuthenticatedPrincipal
class OAuth2IntrospectionAuthenticatedPrincipal extends Object implements Serializable- serialVersionUID:
- 382069143804098909L
-
Serialized Fields
-
delegate
OAuth2AuthenticatedPrincipal delegate
-
-
Exception org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionException
class OAuth2IntrospectionException extends RuntimeException implements Serializable- serialVersionUID:
- -7327790383594166793L
-
-
Package org.springframework.security.saml2
-
Exception org.springframework.security.saml2.Saml2Exception
class Saml2Exception extends RuntimeException implements Serializable- serialVersionUID:
- 6076252564189633016L
-
-
Package org.springframework.security.saml2.core
-
Class org.springframework.security.saml2.core.Saml2Error
class Saml2Error extends Object implements Serializable- serialVersionUID:
- 620L
-
Class org.springframework.security.saml2.core.Saml2X509Credential
class Saml2X509Credential extends Object implements Serializable- serialVersionUID:
- -1015853414272603517L
-
Serialized Fields
-
certificate
X509Certificate certificate
-
credentialTypes
Set<Saml2X509Credential.Saml2X509CredentialType> credentialTypes
-
privateKey
PrivateKey privateKey
-
-
-
Package org.springframework.security.saml2.jackson2
-
Class org.springframework.security.saml2.jackson2.Saml2Jackson2Module
class Saml2Jackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
Package org.springframework.security.saml2.provider.service.authentication
-
Class org.springframework.security.saml2.provider.service.authentication.AbstractSaml2AuthenticationRequest
class AbstractSaml2AuthenticationRequest extends Object implements Serializable- serialVersionUID:
- 620L
-
Class org.springframework.security.saml2.provider.service.authentication.DefaultSaml2AuthenticatedPrincipal
class DefaultSaml2AuthenticatedPrincipal extends Object implements Serializable- serialVersionUID:
- -7601324133433139825L
-
Class org.springframework.security.saml2.provider.service.authentication.Saml2Authentication
class Saml2Authentication extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 405897702378720477L
-
Serialized Fields
-
principal
AuthenticatedPrincipal principal
-
saml2Response
String saml2Response
-
-
Exception org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationException
class Saml2AuthenticationException extends AuthenticationException implements Serializable- serialVersionUID:
- -2996886630890949105L
-
Serialized Fields
-
error
Saml2Error error
-
-
Class org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationToken
class Saml2AuthenticationToken extends AbstractAuthenticationToken implements Serializable-
Serialized Fields
-
authenticationRequest
AbstractSaml2AuthenticationRequest authenticationRequest
-
relyingPartyRegistration
RelyingPartyRegistration relyingPartyRegistration
-
saml2Response
String saml2Response
-
-
-
Class org.springframework.security.saml2.provider.service.authentication.Saml2PostAuthenticationRequest
class Saml2PostAuthenticationRequest extends AbstractSaml2AuthenticationRequest implements Serializable- serialVersionUID:
- -6412064305715642123L
-
Class org.springframework.security.saml2.provider.service.authentication.Saml2RedirectAuthenticationRequest
class Saml2RedirectAuthenticationRequest extends AbstractSaml2AuthenticationRequest implements Serializable- serialVersionUID:
- 6476874109764554798L
-
-
Package org.springframework.security.saml2.provider.service.authentication.logout
-
Class org.springframework.security.saml2.provider.service.authentication.logout.Saml2LogoutRequest
class Saml2LogoutRequest extends Object implements Serializable- serialVersionUID:
- -3588981995674761337L
-
-
Package org.springframework.security.saml2.provider.service.registration
-
Class org.springframework.security.saml2.provider.service.registration.OpenSamlAssertingPartyDetails
class OpenSamlAssertingPartyDetails extends RelyingPartyRegistration.AssertingPartyDetails implements Serializable-
Serialized Fields
-
descriptor
org.opensaml.saml.saml2.metadata.EntityDescriptor descriptor
-
-
-
Class org.springframework.security.saml2.provider.service.registration.OpenSamlRelyingPartyRegistration
class OpenSamlRelyingPartyRegistration extends RelyingPartyRegistration implements Serializable -
Class org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration
class RelyingPartyRegistration extends Object implements Serializable- serialVersionUID:
- -2718908121120942813L
-
Serialized Fields
-
assertingPartyMetadata
AssertingPartyMetadata assertingPartyMetadata
-
assertionConsumerServiceBinding
Saml2MessageBinding assertionConsumerServiceBinding
-
assertionConsumerServiceLocation
String assertionConsumerServiceLocation
-
authnRequestsSigned
boolean authnRequestsSigned
-
decryptionX509Credentials
Collection<Saml2X509Credential> decryptionX509Credentials
-
entityId
String entityId
-
nameIdFormat
String nameIdFormat
-
registrationId
String registrationId
-
signingX509Credentials
Collection<Saml2X509Credential> signingX509Credentials
-
singleLogoutServiceBindings
Collection<Saml2MessageBinding> singleLogoutServiceBindings
-
singleLogoutServiceLocation
String singleLogoutServiceLocation
-
singleLogoutServiceResponseLocation
String singleLogoutServiceResponseLocation
-
-
Class org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.AssertingPartyDetails
class AssertingPartyDetails extends Object implements Serializable- serialVersionUID:
- 8728930758311995475L
-
Serialized Fields
-
encryptionX509Credentials
Collection<Saml2X509Credential> encryptionX509Credentials
-
entityId
String entityId
-
signingAlgorithms
List<String> signingAlgorithms
-
singleLogoutServiceBinding
Saml2MessageBinding singleLogoutServiceBinding
-
singleLogoutServiceLocation
String singleLogoutServiceLocation
-
singleLogoutServiceResponseLocation
String singleLogoutServiceResponseLocation
-
singleSignOnServiceBinding
Saml2MessageBinding singleSignOnServiceBinding
-
singleSignOnServiceLocation
String singleSignOnServiceLocation
-
verificationX509Credentials
Collection<Saml2X509Credential> verificationX509Credentials
-
wantAuthnRequestsSigned
boolean wantAuthnRequestsSigned
-
-
-
Package org.springframework.security.taglibs.authz
-
Class org.springframework.security.taglibs.authz.AccessControlListTag
class AccessControlListTag extends jakarta.servlet.jsp.tagext.TagSupport implements Serializable-
Serialized Fields
-
applicationContext
org.springframework.context.ApplicationContext applicationContext
-
domainObject
Object domainObject
-
hasPermission
String hasPermission
-
permissionEvaluator
PermissionEvaluator permissionEvaluator
-
securityContextHolderStrategy
SecurityContextHolderStrategy securityContextHolderStrategy
-
var
String var
-
-
-
Class org.springframework.security.taglibs.authz.AuthenticationTag
class AuthenticationTag extends jakarta.servlet.jsp.tagext.TagSupport implements Serializable-
Serialized Fields
-
htmlEscape
boolean htmlEscape
-
property
String property
-
scope
int scope
-
scopeSpecified
boolean scopeSpecified
-
securityContextHolderStrategy
SecurityContextHolderStrategy securityContextHolderStrategy
-
var
String var
-
-
-
-
Package org.springframework.security.taglibs.csrf
-
Class org.springframework.security.taglibs.csrf.CsrfInputTag
class CsrfInputTag extends org.springframework.security.taglibs.csrf.AbstractCsrfTag implements Serializable -
Class org.springframework.security.taglibs.csrf.CsrfMetaTagsTag
class CsrfMetaTagsTag extends org.springframework.security.taglibs.csrf.AbstractCsrfTag implements Serializable
-
-
Package org.springframework.security.web
-
Exception org.springframework.security.web.UnreachableFilterChainException
class UnreachableFilterChainException extends IllegalArgumentException implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
filterChain
SecurityFilterChain filterChain
-
unreachableFilterChain
SecurityFilterChain unreachableFilterChain
-
-
-
Package org.springframework.security.web.authentication
-
Class org.springframework.security.web.authentication.WebAuthenticationDetails
class WebAuthenticationDetails extends Object implements Serializable- serialVersionUID:
- 620L
-
-
Package org.springframework.security.web.authentication.preauth
-
Class org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken
class PreAuthenticatedAuthenticationToken extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- 620L
-
Exception org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException
class PreAuthenticatedCredentialsNotFoundException extends AuthenticationException implements Serializable- serialVersionUID:
- 2026209817833032728L
-
Class org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
class PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails extends WebAuthenticationDetails implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
authorities
List<GrantedAuthority> authorities
-
-
-
Package org.springframework.security.web.authentication.rememberme
-
Exception org.springframework.security.web.authentication.rememberme.CookieTheftException
class CookieTheftException extends RememberMeAuthenticationException implements Serializable- serialVersionUID:
- -7215039140728554850L
-
Exception org.springframework.security.web.authentication.rememberme.InvalidCookieException
class InvalidCookieException extends RememberMeAuthenticationException implements Serializable- serialVersionUID:
- -7952247791921087125L
-
Exception org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationException
class RememberMeAuthenticationException extends AuthenticationException implements Serializable- serialVersionUID:
- 7028526952590057426L
-
-
Package org.springframework.security.web.authentication.session
-
Exception org.springframework.security.web.authentication.session.SessionAuthenticationException
class SessionAuthenticationException extends AuthenticationException implements Serializable- serialVersionUID:
- -2359914603911936474L
-
Class org.springframework.security.web.authentication.session.SessionFixationProtectionEvent
class SessionFixationProtectionEvent extends AbstractAuthenticationEvent implements Serializable- serialVersionUID:
- -2554621992006921150L
-
-
Package org.springframework.security.web.authentication.switchuser
-
Class org.springframework.security.web.authentication.switchuser.AuthenticationSwitchUserEvent
class AuthenticationSwitchUserEvent extends AbstractAuthenticationEvent implements Serializable- serialVersionUID:
- 6265996480231793939L
-
Serialized Fields
-
targetUser
UserDetails targetUser
-
-
Class org.springframework.security.web.authentication.switchuser.SwitchUserGrantedAuthority
class SwitchUserGrantedAuthority extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
role
String role
-
source
Authentication source
-
-
-
Package org.springframework.security.web.authentication.www
-
Exception org.springframework.security.web.authentication.www.NonceExpiredException
class NonceExpiredException extends AuthenticationException implements Serializable- serialVersionUID:
- -3487244679050681257L
-
-
Package org.springframework.security.web.csrf
-
Exception org.springframework.security.web.csrf.CsrfException
class CsrfException extends AccessDeniedException implements Serializable- serialVersionUID:
- 7802567627837252670L
-
Class org.springframework.security.web.csrf.DefaultCsrfToken
class DefaultCsrfToken extends Object implements Serializable- serialVersionUID:
- 6552658053267913685L
-
Exception org.springframework.security.web.csrf.InvalidCsrfTokenException
class InvalidCsrfTokenException extends CsrfException implements Serializable- serialVersionUID:
- -7745955098435417418L
-
Exception org.springframework.security.web.csrf.MissingCsrfTokenException
class MissingCsrfTokenException extends CsrfException implements Serializable
-
-
Package org.springframework.security.web.firewall
-
Exception org.springframework.security.web.firewall.RequestRejectedException
class RequestRejectedException extends RuntimeException implements Serializable- serialVersionUID:
- 7226768874760909859L
-
-
Package org.springframework.security.web.jackson2
-
Class org.springframework.security.web.jackson2.WebJackson2Module
class WebJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable -
Class org.springframework.security.web.jackson2.WebServletJackson2Module
class WebServletJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
Package org.springframework.security.web.savedrequest
-
Class org.springframework.security.web.savedrequest.DefaultSavedRequest
class DefaultSavedRequest extends Object implements Serializable- serialVersionUID:
- 620L
-
Serialized Fields
-
contextPath
String contextPath
-
cookies
ArrayList<SavedCookie> cookies
-
headers
Map<String,
List<String>> headers -
locales
ArrayList<Locale> locales
-
matchingRequestParameterName
String matchingRequestParameterName
-
method
String method
-
parameters
Map<String,
String[]> parameters -
pathInfo
String pathInfo
-
queryString
String queryString
-
requestURI
String requestURI
-
requestURL
String requestURL
-
scheme
String scheme
-
serverName
String serverName
-
serverPort
int serverPort
-
servletPath
String servletPath
-
-
Class org.springframework.security.web.savedrequest.SavedCookie
class SavedCookie extends Object implements Serializable- serialVersionUID:
- 620L
-
Class org.springframework.security.web.savedrequest.SimpleSavedRequest
class SimpleSavedRequest extends Object implements Serializable- serialVersionUID:
- 807650604272166969L
-
-
Package org.springframework.security.web.server.csrf
-
Exception org.springframework.security.web.server.csrf.CsrfException
class CsrfException extends AccessDeniedException implements Serializable- serialVersionUID:
- -8209680716517631141L
-
Class org.springframework.security.web.server.csrf.DefaultCsrfToken
class DefaultCsrfToken extends Object implements Serializable- serialVersionUID:
- 308340117851874929L
-
-
Package org.springframework.security.web.server.firewall
-
Exception org.springframework.security.web.server.firewall.ServerExchangeRejectedException
class ServerExchangeRejectedException extends RuntimeException implements Serializable- serialVersionUID:
- 904984955691607748L
-
-
Package org.springframework.security.web.server.jackson2
-
Class org.springframework.security.web.server.jackson2.WebServerJackson2Module
class WebServerJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-
-
Package org.springframework.security.web.session
-
Class org.springframework.security.web.session.HttpSessionCreatedEvent
class HttpSessionCreatedEvent extends SessionCreationEvent implements Serializable -
Class org.springframework.security.web.session.HttpSessionDestroyedEvent
class HttpSessionDestroyedEvent extends SessionDestroyedEvent implements Serializable -
Class org.springframework.security.web.session.HttpSessionIdChangedEvent
class HttpSessionIdChangedEvent extends SessionIdChangedEvent implements Serializable- serialVersionUID:
- -5725731666499807941L
-
Class org.springframework.security.web.session.SessionInformationExpiredEvent
class SessionInformationExpiredEvent extends org.springframework.context.ApplicationEvent implements Serializable-
Serialized Fields
-
filterChain
jakarta.servlet.FilterChain filterChain
-
request
jakarta.servlet.http.HttpServletRequest request
-
response
jakarta.servlet.http.HttpServletResponse response
-
-
-
-
Package org.springframework.security.web.webauthn.api
-
Class org.springframework.security.web.webauthn.api.AuthenticatorTransport
class AuthenticatorTransport extends Object implements Serializable- serialVersionUID:
- -5617945441117386982L
-
Serialized Fields
-
value
String value
-
-
Class org.springframework.security.web.webauthn.api.Bytes
class Bytes extends Object implements Serializable- serialVersionUID:
- -3278138671365709777L
-
Serialized Fields
-
bytes
byte[] bytes
-
-
Class org.springframework.security.web.webauthn.api.CredProtectAuthenticationExtensionsClientInput
class CredProtectAuthenticationExtensionsClientInput extends Object implements Serializable- serialVersionUID:
- -6418175591005843455L
-
Serialized Fields
-
Class org.springframework.security.web.webauthn.api.CredProtectAuthenticationExtensionsClientInput.CredProtect
class CredProtect extends Object implements Serializable- serialVersionUID:
- 109597301115842688L
-
Serialized Fields
-
credProtectionPolicy
CredProtectAuthenticationExtensionsClientInput.CredProtect.ProtectionPolicy credProtectionPolicy
-
enforceCredentialProtectionPolicy
boolean enforceCredentialProtectionPolicy
-
-
Class org.springframework.security.web.webauthn.api.ImmutableAuthenticationExtensionsClientInput
class ImmutableAuthenticationExtensionsClientInput extends Object implements Serializable- serialVersionUID:
- -1738152485672656808L
-
Class org.springframework.security.web.webauthn.api.ImmutableAuthenticationExtensionsClientInputs
class ImmutableAuthenticationExtensionsClientInputs extends Object implements Serializable- serialVersionUID:
- 4277817521578485720L
-
Serialized Fields
-
inputs
List<AuthenticationExtensionsClientInput> inputs
-
-
Class org.springframework.security.web.webauthn.api.ImmutablePublicKeyCredentialUserEntity
class ImmutablePublicKeyCredentialUserEntity extends Object implements Serializable- serialVersionUID:
- -3438693960347279759L
-
Serialized Fields
-
displayName
String displayName
A human-palatable name for the user account, intended only for display. The Relying Party SHOULD let the user choose this, and SHOULD NOT restrict the choice more than necessary. Relying Parties SHOULD perform enforcement, as prescribed in Section 2.3 of [RFC8266] for the Nickname Profile of the PRECIS FreeformClass [RFC8264], when setting displayName's value, or displaying the value to the user. This string MAY contain language and direction metadata. Relying Parties SHOULD consider providing this information. See 6.4.2 Language and Direction Encoding about how this metadata is encoded. Clients SHOULD perform enforcement, as prescribed in Section 2.3 of [RFC8266] for the Nickname Profile of the PRECIS FreeformClass [RFC8264], on displayName's value prior to displaying the value to the user or including the value as a parameter of the authenticatorMakeCredential operation. When clients, client platforms, or authenticators display a displayName's value, they should always use UI elements to provide a clear boundary around the displayed value, and not allow overflow into other elements [css-overflow-3]. Authenticators MUST accept and store a 64-byte minimum length for a displayName member's value. Authenticators MAY truncate a displayName member's value so that it fits within 64 bytes. See 6.4.1 String Truncation about truncation and other considerations. -
id
Bytes id
The user handle of the user account entity. A user handle is an opaque byte sequence with a maximum size of 64 bytes, and is not meant to be displayed to the user. To ensure secure operation, authentication and authorization decisions MUST be made on the basis of this id member, not the displayName nor name members. See Section 6.1 of [RFC8266]. The user handle MUST NOT contain personally identifying information about the user, such as a username or e-mail address; see 14.6.1 User Handle Contents for details. The user handle MUST NOT be empty, though it MAY be null. Note: the user handle ought not be a constant value across different accounts, even for non-discoverable credentials, because some authenticators always create discoverable credentials. Thus a constant user handle would prevent a user from using such an authenticator with more than one account at the Relying Party. -
name
String name
When inherited by PublicKeyCredentialUserEntity, it is a human-palatable identifier for a user account. It is intended only for display, i.e., aiding the user in determining the difference between user accounts with similar displayNames. For example, "alexm", "[email protected]" or "+14255551234". The Relying Party MAY let the user choose this value. The Relying Party SHOULD perform enforcement, as prescribed in Section 3.4.3 of [RFC8265] for the UsernameCasePreserved Profile of the PRECIS IdentifierClass [RFC8264], when setting name's value, or displaying the value to the user. This string MAY contain language and direction metadata. Relying Parties SHOULD consider providing this information. See 6.4.2 Language and Direction Encoding about how this metadata is encoded. Clients SHOULD perform enforcement, as prescribed in Section 3.4.3 of [RFC8265] for the UsernameCasePreserved Profile of the PRECIS IdentifierClass [RFC8264], on name's value prior to displaying the value to the user or including the value as a parameter of the authenticatorMakeCredential operation.
-
-
Class org.springframework.security.web.webauthn.api.PublicKeyCredentialDescriptor
class PublicKeyCredentialDescriptor extends Object implements Serializable- serialVersionUID:
- 8793385059692676240L
-
Serialized Fields
-
id
Bytes id
-
transports
Set<AuthenticatorTransport> transports
-
type
PublicKeyCredentialType type
-
-
Class org.springframework.security.web.webauthn.api.PublicKeyCredentialRequestOptions
class PublicKeyCredentialRequestOptions extends Object implements Serializable- serialVersionUID:
- -2970057592835694354L
-
Serialized Fields
-
allowCredentials
List<PublicKeyCredentialDescriptor> allowCredentials
-
challenge
Bytes challenge
-
extensions
AuthenticationExtensionsClientInputs extensions
-
rpId
String rpId
-
timeout
Duration timeout
-
userVerification
UserVerificationRequirement userVerification
-
-
Class org.springframework.security.web.webauthn.api.PublicKeyCredentialType
class PublicKeyCredentialType extends Object implements Serializable- serialVersionUID:
- 7025333122210061679L
-
Serialized Fields
-
value
String value
-
-
Class org.springframework.security.web.webauthn.api.UserVerificationRequirement
class UserVerificationRequirement extends Object implements Serializable- serialVersionUID:
- -2801001231345540040L
-
Serialized Fields
-
value
String value
-
-
-
Package org.springframework.security.web.webauthn.authentication
-
Class org.springframework.security.web.webauthn.authentication.WebAuthnAuthentication
class WebAuthnAuthentication extends AbstractAuthenticationToken implements Serializable- serialVersionUID:
- -4879907158750659197L
-
Serialized Fields
-
principal
PublicKeyCredentialUserEntity principal
-
-
Class org.springframework.security.web.webauthn.authentication.WebAuthnAuthenticationRequestToken
class WebAuthnAuthenticationRequestToken extends AbstractAuthenticationToken implements Serializable-
Serialized Fields
-
webAuthnRequest
RelyingPartyAuthenticationRequest webAuthnRequest
-
-
-
-
Package org.springframework.security.web.webauthn.jackson
-
Class org.springframework.security.web.webauthn.jackson.WebauthnJackson2Module
class WebauthnJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements Serializable
-