連載形式
パッケージ 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
@Nullable 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
@Nullable ListSE<Sid> loadedSids
objectIdentity
ObjectIdentity objectIdentity
owner
@Nullable Sid owner
parentAcl
@Nullable 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 SerializableSE- serialVersionUID:
- -3194696462184782834L
Serialized Fields
authenticated
boolean authenticated
authorities
CollectionSE<GrantedAuthority> authorities
details
@Nullable 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.DefaultOneTimeToken
class DefaultOneTimeToken extends ObjectSE implements SerializableSE- serialVersionUID:
- -1545822943352278549L
例外クラス org.springframework.security.authentication.ott.InvalidOneTimeTokenException
class InvalidOneTimeTokenException extends AuthenticationException implements SerializableSE- serialVersionUID:
- -3651018515682919943L
クラス org.springframework.security.authentication.ott.OneTimeTokenAuthentication
class OneTimeTokenAuthentication extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 1195893764725073959L
Serialized Fields
principal
ObjectSE principal
クラス 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.FactorAuthorizationDecision
class FactorAuthorizationDecision extends ObjectSE implements SerializableSE- serialVersionUID:
- -245342816437885039L
Serialized Fields
factorErrors
ListSE<RequiredFactorError> factorErrors
クラス org.springframework.security.authorization.RequiredFactor
class RequiredFactor extends ObjectSE implements SerializableSE- serialVersionUID:
- 295501208651764485L
Serialized Fields
authority
StringSE authority
validDuration
@Nullable DurationSE validDuration
クラス org.springframework.security.authorization.RequiredFactorError
class RequiredFactorError extends ObjectSE implements SerializableSE- serialVersionUID:
- 1946221547278528901L
Serialized Fields
reason
org.springframework.security.authorization.RequiredFactorError.Reason reason
requiredFactor
RequiredFactor requiredFactor
パッケージ 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.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.jackson
クラス org.springframework.security.cas.jackson.CasJacksonModule
class CasJacksonModule extends SecurityJacksonModule implements SerializableSE
パッケージ 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.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
Serialized Fields
authenticationRequest
@Nullable Authentication authenticationRequest
パッケージ org.springframework.security.core.authority
クラス org.springframework.security.core.authority.FactorGrantedAuthority
class FactorGrantedAuthority extends ObjectSE implements SerializableSE- serialVersionUID:
- 1998010439847123984L
クラス 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
@Nullable 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
@Nullable StringSE password
username
StringSE username
例外クラス org.springframework.security.core.userdetails.UsernameNotFoundException
class UsernameNotFoundException extends AuthenticationException implements SerializableSE- serialVersionUID:
- 1410688585992297006L
Serialized Fields
name
@Nullable StringSE name
パッケージ org.springframework.security.jackson
クラス org.springframework.security.jackson.CoreJacksonModule
class CoreJacksonModule extends SecurityJacksonModule implements SerializableSEクラス org.springframework.security.jackson.SecurityJacksonModule
class SecurityJacksonModule extends tools.jackson.databind.module.SimpleModule implements SerializableSE
パッケージ org.springframework.security.jackson2
クラス org.springframework.security.jackson2.CoreJackson2Module
class CoreJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSE
パッケージ org.springframework.security.kerberos.authentication
クラス org.springframework.security.kerberos.authentication.JaasSubjectHolder
class JaasSubjectHolder extends ObjectSE implements SerializableSE- serialVersionUID:
- 8174713761131577405L
クラス org.springframework.security.kerberos.authentication.KerberosServiceRequestToken
class KerberosServiceRequestToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 395488921064775014L
Serialized Fields
jaasSubjectHolder
@Nullable JaasSubjectHolder jaasSubjectHolder
principal
@Nullable ObjectSE principal
token
byte[] token
クラス org.springframework.security.kerberos.authentication.KerberosUsernamePasswordAuthenticationToken
class KerberosUsernamePasswordAuthenticationToken extends UsernamePasswordAuthenticationToken implements SerializableSE- serialVersionUID:
- 6327699460703504153L
Serialized Fields
jaasSubjectHolder
JaasSubjectHolder jaasSubjectHolder
パッケージ 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.jackson
クラス org.springframework.security.ldap.jackson.LdapJacksonModule
class LdapJacksonModule extends SecurityJacksonModule implements SerializableSE
パッケージ 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
@Nullable 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
@Nullable StringSE carLicense
departmentNumber
@Nullable StringSE departmentNumber
destinationIndicator
@Nullable StringSE destinationIndicator
displayName
@Nullable StringSE displayName
employeeNumber
@Nullable StringSE employeeNumber
homePhone
@Nullable StringSE homePhone
homePostalAddress
@Nullable StringSE homePostalAddress
initials
@Nullable StringSE initials
mail
@Nullable StringSE mail
mobile
@Nullable StringSE mobile
o
@Nullable StringSE o
ou
@Nullable StringSE ou
postalAddress
@Nullable StringSE postalAddress
postalCode
@Nullable StringSE postalCode
roomNumber
@Nullable StringSE roomNumber
street
@Nullable StringSE street
title
@Nullable StringSE title
uid
@Nullable 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
@Nullable StringSE dn
enabled
boolean enabled
graceLoginsRemaining
int graceLoginsRemaining
password
@Nullable StringSE password
timeBeforeExpiration
int timeBeforeExpiration
username
@Nullable 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
@Nullable 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
@Nullable OAuth2AccessToken accessToken
additionalParameters
MapSE<StringSE,
ObjectSE> additionalParameters authorizationExchange
OAuth2AuthorizationExchange authorizationExchange
clientRegistration
ClientRegistration clientRegistration
refreshToken
@Nullable OAuth2RefreshToken refreshToken
クラス org.springframework.security.oauth2.client.authentication.OAuth2LoginAuthenticationToken
class OAuth2LoginAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
accessToken
@Nullable OAuth2AccessToken accessToken
authorizationExchange
OAuth2AuthorizationExchange authorizationExchange
clientRegistration
ClientRegistration clientRegistration
principal
@Nullable OAuth2User principal
refreshToken
@Nullable OAuth2RefreshToken refreshToken
パッケージ org.springframework.security.oauth2.client.event
クラス org.springframework.security.oauth2.client.event.OAuth2AuthorizedClientRefreshedEvent
class OAuth2AuthorizedClientRefreshedEvent extends org.springframework.context.ApplicationEvent implements SerializableSE- serialVersionUID:
- -2178028089321556476L
Serialized Fields
authorizedClient
OAuth2AuthorizedClient authorizedClient
パッケージ org.springframework.security.oauth2.client.jackson
クラス org.springframework.security.oauth2.client.jackson.OAuth2ClientJacksonModule
class OAuth2ClientJacksonModule extends SecurityJacksonModule implements SerializableSE
パッケージ 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.event
クラス org.springframework.security.oauth2.client.oidc.authentication.event.OidcUserRefreshedEvent
class OidcUserRefreshedEvent extends org.springframework.context.ApplicationEvent implements SerializableSE- serialVersionUID:
- 2657442604286019694L
Serialized Fields
authentication
Authentication authentication
newOidcUser
OidcUser newOidcUser
oldOidcUser
OidcUser oldOidcUser
パッケージ 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
@Nullable AuthorizationGrantType authorizationGrantType
clientAuthenticationMethod
@Nullable ClientAuthenticationMethod clientAuthenticationMethod
clientId
@Nullable StringSE clientId
clientName
@Nullable StringSE clientName
clientSecret
@Nullable StringSE clientSecret
clientSettings
@Nullable ClientRegistration.ClientSettings clientSettings
providerDetails
ClientRegistration.ProviderDetails providerDetails
redirectUri
@Nullable StringSE redirectUri
registrationId
@Nullable 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
@Nullable AuthorizationGrantType authorizationGrantType
authorizationUri
@Nullable StringSE authorizationUri
clientAuthenticationMethod
@Nullable ClientAuthenticationMethod clientAuthenticationMethod
clientId
@Nullable StringSE clientId
clientName
@Nullable StringSE clientName
clientSecret
@Nullable StringSE clientSecret
clientSettings
ClientRegistration.ClientSettings clientSettings
configurationMetadata
MapSE<StringSE,
ObjectSE> configurationMetadata issuerUri
@Nullable StringSE issuerUri
jwkSetUri
@Nullable StringSE jwkSetUri
redirectUri
@Nullable StringSE redirectUri
registrationId
@Nullable StringSE registrationId
scopes
@Nullable SetSE<StringSE> scopes
tokenUri
@Nullable StringSE tokenUri
userInfoAuthenticationMethod
AuthenticationMethod userInfoAuthenticationMethod
userInfoUri
@Nullable StringSE userInfoUri
userNameAttributeName
@Nullable StringSE userNameAttributeName
クラス org.springframework.security.oauth2.client.registration.ClientRegistration.ClientSettings
class ClientSettings extends ObjectSE implements SerializableSE- serialVersionUID:
- 7495627155437124692L
Serialized Fields
requireProofKey
boolean requireProofKey
クラス org.springframework.security.oauth2.client.registration.ClientRegistration.ProviderDetails
class ProviderDetails extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
authorizationUri
@Nullable StringSE authorizationUri
configurationMetadata
MapSE<StringSE,
ObjectSE> configurationMetadata issuerUri
@Nullable StringSE issuerUri
jwkSetUri
@Nullable StringSE jwkSetUri
tokenUri
@Nullable StringSE tokenUri
userInfoEndpoint
ClientRegistration.ProviderDetails.UserInfoEndpoint userInfoEndpoint
クラス org.springframework.security.oauth2.client.registration.ClientRegistration.ProviderDetails.UserInfoEndpoint
class UserInfoEndpoint extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
authenticationMethod
AuthenticationMethod authenticationMethod
uri
@Nullable StringSE uri
userNameAttributeName
@Nullable 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
@Nullable StringSE redirectUri
responseType
OAuth2AuthorizationResponseType responseType
scopes
SetSE<StringSE> scopes
state
@Nullable StringSE state
クラス org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationResponse
class OAuth2AuthorizationResponse extends ObjectSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
code
@Nullable StringSE code
error
@Nullable OAuth2Error error
redirectUri
@Nullable StringSE redirectUri
state
@Nullable 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
@Nullable OidcUserInfo userInfo
クラス org.springframework.security.oauth2.core.oidc.user.OidcUserAuthority
class OidcUserAuthority extends OAuth2UserAuthority implements SerializableSE- serialVersionUID:
- -4675866280835753141L
Serialized Fields
idToken
OidcIdToken idToken
userInfo
@Nullable 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.authorization
クラス org.springframework.security.oauth2.server.authorization.AbstractOAuth2AuthorizationServerMetadata
class AbstractOAuth2AuthorizationServerMetadata extends ObjectSE implements SerializableSE- serialVersionUID:
- -8817963285912690443L
クラス org.springframework.security.oauth2.server.authorization.AbstractOAuth2ClientRegistration
class AbstractOAuth2ClientRegistration extends ObjectSE implements SerializableSE- serialVersionUID:
- 8042785346181558593L
クラス org.springframework.security.oauth2.server.authorization.OAuth2Authorization
class OAuth2Authorization extends ObjectSE implements SerializableSE- serialVersionUID:
- 880363144799377926L
Serialized Fields
attributes
@Nullable MapSE<StringSE,
ObjectSE> attributes authorizationGrantType
@Nullable AuthorizationGrantType authorizationGrantType
authorizedScopes
@Nullable SetSE<StringSE> authorizedScopes
id
@Nullable StringSE id
principalName
@Nullable StringSE principalName
registeredClientId
@Nullable StringSE registeredClientId
tokens
@Nullable MapSE<ClassSE<? extends OAuth2Token>, OAuth2Authorization.Token<?>> tokens
クラス org.springframework.security.oauth2.server.authorization.OAuth2Authorization.Token
class Token extends ObjectSE implements SerializableSE- serialVersionUID:
- -5931125502413497522L
Serialized Fields
metadata
MapSE<StringSE,
ObjectSE> metadata token
T extends OAuth2Token token
クラス org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationCode
class OAuth2AuthorizationCode extends AbstractOAuth2Token implements SerializableSE- serialVersionUID:
- 3789328028057414501L
クラス org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationConsent
class OAuth2AuthorizationConsent extends ObjectSE implements SerializableSE- serialVersionUID:
- -1950648027021276018L
Serialized Fields
authorities
SetSE<GrantedAuthority> authorities
principalName
StringSE principalName
registeredClientId
StringSE registeredClientId
クラス org.springframework.security.oauth2.server.authorization.OAuth2AuthorizationServerMetadata
class OAuth2AuthorizationServerMetadata extends AbstractOAuth2AuthorizationServerMetadata implements SerializableSE- serialVersionUID:
- 3993358339217009284L
クラス org.springframework.security.oauth2.server.authorization.OAuth2ClientRegistration
class OAuth2ClientRegistration extends AbstractOAuth2ClientRegistration implements SerializableSE- serialVersionUID:
- 283805553286847831L
クラス org.springframework.security.oauth2.server.authorization.OAuth2TokenIntrospection
class OAuth2TokenIntrospection extends ObjectSE implements SerializableSE- serialVersionUID:
- -8846164058150912395L
クラス org.springframework.security.oauth2.server.authorization.OAuth2TokenType
class OAuth2TokenType extends ObjectSE implements SerializableSE- serialVersionUID:
- -9015673781220922768L
Serialized Fields
value
StringSE value
パッケージ org.springframework.security.oauth2.server.authorization.authentication
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2AccessTokenAuthenticationToken
class OAuth2AccessTokenAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 2773767853287774441L
Serialized Fields
accessToken
OAuth2AccessToken accessToken
additionalParameters
MapSE<StringSE,
ObjectSE> additionalParameters clientPrincipal
Authentication clientPrincipal
refreshToken
@Nullable OAuth2RefreshToken refreshToken
registeredClient
RegisteredClient registeredClient
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeAuthenticationToken
class OAuth2AuthorizationCodeAuthenticationToken extends OAuth2AuthorizationGrantAuthenticationToken implements SerializableSE- serialVersionUID:
- 4629166286850598162L
例外クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationException
class OAuth2AuthorizationCodeRequestAuthenticationException extends OAuth2AuthenticationException implements SerializableSE- serialVersionUID:
- -3791188557904282453L
Serialized Fields
authorizationCodeRequestAuthentication
@Nullable OAuth2AuthorizationCodeRequestAuthenticationToken authorizationCodeRequestAuthentication
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationCodeRequestAuthenticationToken
class OAuth2AuthorizationCodeRequestAuthenticationToken extends org.springframework.security.oauth2.server.authorization.authentication.AbstractOAuth2AuthorizationCodeRequestAuthenticationToken implements SerializableSE- serialVersionUID:
- -1946164725241393094L
Serialized Fields
authorizationCode
@Nullable OAuth2AuthorizationCode authorizationCode
validated
boolean validated
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationConsentAuthenticationToken
class OAuth2AuthorizationConsentAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- -2111287271882598208L
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2AuthorizationGrantAuthenticationToken
class OAuth2AuthorizationGrantAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- -1715946281123199051L
Serialized Fields
additionalParameters
MapSE<StringSE,
ObjectSE> additionalParameters authorizationGrantType
AuthorizationGrantType authorizationGrantType
clientPrincipal
Authentication clientPrincipal
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientAuthenticationToken
class OAuth2ClientAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- -7150784632941221304L
Serialized Fields
additionalParameters
MapSE<StringSE,
ObjectSE> additionalParameters clientAuthenticationMethod
ClientAuthenticationMethod clientAuthenticationMethod
clientId
StringSE clientId
credentials
@Nullable ObjectSE credentials
registeredClient
@Nullable RegisteredClient registeredClient
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientCredentialsAuthenticationToken
class OAuth2ClientCredentialsAuthenticationToken extends OAuth2AuthorizationGrantAuthenticationToken implements SerializableSE- serialVersionUID:
- -220223451609576578L
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2ClientRegistrationAuthenticationToken
class OAuth2ClientRegistrationAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 7135429161909989115L
Serialized Fields
clientRegistration
OAuth2ClientRegistration clientRegistration
principal
@Nullable Authentication principal
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2DeviceAuthorizationConsentAuthenticationToken
class OAuth2DeviceAuthorizationConsentAuthenticationToken extends OAuth2AuthorizationConsentAuthenticationToken implements SerializableSE- serialVersionUID:
- 3789252233721827596L
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2DeviceAuthorizationRequestAuthenticationToken
class OAuth2DeviceAuthorizationRequestAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- -561059025431630645L
Serialized Fields
additionalParameters
MapSE<StringSE,
ObjectSE> additionalParameters authorizationUri
@Nullable StringSE authorizationUri
clientPrincipal
Authentication clientPrincipal
deviceCode
@Nullable OAuth2DeviceCode deviceCode
scopes
SetSE<StringSE> scopes
userCode
@Nullable OAuth2UserCode userCode
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2DeviceCodeAuthenticationToken
class OAuth2DeviceCodeAuthenticationToken extends OAuth2AuthorizationGrantAuthenticationToken implements SerializableSE- serialVersionUID:
- 8364555864666204030L
Serialized Fields
deviceCode
StringSE deviceCode
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2DeviceVerificationAuthenticationToken
class OAuth2DeviceVerificationAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- -2164261941629756913L
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2PushedAuthorizationRequestAuthenticationToken
class OAuth2PushedAuthorizationRequestAuthenticationToken extends org.springframework.security.oauth2.server.authorization.authentication.AbstractOAuth2AuthorizationCodeRequestAuthenticationToken implements SerializableSE- serialVersionUID:
- 7330534287786569644L
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2RefreshTokenAuthenticationToken
class OAuth2RefreshTokenAuthenticationToken extends OAuth2AuthorizationGrantAuthenticationToken implements SerializableSE- serialVersionUID:
- 328697547826078993L
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenExchangeActor
class OAuth2TokenExchangeActor extends ObjectSE implements SerializableSE- serialVersionUID:
- -3966261411784615574L
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenExchangeAuthenticationToken
class OAuth2TokenExchangeAuthenticationToken extends OAuth2AuthorizationGrantAuthenticationToken implements SerializableSE- serialVersionUID:
- 2484741634669297785L
Serialized Fields
actorToken
@Nullable StringSE actorToken
actorTokenType
@Nullable StringSE actorTokenType
audiences
SetSE<StringSE> audiences
requestedTokenType
StringSE requestedTokenType
resources
SetSE<StringSE> resources
scopes
SetSE<StringSE> scopes
subjectToken
StringSE subjectToken
subjectTokenType
StringSE subjectTokenType
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenExchangeCompositeAuthenticationToken
class OAuth2TokenExchangeCompositeAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 1912280308201180854L
Serialized Fields
actors
ListSE<OAuth2TokenExchangeActor> actors
subject
Authentication subject
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenIntrospectionAuthenticationToken
class OAuth2TokenIntrospectionAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 9003173975452760956L
Serialized Fields
additionalParameters
MapSE<StringSE,
ObjectSE> additionalParameters clientPrincipal
Authentication clientPrincipal
token
StringSE token
tokenClaims
OAuth2TokenIntrospection tokenClaims
tokenTypeHint
@Nullable StringSE tokenTypeHint
クラス org.springframework.security.oauth2.server.authorization.authentication.OAuth2TokenRevocationAuthenticationToken
class OAuth2TokenRevocationAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- -880609099230203249L
Serialized Fields
clientPrincipal
Authentication clientPrincipal
token
StringSE token
tokenTypeHint
@Nullable StringSE tokenTypeHint
パッケージ org.springframework.security.oauth2.server.authorization.client
クラス org.springframework.security.oauth2.server.authorization.client.RegisteredClient
class RegisteredClient extends ObjectSE implements SerializableSE- serialVersionUID:
- -717282636175335081L
Serialized Fields
authorizationGrantTypes
@Nullable SetSE<AuthorizationGrantType> authorizationGrantTypes
clientAuthenticationMethods
@Nullable SetSE<ClientAuthenticationMethod> clientAuthenticationMethods
clientId
@Nullable StringSE clientId
clientIdIssuedAt
@Nullable InstantSE clientIdIssuedAt
clientName
@Nullable StringSE clientName
clientSecret
@Nullable StringSE clientSecret
clientSecretExpiresAt
@Nullable InstantSE clientSecretExpiresAt
clientSettings
@Nullable ClientSettings clientSettings
id
@Nullable StringSE id
postLogoutRedirectUris
@Nullable SetSE<StringSE> postLogoutRedirectUris
redirectUris
@Nullable SetSE<StringSE> redirectUris
scopes
@Nullable SetSE<StringSE> scopes
tokenSettings
@Nullable TokenSettings tokenSettings
パッケージ org.springframework.security.oauth2.server.authorization.jackson
クラス org.springframework.security.oauth2.server.authorization.jackson.OAuth2AuthorizationServerJacksonModule
class OAuth2AuthorizationServerJacksonModule extends SecurityJacksonModule implements SerializableSE
パッケージ org.springframework.security.oauth2.server.authorization.jackson2
クラス org.springframework.security.oauth2.server.authorization.jackson2.OAuth2AuthorizationServerJackson2Module
class OAuth2AuthorizationServerJackson2Module extends com.fasterxml.jackson.databind.module.SimpleModule implements SerializableSE
パッケージ org.springframework.security.oauth2.server.authorization.oidc
クラス org.springframework.security.oauth2.server.authorization.oidc.OidcClientRegistration
class OidcClientRegistration extends AbstractOAuth2ClientRegistration implements SerializableSE- serialVersionUID:
- -8485448209864668396L
クラス org.springframework.security.oauth2.server.authorization.oidc.OidcProviderConfiguration
class OidcProviderConfiguration extends AbstractOAuth2AuthorizationServerMetadata implements SerializableSE- serialVersionUID:
- -2130128410911549024L
パッケージ org.springframework.security.oauth2.server.authorization.oidc.authentication
クラス org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcClientRegistrationAuthenticationToken
class OidcClientRegistrationAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 5392324479052435784L
Serialized Fields
clientId
@Nullable StringSE clientId
clientRegistration
@Nullable OidcClientRegistration clientRegistration
principal
Authentication principal
クラス org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcLogoutAuthenticationToken
class OidcLogoutAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 4001993612314913888L
Serialized Fields
clientId
@Nullable StringSE clientId
idToken
@Nullable OidcIdToken idToken
idTokenHint
StringSE idTokenHint
postLogoutRedirectUri
@Nullable StringSE postLogoutRedirectUri
principal
Authentication principal
sessionId
@Nullable StringSE sessionId
state
@Nullable StringSE state
クラス org.springframework.security.oauth2.server.authorization.oidc.authentication.OidcUserInfoAuthenticationToken
class OidcUserInfoAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- -3463488286180103730L
Serialized Fields
principal
Authentication principal
userInfo
@Nullable OidcUserInfo userInfo
パッケージ org.springframework.security.oauth2.server.authorization.settings
クラス org.springframework.security.oauth2.server.authorization.settings.AbstractSettings
class AbstractSettings extends ObjectSE implements SerializableSE- serialVersionUID:
- 7434920549178503670L
クラス org.springframework.security.oauth2.server.authorization.settings.AuthorizationServerSettings
class AuthorizationServerSettings extends AbstractSettings implements SerializableSE- serialVersionUID:
- 2719834789442554660L
クラス org.springframework.security.oauth2.server.authorization.settings.ClientSettings
class ClientSettings extends AbstractSettings implements SerializableSE- serialVersionUID:
- 9015034829752473931L
クラス org.springframework.security.oauth2.server.authorization.settings.OAuth2TokenFormat
class OAuth2TokenFormat extends ObjectSE implements SerializableSE- serialVersionUID:
- -3808658977410337294L
Serialized Fields
value
StringSE value
クラス org.springframework.security.oauth2.server.authorization.settings.TokenSettings
class TokenSettings extends AbstractSettings implements SerializableSE- serialVersionUID:
- -2551292126445781141L
パッケージ org.springframework.security.oauth2.server.resource
クラス org.springframework.security.oauth2.server.resource.BearerTokenError
class BearerTokenError extends OAuth2Error implements SerializableSE- serialVersionUID:
- 4521118368930341766L
Serialized Fields
httpStatus
org.springframework.http.HttpStatus httpStatus
scope
@Nullable StringSE scope
例外クラス org.springframework.security.oauth2.server.resource.InvalidBearerTokenException
class InvalidBearerTokenException extends OAuth2AuthenticationException implements SerializableSE- serialVersionUID:
- 6904689954809100280L
クラス org.springframework.security.oauth2.server.resource.OAuth2ProtectedResourceMetadata
class OAuth2ProtectedResourceMetadata extends ObjectSE implements SerializableSE- serialVersionUID:
- -18589911827039000L
パッケージ 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.DPoPAuthenticationToken
class DPoPAuthenticationToken extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 5481690438914686216L
クラス org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken
class JwtAuthenticationToken extends AbstractOAuth2TokenAuthenticationToken<Jwt> implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
name
@Nullable 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
@Nullable PrivateKeySE privateKey
パッケージ org.springframework.security.saml2.jackson
クラス org.springframework.security.saml2.jackson.Saml2JacksonModule
class Saml2JacksonModule extends SecurityJacksonModule implements SerializableSE
パッケージ 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.Saml2AssertionAuthentication
class Saml2AssertionAuthentication extends Saml2Authentication implements SerializableSE- serialVersionUID:
- -4194323643788693205L
Serialized Fields
assertion
Saml2ResponseAssertionAccessor assertion
relyingPartyRegistrationId
StringSE relyingPartyRegistrationId
クラス org.springframework.security.saml2.provider.service.authentication.Saml2Authentication
class Saml2Authentication extends AbstractAuthenticationToken implements SerializableSE- serialVersionUID:
- 405897702378720477L
例外クラス 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 SerializableSE- serialVersionUID:
- 5225098478444036532L
Serialized Fields
authenticationRequest
@Nullable 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.Saml2ResponseAssertion
class Saml2ResponseAssertion extends ObjectSE implements SerializableSE- serialVersionUID:
- -7505233045395024212L
パッケージ 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 SerializableSE- serialVersionUID:
- -2412785556799182734L
クラス 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
@Nullable StringSE nameIdFormat
registrationId
StringSE registrationId
signingX509Credentials
CollectionSE<Saml2X509Credential> signingX509Credentials
singleLogoutServiceBindings
CollectionSE<Saml2MessageBinding> singleLogoutServiceBindings
singleLogoutServiceLocation
@Nullable StringSE singleLogoutServiceLocation
singleLogoutServiceResponseLocation
@Nullable 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
@Nullable StringSE singleLogoutServiceLocation
singleLogoutServiceResponseLocation
@Nullable 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
@Nullable StringSE property
scope
int scope
scopeSpecified
boolean scopeSpecified
securityContextHolderStrategy
SecurityContextHolderStrategy securityContextHolderStrategy
var
@Nullable 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
例外クラス org.springframework.security.web.UnreachableFilterChainException
class UnreachableFilterChainException extends IllegalArgumentExceptionSE implements SerializableSE- serialVersionUID:
- 620L
Serialized Fields
filterChain
SecurityFilterChain filterChain
unreachableFilterChain
SecurityFilterChain unreachableFilterChain
パッケージ 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
@Nullable 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.jackson
クラス org.springframework.security.web.jackson.WebJacksonModule
class WebJacksonModule extends SecurityJacksonModule implements SerializableSEクラス org.springframework.security.web.jackson.WebServletJacksonModule
class WebServletJacksonModule extends SecurityJacksonModule implements SerializableSE
パッケージ 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
@Nullable StringSE contextPath
cookies
ArrayListSE<SavedCookie> cookies
headers
MapSE<StringSE, ListSE<StringSE>> headers
locales
ArrayListSE<LocaleSE> locales
matchingRequestParameterName
@Nullable StringSE matchingRequestParameterName
method
StringSE method
parameters
MapSE<StringSE,
StringSE[]> parameters pathInfo
@Nullable StringSE pathInfo
queryString
@Nullable StringSE queryString
requestURI
StringSE requestURI
requestURL
@Nullable StringSE requestURL
scheme
StringSE scheme
serverName
StringSE serverName
serverPort
int serverPort
servletPath
@Nullable 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.jackson
クラス org.springframework.security.web.server.jackson.WebServerJacksonModule
class WebServerJacksonModule extends SecurityJacksonModule implements SerializableSE
パッケージ 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
@Nullable 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.AttestationConveyancePreference
class AttestationConveyancePreference extends ObjectSE implements SerializableSE- serialVersionUID:
- -4252430175801658788L
Serialized Fields
value
StringSE value
クラス 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 SerializableSE- serialVersionUID:
- -1628559840895428945L
Serialized Fields
attestationObject
Bytes attestationObject
transports
@Nullable 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.AuthenticatorSelectionCriteria
class AuthenticatorSelectionCriteria extends ObjectSE implements SerializableSE- serialVersionUID:
- -5923595063546985635L
Serialized Fields
authenticatorAttachment
@Nullable AuthenticatorAttachment authenticatorAttachment
residentKey
@Nullable ResidentKeyRequirement residentKey
userVerification
@Nullable UserVerificationRequirement userVerification
クラス 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.COSEAlgorithmIdentifier
class COSEAlgorithmIdentifier extends ObjectSE implements SerializableSE- serialVersionUID:
- -4907140472964185350L
Serialized Fields
value
long value
クラス 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
@Nullable 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
@Nullable AuthenticatorAttachment authenticatorAttachment
clientExtensionResults
@Nullable AuthenticationExtensionsClientOutputs clientExtensionResults
id
StringSE id
rawId
Bytes rawId
response
R extends AuthenticatorResponse response
type
@Nullable PublicKeyCredentialType type
クラス org.springframework.security.web.webauthn.api.PublicKeyCredentialCreationOptions
class PublicKeyCredentialCreationOptions extends ObjectSE implements SerializableSE- serialVersionUID:
- 800506727675279143L
Serialized Fields
attestation
@Nullable AttestationConveyancePreference attestation
authenticatorSelection
AuthenticatorSelectionCriteria authenticatorSelection
challenge
Bytes challenge
excludeCredentials
ListSE<PublicKeyCredentialDescriptor> excludeCredentials
extensions
@Nullable AuthenticationExtensionsClientInputs extensions
pubKeyCredParams
ListSE<PublicKeyCredentialParameters> pubKeyCredParams
rp
PublicKeyCredentialRpEntity rp
timeout
@Nullable DurationSE timeout
user
PublicKeyCredentialUserEntity user
クラス org.springframework.security.web.webauthn.api.PublicKeyCredentialDescriptor
class PublicKeyCredentialDescriptor extends ObjectSE implements SerializableSE- serialVersionUID:
- 8793385059692676240L
Serialized Fields
id
@Nullable Bytes id
transports
@Nullable SetSE<AuthenticatorTransport> transports
type
PublicKeyCredentialType type
クラス org.springframework.security.web.webauthn.api.PublicKeyCredentialParameters
class PublicKeyCredentialParameters extends ObjectSE implements SerializableSE- serialVersionUID:
- -623985171385991L
Serialized Fields
alg
COSEAlgorithmIdentifier alg
このメンバーは、新しく生成された認証情報に使用される暗号署名アルゴリズム、ひいては生成される非対称鍵ペアの種類(例: RSA または楕円曲線)を指定します。type
PublicKeyCredentialType type
このメンバーは、作成する認証情報の型を指定します。値は PublicKeyCredentialType のメンバーであるべきですが、クライアントプラットフォームは不明な値を無視し、不明な型の PublicKeyCredentialParameters はすべて無視する必要があります。
クラス 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
@Nullable StringSE rpId
timeout
DurationSE timeout
userVerification
@Nullable UserVerificationRequirement userVerification
クラス org.springframework.security.web.webauthn.api.PublicKeyCredentialRpEntity
class PublicKeyCredentialRpEntity extends ObjectSE implements SerializableSE- serialVersionUID:
- -2741017471467698174L
クラス 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.ResidentKeyRequirement
class ResidentKeyRequirement extends ObjectSE implements SerializableSE- serialVersionUID:
- 1730700608982834858L
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.jackson.WebauthnJacksonModule
class WebauthnJacksonModule extends SecurityJacksonModule 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