メソッド | メソッド | 説明 |
|---|
| org.springframework.security.authentication.DefaultAuthenticationEventPublisher.setAdditionalExceptionMappings(Properties) | |
|---|
| org.springframework.security.config.annotation.rsocket.RSocketSecurity.basicAuthentication(Customizer<RSocketSecurity.BasicAuthenticationSpec>) | |
|---|
| org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry.antMatchers(HttpMethod) | |
|---|
| org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry.mvcMatchers(String...) | |
|---|
| org.springframework.security.config.annotation.web.AbstractRequestMatcherRegistry.regexMatchers(HttpMethod, String...) | |
|---|
| org.springframework.security.config.annotation.web.builders.HttpSecurity.antMatcher(String) | |
|---|
| org.springframework.security.config.annotation.web.builders.HttpSecurity.authorizeRequests() | |
|---|
| org.springframework.security.config.annotation.web.builders.HttpSecurity.mvcMatcher(String) | |
|---|
| org.springframework.security.config.annotation.web.builders.HttpSecurity.openidLogin() | |
|---|
| org.springframework.security.config.annotation.web.builders.HttpSecurity.regexMatcher(String) | |
|---|
| org.springframework.security.config.annotation.web.builders.HttpSecurity.requestMatcher(RequestMatcher) | |
|---|
| org.springframework.security.config.annotation.web.builders.HttpSecurity.RequestMatcherConfigurer.mvcMatchers(HttpMethod, String...) | |
|---|
| org.springframework.security.config.annotation.web.builders.HttpSecurity.requestMatchers() | |
|---|
| org.springframework.security.config.annotation.web.builders.WebSecurity.IgnoredRequestConfigurer.mvcMatchers(HttpMethod, String...) | |
|---|
| org.springframework.security.config.annotation.web.builders.WebSecurity.securityInterceptor(FilterSecurityInterceptor) | |
|---|
| org.springframework.security.config.annotation.web.configurers.AuthorizeHttpRequestsConfigurer.AuthorizationManagerRequestMatcherRegistry.mvcMatchers(String...) | |
|---|
| org.springframework.security.config.annotation.web.configurers.ChannelSecurityConfigurer.ChannelRequestMatcherRegistry.mvcMatchers(HttpMethod, String...) | |
|---|
| org.springframework.security.config.annotation.web.configurers.CsrfConfigurer.ignoringAntMatchers(String...) | |
|---|
| org.springframework.security.config.annotation.web.configurers.ExpressionUrlAuthorizationConfigurer.ExpressionInterceptUrlRegistry.mvcMatchers(HttpMethod, String...) | |
|---|
| org.springframework.security.config.annotation.web.configurers.HeadersConfigurer.featurePolicy(String) | |
|---|
| org.springframework.security.config.annotation.web.configurers.HeadersConfigurer.httpPublicKeyPinning() | |
|---|
| org.springframework.security.config.annotation.web.configurers.HeadersConfigurer.XXssConfig.block(boolean) | |
|---|
| org.springframework.security.config.annotation.web.configurers.HeadersConfigurer.XXssConfig.xssProtectionEnabled(boolean) | |
|---|
| org.springframework.security.config.annotation.web.configurers.oauth2.client.OAuth2LoginConfigurer.UserInfoEndpointConfig.customUserType(Class<? extends OAuth2User>, String) | |
|---|
| org.springframework.security.config.annotation.web.configurers.UrlAuthorizationConfigurer.StandardInterceptUrlRegistry.mvcMatchers(HttpMethod, String...) | |
|---|
| org.springframework.security.config.annotation.web.socket.AbstractSecurityWebSocketMessageBrokerConfigurer.setMessageExpessionHandler(List<SecurityExpressionHandler<Message<Object>>>) | |
|---|
| org.springframework.security.config.web.server.ServerHttpSecurity.CsrfSpec.tokenFromMultipartDataEnabled(boolean) | |
|---|
| org.springframework.security.config.web.server.ServerHttpSecurity.HeaderSpec.featurePolicy(String) | |
|---|
| org.springframework.security.core.userdetails.User.withDefaultPasswordEncoder() | |
|---|
| org.springframework.security.crypto.argon2.Argon2PasswordEncoder.defaultsForSpringSecurity_v5_2() | |
|---|
| org.springframework.security.crypto.encrypt.Encryptors.queryableText(CharSequence, CharSequence) | |
|---|
| org.springframework.security.crypto.password.Pbkdf2PasswordEncoder.defaultsForSpringSecurity_v5_5() | |
|---|
| org.springframework.security.crypto.scrypt.SCryptPasswordEncoder.defaultsForSpringSecurity_v4_1() | |
|---|
| org.springframework.security.oauth2.client.OAuth2AuthorizedClientProviderBuilder.password() | |
|---|
| org.springframework.security.oauth2.client.oidc.web.logout.OidcClientInitiatedLogoutSuccessHandler.setPostLogoutRedirectUri(URI) | |
|---|
| org.springframework.security.oauth2.client.oidc.web.server.logout.OidcClientInitiatedServerLogoutSuccessHandler.setPostLogoutRedirectUri(URI) | |
|---|
| org.springframework.security.oauth2.client.ReactiveOAuth2AuthorizedClientProviderBuilder.password() | |
|---|
| org.springframework.security.oauth2.client.registration.ClientRegistration.Builder.redirectUriTemplate(String) | |
|---|
| org.springframework.security.oauth2.client.registration.ClientRegistration.getRedirectUriTemplate() | |
|---|
| org.springframework.security.oauth2.client.web.AuthorizationRequestRepository.removeAuthorizationRequest(HttpServletRequest) | |
|---|
| org.springframework.security.oauth2.client.web.HttpSessionOAuth2AuthorizationRequestRepository.setAllowMultipleAuthorizationRequests(boolean) | |
|---|
| org.springframework.security.oauth2.client.web.method.annotation.OAuth2AuthorizedClientArgumentResolver.setClientCredentialsTokenResponseClient(OAuth2AccessTokenResponseClient<OAuth2ClientCredentialsGrantRequest>) | |
|---|
| org.springframework.security.oauth2.client.web.reactive.function.client.ServerOAuth2AuthorizedClientExchangeFilterFunction.setAccessTokenExpiresSkew(Duration) | |
|---|
| org.springframework.security.oauth2.client.web.reactive.function.client.ServerOAuth2AuthorizedClientExchangeFilterFunction.setClientCredentialsTokenResponseClient(ReactiveOAuth2AccessTokenResponseClient<OAuth2ClientCredentialsGrantRequest>) | |
|---|
| org.springframework.security.oauth2.client.web.reactive.function.client.ServletOAuth2AuthorizedClientExchangeFilterFunction.setAccessTokenExpiresSkew(Duration) | |
|---|
| org.springframework.security.oauth2.client.web.reactive.function.client.ServletOAuth2AuthorizedClientExchangeFilterFunction.setClientCredentialsTokenResponseClient(OAuth2AccessTokenResponseClient<OAuth2ClientCredentialsGrantRequest>) | |
|---|
| org.springframework.security.oauth2.client.web.server.WebSessionOAuth2ServerAuthorizationRequestRepository.setAllowMultipleAuthorizationRequests(boolean) | |
|---|
| org.springframework.security.oauth2.core.ClaimAccessor.containsClaim(String) | |
|---|
| org.springframework.security.oauth2.core.endpoint.OAuth2AuthorizationRequest.implicit() | |
|---|
| org.springframework.security.oauth2.core.http.converter.OAuth2AccessTokenResponseHttpMessageConverter.setTokenResponseConverter(Converter<Map<String, String>, OAuth2AccessTokenResponse>) | |
|---|
| org.springframework.security.oauth2.core.http.converter.OAuth2AccessTokenResponseHttpMessageConverter.setTokenResponseParametersConverter(Converter<OAuth2AccessTokenResponse, Map<String, String>>) | |
|---|
| org.springframework.security.oauth2.core.oidc.OidcUserInfo.Builder.phoneNumberVerified(String) | |
|---|
| org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationConverter.extractAuthorities(Jwt) | |
|---|
| org.springframework.security.oauth2.server.resource.introspection.OAuth2IntrospectionClaimAccessor.getScope() | |
|---|
| org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationException.getError() | |
|---|
| org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationRequestFactory.createAuthenticationRequest(Saml2AuthenticationRequest) | |
|---|
| org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationToken.getIdpEntityId() | |
|---|
| org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationToken.getLocalSpEntityId() | |
|---|
| org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationToken.getRecipientUri() | |
|---|
| org.springframework.security.saml2.provider.service.authentication.Saml2AuthenticationToken.getX509Credentials() | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.Builder.assertionConsumerServiceUrlTemplate(String) | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.Builder.credentials(Consumer<Collection<Saml2X509Credential>>) | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.Builder.idpWebSsoUrl(String) | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.Builder.localEntityIdTemplate(String) | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.Builder.providerDetails(Consumer<RelyingPartyRegistration.ProviderDetails.Builder>) | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.Builder.remoteIdpEntityId(String) | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.getAssertionConsumerServiceUrlTemplate() | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.getCredentials() | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.getDecryptionCredentials() | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.getEncryptionCredentials() | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.getIdpWebSsoUrl() | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.getLocalEntityIdTemplate() | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.getProviderDetails() | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.getRemoteIdpEntityId() | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.getSigningCredentials() | |
|---|
| org.springframework.security.saml2.provider.service.registration.RelyingPartyRegistration.getVerificationCredentials() | |
|---|
| org.springframework.security.saml2.provider.service.web.Saml2WebSsoAuthenticationRequestFilter.setAuthenticationRequestFactory(Saml2AuthenticationRequestFactory) | |
|---|
| org.springframework.security.saml2.provider.service.web.Saml2WebSsoAuthenticationRequestFilter.setRedirectMatcher(RequestMatcher) | |
|---|
| org.springframework.security.web.context.SecurityContextRepository.loadContext(HttpRequestResponseHolder) | |
|---|
| org.springframework.security.web.firewall.StrictHttpFirewall.getEncodedUrlBlacklist() | |
|---|
| org.springframework.security.web.header.writers.XXssProtectionHeaderWriter.setBlock(boolean) | |
|---|
| org.springframework.security.web.header.writers.XXssProtectionHeaderWriter.setEnabled(boolean) | |
|---|
| org.springframework.security.web.server.authentication.AuthenticationWebFilter.setAuthenticationConverter(Function<ServerWebExchange, Mono<Authentication>>) | |
|---|
| org.springframework.security.web.server.authorization.ExceptionTranslationWebFilter.setMessageSource(MessageSource) | |
|---|
| org.springframework.security.web.server.csrf.CsrfWebFilter.setTokenFromMultipartDataEnabled(boolean) | |
|---|
| org.springframework.security.web.server.header.XXssProtectionServerHttpHeadersWriter.setBlock(boolean) | |
|---|
| org.springframework.security.web.server.header.XXssProtectionServerHttpHeadersWriter.setEnabled(boolean) | |
|---|
| org.springframework.security.web.server.ServerFormLoginAuthenticationConverter.apply(ServerWebExchange) | |
|---|
| org.springframework.security.web.server.ServerHttpBasicAuthenticationConverter.apply(ServerWebExchange) | |
|---|
| org.springframework.security.web.servlet.util.matcher.MvcRequestMatcher.extractUriTemplateVariables(HttpServletRequest) | |
|---|
| org.springframework.security.web.session.ConcurrentSessionFilter.determineExpiredUrl(HttpServletRequest, SessionInformation) | |
|---|
| org.springframework.security.web.session.ConcurrentSessionFilter.setRedirectStrategy(RedirectStrategy) | |
|---|
| org.springframework.security.web.util.matcher.AntPathRequestMatcher.extractUriTemplateVariables(HttpServletRequest) | |
|---|