直列化された形式
パッケージ org.springframework.security.access
例外 org.springframework.security.access.AccessDeniedException
class AccessDeniedException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 6395817500121599533L
例外 org.springframework.security.access.AuthorizationServiceException
class AuthorizationServiceException extends AccessDeniedException implements SerializableSE- serialVersionUID:
- 4817857292041606900L
クラス org.springframework.security.access.SecurityConfig
class SecurityConfig extends ObjectSE implements SerializableSE- serialVersionUID:
- -7138084564199804304L
Serialized Fields
attrib
StringSE attrib
パッケージ org.springframework.security.access.annotation
クラス org.springframework.security.access.annotation.Jsr250SecurityConfig
class Jsr250SecurityConfig extends SecurityConfig implements SerializableSE
パッケージ org.springframework.security.access.event
クラス org.springframework.security.access.event.AbstractAuthorizationEvent
class AbstractAuthorizationEvent extends org.springframework.context.ApplicationEvent implements SerializableSEクラス org.springframework.security.access.event.AuthenticationCredentialsNotFoundEvent
class AuthenticationCredentialsNotFoundEvent extends AbstractAuthorizationEvent implements SerializableSESerialized Fields
configAttribs
CollectionSE<ConfigAttribute> configAttribs
使用すべきではありません。credentialsNotFoundException
AuthenticationCredentialsNotFoundException credentialsNotFoundException
使用すべきではありません。
クラス org.springframework.security.access.event.AuthorizationFailureEvent
class AuthorizationFailureEvent extends AbstractAuthorizationEvent implements SerializableSESerialized Fields
accessDeniedException
AccessDeniedException accessDeniedException
使用すべきではありません。authentication
Authentication authentication
使用すべきではありません。configAttributes
CollectionSE<ConfigAttribute> configAttributes
使用すべきではありません。
クラス org.springframework.security.access.event.AuthorizedEvent
class AuthorizedEvent extends AbstractAuthorizationEvent implements SerializableSESerialized Fields
authentication
Authentication authentication
使用すべきではありません。configAttributes
CollectionSE<ConfigAttribute> configAttributes
使用すべきではありません。
クラス org.springframework.security.access.event.PublicInvocationEvent
class PublicInvocationEvent extends AbstractAuthorizationEvent implements SerializableSE
パッケージ org.springframework.security.access.hierarchicalroles
例外 org.springframework.security.access.hierarchicalroles.CycleInRoleHierarchyException
class CycleInRoleHierarchyException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- -4970510612118296707L
パッケージ org.springframework.security.access.intercept
クラス org.springframework.security.access.intercept.RunAsUserToken
class RunAsUserToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
credentials
ObjectSE credentials
使用すべきではありません。keyHash
int keyHash
使用すべきではありません。originalAuthentication
ClassSE<? extends Authentication> originalAuthentication
使用すべきではありません。principal
ObjectSE principal
使用すべきではありません。
パッケージ org.springframework.security.access.intercept.aopalliance
クラス org.springframework.security.access.intercept.aopalliance.MethodSecurityMetadataSourceAdvisor
class MethodSecurityMetadataSourceAdvisor extends org.springframework.aop.support.AbstractPointcutAdvisor implements SerializableSESerialization Methods
readObject
使用すべきではありません。
Serialized Fields
パッケージ org.springframework.security.access.prepost
パッケージ org.springframework.security.acls.domain
クラス org.springframework.security.acls.domain.AbstractPermission
class AbstractPermission extends ObjectSE implements SerializableSESerialized Fields
code
char code
mask
int mask
クラス org.springframework.security.acls.domain.AccessControlEntryImpl
class AccessControlEntryImpl extends ObjectSE implements SerializableSESerialized Fields
acl
Acl acl
auditFailure
boolean auditFailure
auditSuccess
boolean auditSuccess
granting
boolean granting
id
SerializableSE id
permission
Permission permission
sid
Sid sid
クラス org.springframework.security.acls.domain.AclImpl
class AclImpl extends ObjectSE implements SerializableSESerialized Fields
aces
ListSE<AccessControlEntry> aces
entriesInheriting
boolean entriesInheriting
id
SerializableSE id
loadedSids
ListSE<Sid> loadedSids
objectIdentity
ObjectIdentity objectIdentity
owner
Sid owner
parentAcl
Acl parentAcl
クラス org.springframework.security.acls.domain.BasePermission
class BasePermission extends AbstractPermission implements SerializableSEクラス org.springframework.security.acls.domain.CumulativePermission
class CumulativePermission extends AbstractPermission implements SerializableSESerialized Fields
pattern
StringSE pattern
クラス org.springframework.security.acls.domain.GrantedAuthoritySid
class GrantedAuthoritySid extends ObjectSE implements SerializableSESerialized Fields
grantedAuthority
StringSE grantedAuthority
クラス org.springframework.security.acls.domain.ObjectIdentityImpl
class ObjectIdentityImpl extends ObjectSE implements SerializableSESerialized Fields
identifier
SerializableSE identifier
type
StringSE type
クラス org.springframework.security.acls.domain.PrincipalSid
class PrincipalSid extends ObjectSE implements SerializableSESerialized Fields
principal
StringSE principal
パッケージ org.springframework.security.acls.model
例外 org.springframework.security.acls.model.AclDataAccessException
class AclDataAccessException extends RuntimeExceptionSE implements SerializableSE例外 org.springframework.security.acls.model.AlreadyExistsException
class AlreadyExistsException extends AclDataAccessException implements SerializableSE例外 org.springframework.security.acls.model.ChildrenExistException
class ChildrenExistException extends AclDataAccessException implements SerializableSE例外 org.springframework.security.acls.model.NotFoundException
class NotFoundException extends AclDataAccessException implements SerializableSE例外 org.springframework.security.acls.model.UnloadedSidException
class UnloadedSidException extends AclDataAccessException implements SerializableSE
パッケージ org.springframework.security.authentication
クラス org.springframework.security.authentication.AbstractAuthenticationToken
class AbstractAuthenticationToken extends ObjectSE implements SerializableSESerialized Fields
authenticated
boolean authenticated
authorities
CollectionSE<GrantedAuthority> authorities
details
ObjectSE details
例外 org.springframework.security.authentication.AccountExpiredException
class AccountExpiredException extends AccountStatusException implements SerializableSE- serialVersionUID:
- 3732869526329993353L
例外 org.springframework.security.authentication.AccountStatusException
class AccountStatusException extends AuthenticationException implements SerializableSEクラス org.springframework.security.authentication.AnonymousAuthenticationToken
class AnonymousAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 1L
Serialized Fields
keyHash
int keyHash
principal
ObjectSE principal
例外 org.springframework.security.authentication.AuthenticationCredentialsNotFoundException
class AuthenticationCredentialsNotFoundException extends AuthenticationException implements SerializableSE- serialVersionUID:
- 4153580041526791384L
例外 org.springframework.security.authentication.AuthenticationServiceException
class AuthenticationServiceException extends AuthenticationException implements SerializableSE- serialVersionUID:
- -1591626195291329340L
例外 org.springframework.security.authentication.BadCredentialsException
class BadCredentialsException extends AuthenticationException implements SerializableSE- serialVersionUID:
- 2742216069043066973L
例外 org.springframework.security.authentication.CredentialsExpiredException
class CredentialsExpiredException extends AccountStatusException implements SerializableSE- serialVersionUID:
- -3306615738048904753L
例外 org.springframework.security.authentication.DisabledException
class DisabledException extends AccountStatusException implements SerializableSE- serialVersionUID:
- 2295984593872502361L
例外 org.springframework.security.authentication.InsufficientAuthenticationException
class InsufficientAuthenticationException extends AuthenticationException implements SerializableSE- serialVersionUID:
- -5514084346181236128L
例外 org.springframework.security.authentication.InternalAuthenticationServiceException
class InternalAuthenticationServiceException extends AuthenticationServiceException implements SerializableSE- serialVersionUID:
- -6029644854192497840L
例外 org.springframework.security.authentication.LockedException
class LockedException extends AccountStatusException implements SerializableSE- serialVersionUID:
- 548864198455046567L
例外 org.springframework.security.authentication.ProviderNotFoundException
class ProviderNotFoundException extends AuthenticationException implements SerializableSE- serialVersionUID:
- 8107665253214447614L
クラス org.springframework.security.authentication.RememberMeAuthenticationToken
class RememberMeAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
keyHash
int keyHash
principal
ObjectSE principal
クラス org.springframework.security.authentication.TestingAuthenticationToken
class TestingAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 1L
クラス org.springframework.security.authentication.UsernamePasswordAuthenticationToken
class UsernamePasswordAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
パッケージ org.springframework.security.authentication.event
クラス org.springframework.security.authentication.event.AbstractAuthenticationEvent
class AbstractAuthenticationEvent extends org.springframework.context.ApplicationEvent implements SerializableSEクラス org.springframework.security.authentication.event.AbstractAuthenticationFailureEvent
class AbstractAuthenticationFailureEvent extends AbstractAuthenticationEvent implements SerializableSESerialized Fields
exception
AuthenticationException exception
クラス org.springframework.security.authentication.event.AuthenticationFailureBadCredentialsEvent
class AuthenticationFailureBadCredentialsEvent extends AbstractAuthenticationFailureEvent implements SerializableSE- serialVersionUID:
- -5245144711561130379L
クラス org.springframework.security.authentication.event.AuthenticationFailureCredentialsExpiredEvent
class AuthenticationFailureCredentialsExpiredEvent extends AbstractAuthenticationFailureEvent implements SerializableSE- serialVersionUID:
- -7595086332769705203L
クラス org.springframework.security.authentication.event.AuthenticationFailureDisabledEvent
class AuthenticationFailureDisabledEvent extends AbstractAuthenticationFailureEvent implements SerializableSE- serialVersionUID:
- 8037552364666766279L
クラス org.springframework.security.authentication.event.AuthenticationFailureExpiredEvent
class AuthenticationFailureExpiredEvent extends AbstractAuthenticationFailureEvent implements SerializableSE- serialVersionUID:
- -8437264795214121718L
クラス org.springframework.security.authentication.event.AuthenticationFailureLockedEvent
class AuthenticationFailureLockedEvent extends AbstractAuthenticationFailureEvent implements SerializableSE- serialVersionUID:
- -5126110096093568463L
クラス org.springframework.security.authentication.event.AuthenticationFailureProviderNotFoundEvent
class AuthenticationFailureProviderNotFoundEvent extends AbstractAuthenticationFailureEvent implements SerializableSE- serialVersionUID:
- 9122219669183263487L
クラス org.springframework.security.authentication.event.AuthenticationFailureProxyUntrustedEvent
class AuthenticationFailureProxyUntrustedEvent extends AbstractAuthenticationFailureEvent implements SerializableSE- serialVersionUID:
- 1801476426012753252L
クラス org.springframework.security.authentication.event.AuthenticationFailureServiceExceptionEvent
class AuthenticationFailureServiceExceptionEvent extends AbstractAuthenticationFailureEvent implements SerializableSE- serialVersionUID:
- 5580062757249390756L
クラス org.springframework.security.authentication.event.AuthenticationSuccessEvent
class AuthenticationSuccessEvent extends AbstractAuthenticationEvent implements SerializableSE- serialVersionUID:
- 2537206344128673963L
クラス org.springframework.security.authentication.event.InteractiveAuthenticationSuccessEvent
class InteractiveAuthenticationSuccessEvent extends AbstractAuthenticationEvent implements SerializableSE- serialVersionUID:
- -1990271553478571709L
Serialized Fields
generatedBy
ClassSE<?> generatedBy
クラス org.springframework.security.authentication.event.LogoutSuccessEvent
class LogoutSuccessEvent extends AbstractAuthenticationEvent implements SerializableSE- serialVersionUID:
- 5112491795571632311L
パッケージ org.springframework.security.authentication.jaas
クラス org.springframework.security.authentication.jaas.JaasAuthenticationToken
class JaasAuthenticationToken extends UsernamePasswordAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
クラス org.springframework.security.authentication.jaas.JaasGrantedAuthority
class JaasGrantedAuthority extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
principal
PrincipalSE principal
role
StringSE role
パッケージ org.springframework.security.authentication.jaas.event
クラス org.springframework.security.authentication.jaas.event.JaasAuthenticationEvent
class JaasAuthenticationEvent extends org.springframework.context.ApplicationEvent implements SerializableSEクラス org.springframework.security.authentication.jaas.event.JaasAuthenticationFailedEvent
class JaasAuthenticationFailedEvent extends JaasAuthenticationEvent implements SerializableSE- serialVersionUID:
- -240510538971925002L
Serialized Fields
exception
ExceptionSE exception
クラス org.springframework.security.authentication.jaas.event.JaasAuthenticationSuccessEvent
class JaasAuthenticationSuccessEvent extends JaasAuthenticationEvent implements SerializableSE- serialVersionUID:
- 2236826715750256181L
パッケージ org.springframework.security.authentication.ott
例外 org.springframework.security.authentication.ott.InvalidOneTimeTokenException
class InvalidOneTimeTokenException extends AuthenticationException implements SerializableSE- serialVersionUID:
- -3651018515682919943L
クラス org.springframework.security.authentication.ott.OneTimeTokenAuthenticationToken
class OneTimeTokenAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- -8691636031126328365L
パッケージ org.springframework.security.authentication.password
例外 org.springframework.security.authentication.password.CompromisedPasswordException
class CompromisedPasswordException extends AuthenticationException implements SerializableSE- serialVersionUID:
- -885858958297842864L
パッケージ org.springframework.security.authorization
クラス org.springframework.security.authorization.AuthorityAuthorizationDecision
class AuthorityAuthorizationDecision extends AuthorizationDecision implements SerializableSE- serialVersionUID:
- -8338309042331376592L
Serialized Fields
authorities
CollectionSE<GrantedAuthority> authorities
クラス org.springframework.security.authorization.AuthorizationDecision
class AuthorizationDecision extends ObjectSE implements SerializableSE- serialVersionUID:
- -3226018324649244416L
Serialized Fields
granted
boolean granted
例外 org.springframework.security.authorization.AuthorizationDeniedException
class AuthorizationDeniedException extends AccessDeniedException implements SerializableSE- serialVersionUID:
- 3227305845919610459L
Serialized Fields
result
AuthorizationResult result
クラス org.springframework.security.authorization.ExpressionAuthorizationDecision
class ExpressionAuthorizationDecision extends AuthorizationDecision implements SerializableSESerialized Fields
expression
org.springframework.expression.Expression expression
パッケージ org.springframework.security.authorization.event
クラス org.springframework.security.authorization.event.AuthorizationDeniedEvent
class AuthorizationDeniedEvent extends AuthorizationEvent implements SerializableSEクラス org.springframework.security.authorization.event.AuthorizationEvent
class AuthorizationEvent extends org.springframework.context.ApplicationEvent implements SerializableSE- serialVersionUID:
- -9053927371500241295L
Serialized Fields
authentication
SupplierSE<Authentication> authentication
result
AuthorizationResult result
クラス org.springframework.security.authorization.event.AuthorizationGrantedEvent
class AuthorizationGrantedEvent extends AuthorizationEvent implements SerializableSE- serialVersionUID:
- -8690818228055810339L
パッケージ org.springframework.security.authorization.method
クラス org.springframework.security.authorization.method.ExpressionAttributeAuthorizationDecision
class ExpressionAttributeAuthorizationDecision extends AuthorizationDecision implements SerializableSESerialized Fields
expressionAttribute
org.springframework.security.authorization.method.ExpressionAttribute expressionAttribute
使用すべきではありません。
パッケージ org.springframework.security.cas.authentication
クラス org.springframework.security.cas.authentication.CasAssertionAuthenticationToken
class CasAssertionAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
assertion
org.apereo.cas.client.validation.Assertion assertion
ticket
StringSE ticket
クラス org.springframework.security.cas.authentication.CasAuthenticationToken
class CasAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
assertion
org.apereo.cas.client.validation.Assertion assertion
credentials
ObjectSE credentials
keyHash
int keyHash
principal
ObjectSE principal
userDetails
UserDetails userDetails
クラス org.springframework.security.cas.authentication.CasServiceTicketAuthenticationToken
class CasServiceTicketAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
パッケージ org.springframework.security.cas.jackson2
クラス org.springframework.security.cas.jackson2.CasJackson2Module
class CasJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSE
パッケージ org.springframework.security.cas.web.authentication
パッケージ org.springframework.security.config.annotation
例外 org.springframework.security.config.annotation.AlreadyBuiltException
class AlreadyBuiltException extends IllegalStateExceptionSE implements SerializableSE- serialVersionUID:
- -5891004752785553015L
パッケージ org.springframework.security.core
例外 org.springframework.security.core.AuthenticationException
class AuthenticationException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 2018827803361503060L
パッケージ org.springframework.security.core.authority
クラス org.springframework.security.core.authority.SimpleGrantedAuthority
class SimpleGrantedAuthority extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
role
StringSE role
パッケージ org.springframework.security.core.context
クラス org.springframework.security.core.context.SecurityContextChangedEvent
class SecurityContextChangedEvent extends org.springframework.context.ApplicationEvent implements SerializableSESerialized Fields
newContext
SupplierSE<SecurityContext> newContext
oldContext
SupplierSE<SecurityContext> oldContext
クラス org.springframework.security.core.context.SecurityContextImpl
class SecurityContextImpl extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
authentication
Authentication authentication
クラス org.springframework.security.core.context.TransientSecurityContext
class TransientSecurityContext extends SecurityContextImpl implements SerializableSE- serialVersionUID:
- -7925492364422193347L
パッケージ org.springframework.security.core.session
クラス org.springframework.security.core.session.AbstractSessionEvent
class AbstractSessionEvent extends org.springframework.context.ApplicationEvent implements SerializableSE- serialVersionUID:
- -6878881229287231479L
クラス org.springframework.security.core.session.ReactiveSessionInformation
class ReactiveSessionInformation extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
クラス org.springframework.security.core.session.SessionCreationEvent
class SessionCreationEvent extends AbstractSessionEvent implements SerializableSEクラス org.springframework.security.core.session.SessionDestroyedEvent
class SessionDestroyedEvent extends AbstractSessionEvent implements SerializableSEクラス org.springframework.security.core.session.SessionIdChangedEvent
class SessionIdChangedEvent extends AbstractSessionEvent implements SerializableSEクラス org.springframework.security.core.session.SessionInformation
class SessionInformation extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
パッケージ org.springframework.security.core.userdetails
クラス org.springframework.security.core.userdetails.User
class User extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
accountNonExpired
boolean accountNonExpired
accountNonLocked
boolean accountNonLocked
authorities
SetSE<GrantedAuthority> authorities
credentialsNonExpired
boolean credentialsNonExpired
enabled
boolean enabled
password
StringSE password
username
StringSE username
例外 org.springframework.security.core.userdetails.UsernameNotFoundException
class UsernameNotFoundException extends AuthenticationException implements SerializableSE- serialVersionUID:
- 1410688585992297006L
パッケージ org.springframework.security.jackson2
クラス org.springframework.security.jackson2.CoreJackson2Module
class CoreJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSE
パッケージ org.springframework.security.ldap.authentication.ad
例外 org.springframework.security.ldap.authentication.ad.ActiveDirectoryAuthenticationException
class ActiveDirectoryAuthenticationException extends AuthenticationException implements SerializableSESerialized Fields
dataCode
StringSE dataCode
パッケージ org.springframework.security.ldap.jackson2
クラス org.springframework.security.ldap.jackson2.LdapJackson2Module
class LdapJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSE
パッケージ org.springframework.security.ldap.ppolicy
クラス org.springframework.security.ldap.ppolicy.PasswordPolicyControl
class PasswordPolicyControl extends ObjectSE implements SerializableSE- serialVersionUID:
- 2843242715616817932L
Serialized Fields
critical
boolean critical
例外 org.springframework.security.ldap.ppolicy.PasswordPolicyException
class PasswordPolicyException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 2586535034047453106L
Serialized Fields
status
PasswordPolicyErrorStatus status
クラス org.springframework.security.ldap.ppolicy.PasswordPolicyResponseControl
class PasswordPolicyResponseControl extends PasswordPolicyControl implements SerializableSE- serialVersionUID:
- -4592657167939234499L
Serialized Fields
encodedValue
byte[] encodedValue
errorStatus
PasswordPolicyErrorStatus errorStatus
graceLoginsRemaining
int graceLoginsRemaining
timeBeforeExpiration
int timeBeforeExpiration
パッケージ org.springframework.security.ldap.userdetails
クラス org.springframework.security.ldap.userdetails.InetOrgPerson
class InetOrgPerson extends Person implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
carLicense
StringSE carLicense
departmentNumber
StringSE departmentNumber
destinationIndicator
StringSE destinationIndicator
displayName
StringSE displayName
employeeNumber
StringSE employeeNumber
homePhone
StringSE homePhone
homePostalAddress
StringSE homePostalAddress
initials
StringSE initials
mail
StringSE mail
mobile
StringSE mobile
o
StringSE o
ou
StringSE ou
postalAddress
StringSE postalAddress
postalCode
StringSE postalCode
roomNumber
StringSE roomNumber
street
StringSE street
title
StringSE title
uid
StringSE uid
クラス org.springframework.security.ldap.userdetails.LdapAuthority
class LdapAuthority extends ObjectSE implements SerializableSE- serialVersionUID:
- 343193700821611354L
クラス org.springframework.security.ldap.userdetails.LdapUserDetailsImpl
class LdapUserDetailsImpl extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
accountNonExpired
boolean accountNonExpired
accountNonLocked
boolean accountNonLocked
authorities
CollectionSE<GrantedAuthority> authorities
credentialsNonExpired
boolean credentialsNonExpired
dn
StringSE dn
enabled
boolean enabled
graceLoginsRemaining
int graceLoginsRemaining
password
StringSE password
timeBeforeExpiration
int timeBeforeExpiration
username
StringSE username
クラス org.springframework.security.ldap.userdetails.Person
class Person extends LdapUserDetailsImpl implements SerializableSE- serialVersionUID:
- 620L
パッケージ org.springframework.security.oauth2.client
例外 org.springframework.security.oauth2.client.ClientAuthorizationException
class ClientAuthorizationException extends OAuth2AuthorizationException implements SerializableSE- serialVersionUID:
- 4710713969265443271L
Serialized Fields
clientRegistrationId
StringSE clientRegistrationId
例外 org.springframework.security.oauth2.client.ClientAuthorizationRequiredException
class ClientAuthorizationRequiredException extends ClientAuthorizationException implements SerializableSE- serialVersionUID:
- -5738646355203953667L
クラス org.springframework.security.oauth2.client.OAuth2AuthorizedClient
class OAuth2AuthorizedClient extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
accessToken
OAuth2AccessToken accessToken
clientRegistration
ClientRegistration clientRegistration
principalName
StringSE principalName
refreshToken
OAuth2RefreshToken refreshToken
クラス org.springframework.security.oauth2.client.OAuth2AuthorizedClientId
class OAuth2AuthorizedClientId extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
パッケージ org.springframework.security.oauth2.client.authentication
クラス org.springframework.security.oauth2.client.authentication.OAuth2AuthenticationToken
class OAuth2AuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
authorizedClientRegistrationId
StringSE authorizedClientRegistrationId
principal
OAuth2User principal
クラス org.springframework.security.oauth2.client.authentication.OAuth2AuthorizationCodeAuthenticationToken
class OAuth2AuthorizationCodeAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
accessToken
OAuth2AccessToken accessToken
additionalParameters
MapSE<StringSE,
ObjectSE> additionalParameters authorizationExchange
OAuth2AuthorizationExchange authorizationExchange
clientRegistration
ClientRegistration clientRegistration
refreshToken
OAuth2RefreshToken refreshToken
クラス org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationToken
class OAuth2LoginAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
accessToken
OAuth2AccessToken accessToken
authorizationExchange
OAuth2AuthorizationExchange authorizationExchange
clientRegistration
ClientRegistration clientRegistration
principal
OAuth2User principal
refreshToken
OAuth2RefreshToken refreshToken
パッケージ org.springframework.security.oauth2.client.jackson2
クラス org.springframework.security.oauth2.client.jackson2.OAuth2ClientJackson2Module
class OAuth2ClientJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSE
パッケージ org.springframework.security.oauth2.client.oidc.authentication.logout
クラス org.springframework.security.oauth2.client.oidc.authentication.logout.OidcLogoutToken
class OidcLogoutToken extends AbstractOAuth2Token implements SerializableSE- serialVersionUID:
- -5705409698230609696L
パッケージ org.springframework.security.oauth2.client.oidc.session
クラス org.springframework.security.oauth2.client.oidc.session.OidcSessionInformation
class OidcSessionInformation extends SessionInformation implements SerializableSE- serialVersionUID:
- -1703808683027974918L
パッケージ org.springframework.security.oauth2.client.registration
クラス org.springframework.security.oauth2.client.registration.ClientRegistration
class ClientRegistration extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
authorizationGrantType
AuthorizationGrantType authorizationGrantType
clientAuthenticationMethod
ClientAuthenticationMethod clientAuthenticationMethod
clientId
StringSE clientId
clientName
StringSE clientName
clientSecret
StringSE clientSecret
providerDetails
ClientRegistration.ProviderDetails providerDetails
redirectUri
StringSE redirectUri
registrationId
StringSE registrationId
scopes
SetSE<StringSE> scopes
クラス org.springframework.security.oauth2.client.registration.ClientRegistration.Builder
class Builder extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
authorizationGrantType
AuthorizationGrantType authorizationGrantType
authorizationUri
StringSE authorizationUri
clientAuthenticationMethod
ClientAuthenticationMethod clientAuthenticationMethod
clientId
StringSE clientId
clientName
StringSE clientName
clientSecret
StringSE clientSecret
configurationMetadata
MapSE<StringSE,
ObjectSE> configurationMetadata issuerUri
StringSE issuerUri
jwkSetUri
StringSE jwkSetUri
redirectUri
StringSE redirectUri
registrationId
StringSE registrationId
scopes
SetSE<StringSE> scopes
tokenUri
StringSE tokenUri
userInfoAuthenticationMethod
AuthenticationMethod userInfoAuthenticationMethod
userInfoUri
StringSE userInfoUri
userNameAttributeName
StringSE userNameAttributeName
クラス org.springframework.security.oauth2.client.registration.ClientRegistration.ProviderDetails
class ProviderDetails extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
クラス org.springframework.security.oauth2.client.registration.ClientRegistration.ProviderDetails.UserInfoEndpoint
class UserInfoEndpoint extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
authenticationMethod
AuthenticationMethod authenticationMethod
uri
StringSE uri
userNameAttributeName
StringSE userNameAttributeName
パッケージ org.springframework.security.oauth2.core
クラス org.springframework.security.oauth2.core.AbstractOAuth2Token
class AbstractOAuth2Token extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
クラス org.springframework.security.oauth2.core.AuthenticationMethod
class AuthenticationMethod extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
value
StringSE value
クラス org.springframework.security.oauth2.core.AuthorizationGrantType
class AuthorizationGrantType extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
value
StringSE value
クラス org.springframework.security.oauth2.core.ClientAuthenticationMethod
class ClientAuthenticationMethod extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
value
StringSE value
クラス org.springframework.security.oauth2.core.DefaultOAuth2AuthenticatedPrincipal
class DefaultOAuth2AuthenticatedPrincipal extends ObjectSE implements SerializableSE- serialVersionUID:
- 4631662622577433065L
Serialized Fields
attributes
MapSE<StringSE,
ObjectSE> attributes authorities
CollectionSE<GrantedAuthority> authorities
name
StringSE name
クラス org.springframework.security.oauth2.core.OAuth2AccessToken
class OAuth2AccessToken extends AbstractOAuth2Token implements SerializableSE- serialVersionUID:
- -3041884478533441940L
Serialized Fields
scopes
SetSE<StringSE> scopes
tokenType
OAuth2AccessToken.TokenType tokenType
クラス org.springframework.security.oauth2.core.OAuth2AccessToken.TokenType
class TokenType extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
value
StringSE value
例外 org.springframework.security.oauth2.core.OAuth2AuthenticationException
class OAuth2AuthenticationException extends AuthenticationException implements SerializableSE- serialVersionUID:
- -7832130893085581438L
Serialized Fields
error
OAuth2Error error
例外 org.springframework.security.oauth2.core.OAuth2AuthorizationException
class OAuth2AuthorizationException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- -5470222190376181102L
Serialized Fields
error
OAuth2Error error
クラス org.springframework.security.oauth2.core.OAuth2DeviceCode
class OAuth2DeviceCode extends AbstractOAuth2Token implements SerializableSE- serialVersionUID:
- -864134962034523562L
クラス org.springframework.security.oauth2.core.OAuth2Error
class OAuth2Error extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
クラス org.springframework.security.oauth2.core.OAuth2RefreshToken
class OAuth2RefreshToken extends AbstractOAuth2Token implements SerializableSE- serialVersionUID:
- -4114856398229602435L
クラス org.springframework.security.oauth2.core.OAuth2UserCode
class OAuth2UserCode extends AbstractOAuth2Token implements SerializableSE- serialVersionUID:
- -3948612521903348476L
パッケージ org.springframework.security.oauth2.core.endpoint
クラス org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationExchange
class OAuth2AuthorizationExchange extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
authorizationRequest
OAuth2AuthorizationRequest authorizationRequest
authorizationResponse
OAuth2AuthorizationResponse authorizationResponse
クラス org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest
class OAuth2AuthorizationRequest extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
additionalParameters
MapSE<StringSE,
ObjectSE> additionalParameters attributes
MapSE<StringSE,
ObjectSE> attributes authorizationGrantType
AuthorizationGrantType authorizationGrantType
authorizationRequestUri
StringSE authorizationRequestUri
authorizationUri
StringSE authorizationUri
clientId
StringSE clientId
redirectUri
StringSE redirectUri
responseType
OAuth2AuthorizationResponseType responseType
scopes
SetSE<StringSE> scopes
state
StringSE state
クラス org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationResponse
class OAuth2AuthorizationResponse extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
code
StringSE code
error
OAuth2Error error
redirectUri
StringSE redirectUri
state
StringSE state
クラス org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationResponseType
class OAuth2AuthorizationResponseType extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
value
StringSE value
パッケージ org.springframework.security.oauth2.core.oidc
クラス org.springframework.security.oauth2.core.oidc.OidcIdToken
class OidcIdToken extends AbstractOAuth2Token implements SerializableSE- serialVersionUID:
- -1840734870428968020L
クラス org.springframework.security.oauth2.core.oidc.OidcUserInfo
class OidcUserInfo extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
パッケージ org.springframework.security.oauth2.core.oidc.user
クラス org.springframework.security.oauth2.core.oidc.user.DefaultOidcUser
class DefaultOidcUser extends DefaultOAuth2User implements SerializableSE- serialVersionUID:
- -2378469202439157250L
Serialized Fields
idToken
OidcIdToken idToken
userInfo
OidcUserInfo userInfo
クラス org.springframework.security.oauth2.core.oidc.user.OidcUserAuthority
class OidcUserAuthority extends OAuth2UserAuthority implements SerializableSE- serialVersionUID:
- -4675866280835753141L
Serialized Fields
idToken
OidcIdToken idToken
userInfo
OidcUserInfo userInfo
パッケージ org.springframework.security.oauth2.core.user
クラス org.springframework.security.oauth2.core.user.DefaultOAuth2User
class DefaultOAuth2User extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
クラス org.springframework.security.oauth2.core.user.OAuth2UserAuthority
class OAuth2UserAuthority extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
パッケージ org.springframework.security.oauth2.jwt
例外 org.springframework.security.oauth2.jwt.BadJwtException
class BadJwtException extends JwtException implements SerializableSE- serialVersionUID:
- 7748429527132280501L
クラス org.springframework.security.oauth2.jwt.Jwt
class Jwt extends AbstractOAuth2Token implements SerializableSE- serialVersionUID:
- 4872843562494199108L
例外 org.springframework.security.oauth2.jwt.JwtDecoderInitializationException
class JwtDecoderInitializationException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 2786360018315628982L
例外 org.springframework.security.oauth2.jwt.JwtEncodingException
class JwtEncodingException extends JwtException implements SerializableSE- serialVersionUID:
- 6581840872589902213L
例外 org.springframework.security.oauth2.jwt.JwtException
class JwtException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- -3070197880233583797L
例外 org.springframework.security.oauth2.jwt.JwtValidationException
class JwtValidationException extends BadJwtException implements SerializableSE- serialVersionUID:
- 134652048447295615L
Serialized Fields
errors
CollectionSE<OAuth2Error> errors
パッケージ org.springframework.security.oauth2.server.resource
クラス org.springframework.security.oauth2.server.resource.BearerTokenAuthenticationToken
class BearerTokenAuthenticationToken extends BearerTokenAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
クラス org.springframework.security.oauth2.server.resource.BearerTokenError
class BearerTokenError extends OAuth2Error implements SerializableSE- serialVersionUID:
- 4521118368930341766L
Serialized Fields
httpStatus
org.springframework.http.HttpStatus httpStatus
scope
StringSE scope
例外 org.springframework.security.oauth2.server.resource.InvalidBearerTokenException
class InvalidBearerTokenException extends OAuth2AuthenticationException implements SerializableSE- serialVersionUID:
- 6904689954809100280L
パッケージ org.springframework.security.oauth2.server.resource.authentication
クラス org.springframework.security.oauth2.server.resource.authentication.AbstractOAuth2TokenAuthenticationToken
class AbstractOAuth2TokenAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
credentials
ObjectSE credentials
principal
ObjectSE principal
token
T extends OAuth2Token token
クラス org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthentication
class BearerTokenAuthentication extends AbstractOAuth2TokenAuthenticationToken<OAuth2AccessToken> implements SerializableSE- serialVersionUID:
- 620L
クラス org.springframework.security.oauth2.server.resource.authentication.BearerTokenAuthenticationToken
class BearerTokenAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
token
StringSE token
クラス org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken
class JwtAuthenticationToken extends AbstractOAuth2TokenAuthenticationToken<Jwt> implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
name
StringSE name
パッケージ org.springframework.security.oauth2.server.resource.introspection
例外 org.springframework.security.oauth2.server.resource.introspection.BadOpaqueTokenException
class BadOpaqueTokenException extends OAuth2IntrospectionException implements SerializableSE- serialVersionUID:
- -6937847463454551076L
クラス org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionAuthenticatedPrincipal
class OAuth2IntrospectionAuthenticatedPrincipal extends ObjectSE implements SerializableSE- serialVersionUID:
- 382069143804098909L
Serialized Fields
delegate
OAuth2AuthenticatedPrincipal delegate
例外 org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionException
class OAuth2IntrospectionException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- -7327790383594166793L
パッケージ org.springframework.security.saml2
例外 org.springframework.security.saml2.Saml2Exception
class Saml2Exception extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 6076252564189633016L
パッケージ org.springframework.security.saml2.core
クラス org.springframework.security.saml2.core.Saml2Error
class Saml2Error extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
クラス org.springframework.security.saml2.core.Saml2X509Credential
class Saml2X509Credential extends ObjectSE implements SerializableSE- serialVersionUID:
- -1015853414272603517L
Serialized Fields
certificate
X509CertificateSE certificate
credentialTypes
SetSE<Saml2X509Credential.Saml2X509CredentialType> credentialTypes
privateKey
PrivateKeySE privateKey
パッケージ org.springframework.security.saml2.jackson2
クラス org.springframework.security.saml2.jackson2.Saml2Jackson2Module
class Saml2Jackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSE
パッケージ org.springframework.security.saml2.provider.service.authentication
クラス org.springframework.security.saml2.provider.service.authentication.AbstractSaml2AuthenticationRequest
class AbstractSaml2AuthenticationRequest extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
クラス org.springframework.security.saml2.provider.service.authentication.DefaultSaml2AuthenticatedPrincipal
class DefaultSaml2AuthenticatedPrincipal extends ObjectSE implements SerializableSE- serialVersionUID:
- -7601324133433139825L
クラス org.springframework.security.saml2.provider.service.authentication.Saml2Authentication
class Saml2Authentication extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 405897702378720477L
Serialized Fields
principal
AuthenticatedPrincipal principal
saml2Response
StringSE saml2Response
例外 org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationException
class Saml2AuthenticationException extends AuthenticationException implements SerializableSE- serialVersionUID:
- -2996886630890949105L
Serialized Fields
error
Saml2Error error
クラス org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationToken
class Saml2AuthenticationToken extends AbstractAuthenticationToken implements SerializableSESerialized Fields
authenticationRequest
AbstractSaml2AuthenticationRequest authenticationRequest
relyingPartyRegistration
RelyingPartyRegistration relyingPartyRegistration
saml2Response
StringSE saml2Response
クラス org.springframework.security.saml2.provider.service.authentication.Saml2PostAuthenticationRequest
class Saml2PostAuthenticationRequest extends AbstractSaml2AuthenticationRequest implements SerializableSE- serialVersionUID:
- -6412064305715642123L
クラス org.springframework.security.saml2.provider.service.authentication.Saml2RedirectAuthenticationRequest
class Saml2RedirectAuthenticationRequest extends AbstractSaml2AuthenticationRequest implements SerializableSE- serialVersionUID:
- 6476874109764554798L
パッケージ org.springframework.security.saml2.provider.service.authentication.logout
クラス org.springframework.security.saml2.provider.service.authentication.logout.Saml2LogoutRequest
class Saml2LogoutRequest extends ObjectSE implements SerializableSE- serialVersionUID:
- -3588981995674761337L
パッケージ org.springframework.security.saml2.provider.service.registration
クラス org.springframework.security.saml2.provider.service.registration.OpenSamlAssertingPartyDetails
class OpenSamlAssertingPartyDetails extends RelyingPartyRegistration.AssertingPartyDetails implements SerializableSESerialized Fields
descriptor
org.opensaml.saml.saml2.metadata.EntityDescriptor descriptor
クラス org.springframework.security.saml2.provider.service.registration.OpenSamlRelyingPartyRegistration
class OpenSamlRelyingPartyRegistration extends RelyingPartyRegistration implements SerializableSEクラス org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration
class RelyingPartyRegistration extends ObjectSE implements SerializableSE- serialVersionUID:
- -2718908121120942813L
Serialized Fields
assertingPartyMetadata
AssertingPartyMetadata assertingPartyMetadata
assertionConsumerServiceBinding
Saml2MessageBinding assertionConsumerServiceBinding
assertionConsumerServiceLocation
StringSE assertionConsumerServiceLocation
authnRequestsSigned
boolean authnRequestsSigned
decryptionX509Credentials
CollectionSE<Saml2X509Credential> decryptionX509Credentials
entityId
StringSE entityId
nameIdFormat
StringSE nameIdFormat
registrationId
StringSE registrationId
signingX509Credentials
CollectionSE<Saml2X509Credential> signingX509Credentials
singleLogoutServiceBindings
CollectionSE<Saml2MessageBinding> singleLogoutServiceBindings
singleLogoutServiceLocation
StringSE singleLogoutServiceLocation
singleLogoutServiceResponseLocation
StringSE singleLogoutServiceResponseLocation
クラス org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.AssertingPartyDetails
class AssertingPartyDetails extends ObjectSE implements SerializableSE- serialVersionUID:
- 8728930758311995475L
Serialized Fields
encryptionX509Credentials
CollectionSE<Saml2X509Credential> encryptionX509Credentials
entityId
StringSE entityId
signingAlgorithms
ListSE<StringSE> signingAlgorithms
singleLogoutServiceBinding
Saml2MessageBinding singleLogoutServiceBinding
singleLogoutServiceLocation
StringSE singleLogoutServiceLocation
singleLogoutServiceResponseLocation
StringSE singleLogoutServiceResponseLocation
singleSignOnServiceBinding
Saml2MessageBinding singleSignOnServiceBinding
singleSignOnServiceLocation
StringSE singleSignOnServiceLocation
verificationX509Credentials
CollectionSE<Saml2X509Credential> verificationX509Credentials
wantAuthnRequestsSigned
boolean wantAuthnRequestsSigned
パッケージ org.springframework.security.taglibs.authz
クラス org.springframework.security.taglibs.authz.AccessControlListTag
class AccessControlListTag extends jakarta.servlet.jsp.tagext.TagSupport implements SerializableSESerialized Fields
applicationContext
org.springframework.context.ApplicationContext applicationContext
domainObject
ObjectSE domainObject
hasPermission
StringSE hasPermission
permissionEvaluator
PermissionEvaluator permissionEvaluator
securityContextHolderStrategy
SecurityContextHolderStrategy securityContextHolderStrategy
var
StringSE var
クラス org.springframework.security.taglibs.authz.AuthenticationTag
class AuthenticationTag extends jakarta.servlet.jsp.tagext.TagSupport implements SerializableSESerialized Fields
htmlEscape
boolean htmlEscape
property
StringSE property
scope
int scope
scopeSpecified
boolean scopeSpecified
securityContextHolderStrategy
SecurityContextHolderStrategy securityContextHolderStrategy
var
StringSE var
パッケージ org.springframework.security.taglibs.csrf
クラス org.springframework.security.taglibs.csrf.CsrfInputTag
class CsrfInputTag extends org.springframework.security.taglibs.csrf.AbstractCsrfTag implements SerializableSEクラス org.springframework.security.taglibs.csrf.CsrfMetaTagsTag
class CsrfMetaTagsTag extends org.springframework.security.taglibs.csrf.AbstractCsrfTag implements SerializableSE
パッケージ org.springframework.security.web.authentication
クラス org.springframework.security.web.authentication.WebAuthenticationDetails
class WebAuthenticationDetails extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
パッケージ org.springframework.security.web.authentication.preauth
クラス org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken
class PreAuthenticatedAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
例外 org.springframework.security.web.authentication.preauth.PreAuthenticatedCredentialsNotFoundException
class PreAuthenticatedCredentialsNotFoundException extends AuthenticationException implements SerializableSE- serialVersionUID:
- 2026209817833032728L
クラス org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails
class PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails extends WebAuthenticationDetails implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
authorities
ListSE<GrantedAuthority> authorities
パッケージ org.springframework.security.web.authentication.rememberme
例外 org.springframework.security.web.authentication.rememberme.CookieTheftException
class CookieTheftException extends RememberMeAuthenticationException implements SerializableSE- serialVersionUID:
- -7215039140728554850L
例外 org.springframework.security.web.authentication.rememberme.InvalidCookieException
class InvalidCookieException extends RememberMeAuthenticationException implements SerializableSE- serialVersionUID:
- -7952247791921087125L
例外 org.springframework.security.web.authentication.rememberme.RememberMeAuthenticationException
class RememberMeAuthenticationException extends AuthenticationException implements SerializableSE- serialVersionUID:
- 7028526952590057426L
パッケージ org.springframework.security.web.authentication.session
例外 org.springframework.security.web.authentication.session.SessionAuthenticationException
class SessionAuthenticationException extends AuthenticationException implements SerializableSE- serialVersionUID:
- -2359914603911936474L
クラス org.springframework.security.web.authentication.session.SessionFixationProtectionEvent
class SessionFixationProtectionEvent extends AbstractAuthenticationEvent implements SerializableSE- serialVersionUID:
- -2554621992006921150L
パッケージ org.springframework.security.web.authentication.switchuser
クラス org.springframework.security.web.authentication.switchuser.AuthenticationSwitchUserEvent
class AuthenticationSwitchUserEvent extends AbstractAuthenticationEvent implements SerializableSE- serialVersionUID:
- 6265996480231793939L
Serialized Fields
targetUser
UserDetails targetUser
クラス org.springframework.security.web.authentication.switchuser.SwitchUserGrantedAuthority
class SwitchUserGrantedAuthority extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
role
StringSE role
source
Authentication source
パッケージ org.springframework.security.web.authentication.www
例外 org.springframework.security.web.authentication.www.NonceExpiredException
class NonceExpiredException extends AuthenticationException implements SerializableSE- serialVersionUID:
- -3487244679050681257L
パッケージ org.springframework.security.web.csrf
例外 org.springframework.security.web.csrf.CsrfException
class CsrfException extends AccessDeniedException implements SerializableSE- serialVersionUID:
- 7802567627837252670L
クラス org.springframework.security.web.csrf.DefaultCsrfToken
class DefaultCsrfToken extends ObjectSE implements SerializableSE- serialVersionUID:
- 6552658053267913685L
例外 org.springframework.security.web.csrf.InvalidCsrfTokenException
class InvalidCsrfTokenException extends CsrfException implements SerializableSE- serialVersionUID:
- -7745955098435417418L
例外 org.springframework.security.web.csrf.MissingCsrfTokenException
class MissingCsrfTokenException extends CsrfException implements SerializableSE
パッケージ org.springframework.security.web.firewall
例外 org.springframework.security.web.firewall.RequestRejectedException
class RequestRejectedException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 7226768874760909859L
パッケージ org.springframework.security.web.jackson2
クラス org.springframework.security.web.jackson2.WebJackson2Module
class WebJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSEクラス org.springframework.security.web.jackson2.WebServletJackson2Module
class WebServletJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSE
パッケージ org.springframework.security.web.savedrequest
クラス org.springframework.security.web.savedrequest.DefaultSavedRequest
class DefaultSavedRequest extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
contextPath
StringSE contextPath
cookies
ArrayListSE<SavedCookie> cookies
headers
MapSE<StringSE,
ListSE<StringSE>> headers locales
ArrayListSE<LocaleSE> locales
matchingRequestParameterName
StringSE matchingRequestParameterName
method
StringSE method
parameters
MapSE<StringSE,
StringSE[]> parameters pathInfo
StringSE pathInfo
queryString
StringSE queryString
requestURI
StringSE requestURI
requestURL
StringSE requestURL
scheme
StringSE scheme
serverName
StringSE serverName
serverPort
int serverPort
servletPath
StringSE servletPath
クラス org.springframework.security.web.savedrequest.SavedCookie
class SavedCookie extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
クラス org.springframework.security.web.savedrequest.SimpleSavedRequest
class SimpleSavedRequest extends ObjectSE implements SerializableSE- serialVersionUID:
- 807650604272166969L
パッケージ org.springframework.security.web.server.csrf
例外 org.springframework.security.web.server.csrf.CsrfException
class CsrfException extends AccessDeniedException implements SerializableSE- serialVersionUID:
- -8209680716517631141L
クラス org.springframework.security.web.server.csrf.DefaultCsrfToken
class DefaultCsrfToken extends ObjectSE implements SerializableSE- serialVersionUID:
- 308340117851874929L
パッケージ org.springframework.security.web.server.firewall
例外 org.springframework.security.web.server.firewall.ServerExchangeRejectedException
class ServerExchangeRejectedException extends RuntimeExceptionSE implements SerializableSE- serialVersionUID:
- 904984955691607748L
パッケージ org.springframework.security.web.server.jackson2
クラス org.springframework.security.web.server.jackson2.WebServerJackson2Module
class WebServerJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSE
パッケージ org.springframework.security.web.session
クラス org.springframework.security.web.session.HttpSessionCreatedEvent
class HttpSessionCreatedEvent extends SessionCreationEvent implements SerializableSEクラス org.springframework.security.web.session.HttpSessionDestroyedEvent
class HttpSessionDestroyedEvent extends SessionDestroyedEvent implements SerializableSEクラス org.springframework.security.web.session.HttpSessionIdChangedEvent
class HttpSessionIdChangedEvent extends SessionIdChangedEvent implements SerializableSE- serialVersionUID:
- -5725731666499807941L
クラス org.springframework.security.web.session.SessionInformationExpiredEvent
class SessionInformationExpiredEvent extends org.springframework.context.ApplicationEvent implements SerializableSESerialized Fields
filterChain
jakarta.servlet.FilterChain filterChain
request
jakarta.servlet.http.HttpServletRequest request
response
jakarta.servlet.http.HttpServletResponse response
パッケージ org.springframework.security.web.webauthn.api
クラス org.springframework.security.web.webauthn.api.AuthenticatorAssertionResponse
class AuthenticatorAssertionResponse extends AuthenticatorResponse implements SerializableSE- serialVersionUID:
- 324976481675434298L
クラス org.springframework.security.web.webauthn.api.AuthenticatorAttachment
class AuthenticatorAttachment extends ObjectSE implements SerializableSE- serialVersionUID:
- 8446133215195918090L
Serialization Methods
readResolve
Serialized Fields
value
StringSE value
クラス org.springframework.security.web.webauthn.api.AuthenticatorAttestationResponse
class AuthenticatorAttestationResponse extends AuthenticatorResponse implements SerializableSESerialized Fields
attestationObject
Bytes attestationObject
transports
ListSE<AuthenticatorTransport> transports
クラス org.springframework.security.web.webauthn.api.AuthenticatorResponse
class AuthenticatorResponse extends ObjectSE implements SerializableSESerialized Fields
clientDataJSON
Bytes clientDataJSON
クラス org.springframework.security.web.webauthn.api.AuthenticatorTransport
class AuthenticatorTransport extends ObjectSE implements SerializableSE- serialVersionUID:
- -5617945441117386982L
Serialized Fields
value
StringSE value
クラス org.springframework.security.web.webauthn.api.Bytes
class Bytes extends ObjectSE implements SerializableSE- serialVersionUID:
- -3278138671365709777L
Serialized Fields
bytes
byte[] bytes
クラス org.springframework.security.web.webauthn.api.CredentialPropertiesOutput
class CredentialPropertiesOutput extends ObjectSE implements SerializableSE- serialVersionUID:
- -3201699313968303331L
Serialized Fields
output
CredentialPropertiesOutput.ExtensionOutput output
クラス org.springframework.security.web.webauthn.api.CredentialPropertiesOutput.ExtensionOutput
class ExtensionOutput extends ObjectSE implements SerializableSE- serialVersionUID:
- 4557406414847424019L
Serialized Fields
rk
boolean rk
クラス org.springframework.security.web.webauthn.api.CredProtectAuthenticationExtensionsClientInput
class CredProtectAuthenticationExtensionsClientInput extends ObjectSE implements SerializableSE- serialVersionUID:
- -6418175591005843455L
Serialized Fields
クラス org.springframework.security.web.webauthn.api.CredProtectAuthenticationExtensionsClientInput.CredProtect
class CredProtect extends ObjectSE implements SerializableSE- serialVersionUID:
- 109597301115842688L
Serialized Fields
credProtectionPolicy
CredProtectAuthenticationExtensionsClientInput.CredProtect.ProtectionPolicy credProtectionPolicy
enforceCredentialProtectionPolicy
boolean enforceCredentialProtectionPolicy
クラス org.springframework.security.web.webauthn.api.ImmutableAuthenticationExtensionsClientInput
class ImmutableAuthenticationExtensionsClientInput extends ObjectSE implements SerializableSE- serialVersionUID:
- -1738152485672656808L
クラス org.springframework.security.web.webauthn.api.ImmutableAuthenticationExtensionsClientInputs
class ImmutableAuthenticationExtensionsClientInputs extends ObjectSE implements SerializableSE- serialVersionUID:
- 4277817521578485720L
Serialized Fields
inputs
ListSE<AuthenticationExtensionsClientInput> inputs
クラス org.springframework.security.web.webauthn.api.ImmutableAuthenticationExtensionsClientOutputs
class ImmutableAuthenticationExtensionsClientOutputs extends ObjectSE implements SerializableSE- serialVersionUID:
- -4656390173585180393L
Serialized Fields
outputs
ListSE<AuthenticationExtensionsClientOutput<?>> outputs
クラス org.springframework.security.web.webauthn.api.ImmutablePublicKeyCredentialUserEntity
class ImmutablePublicKeyCredentialUserEntity extends ObjectSE implements SerializableSE- serialVersionUID:
- -3438693960347279759L
Serialized Fields
displayName
StringSE displayName
表示のみを目的とした、人間が理解しやすいユーザーアカウント名。Relying Party は、ユーザーがこれを選択できるようにする必要がありますが、必要以上に選択を制限しないでください。Relying Party は、displayName の値を設定するとき、またはユーザーに値を表示するときに、[RFC8266] のセクション 2.3 の PRECIS FreeformClass のニックネームプロファイル [RFC8264] で規定されているように、強制を実行してください。この文字列には、言語と方向のメタデータを含めることができます。Relying Party は、この情報を提供することを検討してください。このメタデータのエンコード方法については、6.4.2 言語と方向のエンコードを参照してください。クライアントは、[RFC8266] のセクション 2.3 の PRECIS FreeformClass のニックネームプロファイル [RFC8264] で規定されているように、displayName の値をユーザーに表示したり、authenticatorMakeCredential 操作のパラメーターとして値を含めたりする前に、強制を実行してください。クライアント、クライアントプラットフォーム、または認証システムが displayName の値を表示する場合、常に UI 要素を使用して、表示される値の周囲に明確な境界を提供し、他の要素へのオーバーフローを許可しないようにする必要があります [css-overflow-3]。認証システムは、displayName メンバーの値の最小長さ 64 バイトを受け入れて保存する必要があります。認証システムは、displayName メンバーの値を 64 バイト以内に収まるように切り捨てることができます。切り捨てやその他の考慮事項については、6.4.1 文字列の切り捨てを参照してください。id
Bytes id
ユーザーアカウントエンティティのユーザーハンドル。ユーザーハンドルは、最大サイズが 64 バイトの不透明なバイトシーケンスであり、ユーザーに表示されるものではありません。安全な操作を保証するために、認証および認可の決定は、displayName メンバーや name メンバーではなく、この id メンバーに基づいて行う必要があります。[RFC8266] のセクション 6.1 を参照してください。ユーザーハンドルには、ユーザー名やメールアドレスなどのユーザーに関する個人識別情報を含めることはできません。詳細については、14.6.1 ユーザーハンドルの内容を参照してください。ユーザーハンドルは空にすることはできませんが、null にすることはできます。注: 一部の認証子は常に検出可能な認証子を作成するため、ユーザーハンドルは、検出不可能な認証子の場合でも、異なるアカウント間で定数値であってはなりません。ユーザーハンドルが一定であると、ユーザーは、そのような認証子を信頼パーティの複数のアカウントで使用することができなくなります。name
StringSE name
PublicKeyCredentialUserEntity によって継承された場合、これはユーザーアカウントの人間が理解しやすい識別子です。これは表示のみを目的としており、つまり、類似の displayNames を持つユーザーアカウントの違いをユーザーが判断できます。例: "alexm" ," [ メールで保護 ] ","+14255551234"。依存当事者は、ユーザーにこの値を選択させる場合があります。依存当事者は、名前の値を設定するとき、またはユーザーに値を表示するときに、PRECIS IdentifierClass [RFC8264] の UsernameCasePreserved プロファイルの [RFC8265] のセクション 3.4.3 で規定されているように、強制を実行する必要があります。この文字列には、言語と方向のメタデータを含めることができます。依存当事者は、この情報を提供することを検討する必要があります。このメタデータのエンコード方法については、6.4.2 言語と方向のエンコードを参照してください。クライアントは、ユーザーに値を表示する前、または authenticatorMakeCredential 操作のパラメーターとして値を含める前に、PRECIS IdentifierClass [RFC8264] の UsernameCasePreserved プロファイルの [RFC8265] のセクション 3.4.3 で規定されているように、名前の値に対して強制を実行する必要があります。
クラス org.springframework.security.web.webauthn.api.PublicKeyCredential
class PublicKeyCredential extends ObjectSE implements SerializableSE- serialVersionUID:
- -1864035469276082606L
Serialized Fields
authenticatorAttachment
AuthenticatorAttachment authenticatorAttachment
clientExtensionResults
AuthenticationExtensionsClientOutputs clientExtensionResults
id
StringSE id
rawId
Bytes rawId
response
R extends AuthenticatorResponse response
type
PublicKeyCredentialType type
クラス org.springframework.security.web.webauthn.api.PublicKeyCredentialDescriptor
class PublicKeyCredentialDescriptor extends ObjectSE implements SerializableSE- serialVersionUID:
- 8793385059692676240L
Serialized Fields
id
Bytes id
transports
SetSE<AuthenticatorTransport> transports
type
PublicKeyCredentialType type
クラス org.springframework.security.web.webauthn.api.PublicKeyCredentialRequestOptions
class PublicKeyCredentialRequestOptions extends ObjectSE implements SerializableSE- serialVersionUID:
- -2970057592835694354L
Serialized Fields
allowCredentials
ListSE<PublicKeyCredentialDescriptor> allowCredentials
challenge
Bytes challenge
extensions
AuthenticationExtensionsClientInputs extensions
rpId
StringSE rpId
timeout
DurationSE timeout
userVerification
UserVerificationRequirement userVerification
クラス org.springframework.security.web.webauthn.api.PublicKeyCredentialType
class PublicKeyCredentialType extends ObjectSE implements SerializableSE- serialVersionUID:
- 7025333122210061679L
Serialized Fields
value
StringSE value
クラス org.springframework.security.web.webauthn.api.UserVerificationRequirement
class UserVerificationRequirement extends ObjectSE implements SerializableSE- serialVersionUID:
- -2801001231345540040L
Serialized Fields
value
StringSE value
パッケージ org.springframework.security.web.webauthn.authentication
クラス org.springframework.security.web.webauthn.authentication.WebAuthnAuthentication
class WebAuthnAuthentication extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- -4879907158750659197L
Serialized Fields
principal
PublicKeyCredentialUserEntity principal
クラス org.springframework.security.web.webauthn.authentication.WebAuthnAuthenticationRequestToken
class WebAuthnAuthenticationRequestToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- -1682693433877522403L
Serialized Fields
webAuthnRequest
RelyingPartyAuthenticationRequest webAuthnRequest
パッケージ org.springframework.security.web.webauthn.jackson
クラス org.springframework.security.web.webauthn.jackson.WebauthnJackson2Module
class WebauthnJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSE
パッケージ org.springframework.security.web.webauthn.management
クラス org.springframework.security.web.webauthn.management.RelyingPartyAuthenticationRequest
class RelyingPartyAuthenticationRequest extends ObjectSE implements SerializableSE- serialVersionUID:
- -928083091875202086L
Serialized Fields
publicKey
PublicKeyCredential<AuthenticatorAssertionResponse> publicKey
requestOptions
PublicKeyCredentialRequestOptions requestOptions