Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.boot.autoconfigure.security Classes and Interfaces - 53 results found.
NameDescriptionTypePackageFramework
AuthenticationManagerConfigurationConfiguration for a Spring Security in-memory AuthenticationManager.Classorg.springframework.boot.autoconfigure.securitySpring Boot
AuthenticationManagerConfiguration .AuthenticationManagerConfigurationListenerApplicationListener to autowire the AuthenticationEventPublisherinto the AuthenticationManager.Classorg.springframework.boot.autoconfigure.security.AuthenticationManagerConfigurationSpring Boot
AuthoritiesExtractorStrategy used by UserInfoTokenServices to extract authorities from the resourceSince:1.Interfaceorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
AuthorizationServerPropertiesConfiguration properties for OAuth2 Authorization server.Classorg.springframework.boot.autoconfigure.security.oauth2.authserverSpring Boot
BootGlobalAuthenticationConfigurationGlobalAuthenticationConfigurerAdapter to trigger early initialization of@EnableAutoConfiguration beans.Classorg.springframework.boot.autoconfigure.securitySpring Boot
EnableOAuth2SsoEnable OAuth2 Single Sign On (SSO).Classorg.springframework.boot.autoconfigure.security.oauth2.clientSpring Boot
FallbackWebSecurityAutoConfigurationIf the user explicitly disables the basic security features and forgets to@EnableWebSecurity, and yet still wants a bean of typeClassorg.springframework.boot.autoconfigure.securitySpring Boot
FixedAuthoritiesExtractorDefault implementation of AuthoritiesExtractor.Classorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
Http401AuthenticationEntryPointAuthenticationEntryPoint that sends a 401 and Parameterized by the value of theWWW-Authenticate header.Classorg.springframework.boot.autoconfigure.securitySpring Boot
JwtAccessTokenConverterConfigurerCallback interface that can be used to provide additional configuration to theJwtAccessTokenConverter.Interfaceorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
OAuth2AuthorizationServerConfigurationConfiguration for a Spring Security OAuth2 authorization server.Classorg.springframework.boot.autoconfigure.security.oauth2.authserverSpring Boot
OAuth2AuthorizationServerConfiguration .BaseClientDetailsConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfigurationSpring Boot
OAuth2AuthorizationServerConfiguration .ClientDetailsLoggerClassorg.springframework.boot.autoconfigure.security.oauth2.authserver.OAuth2AuthorizationServerConfigurationSpring Boot
OAuth2AutoConfigurationAuto-configuration for Spring Security OAuth2.Classorg.springframework.boot.autoconfigure.security.oauth2Spring Boot
OAuth2ClientPropertiesConfiguration properties for OAuth2 Client.Classorg.springframework.boot.autoconfigure.security.oauth2Spring Boot
OAuth2MethodSecurityConfigurationAuto-configure an expression handler for method-level security (if the user already has@EnableGlobalMethodSecurity).Classorg.springframework.boot.autoconfigure.security.oauth2.methodSpring Boot
OAuth2ResourceServerConfigurationAuto-configure a Spring Security OAuth2 resource server.Classorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
OAuth2ResourceServerConfiguration .ResourceSecurityConfigurerClassorg.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfigurationSpring Boot
OAuth2ResourceServerConfiguration .ResourceServerConditionClassorg.springframework.boot.autoconfigure.security.oauth2.resource.OAuth2ResourceServerConfigurationSpring Boot
OAuth2RestOperationsConfigurationConfiguration for OAuth2 Single Sign On REST operations.Classorg.springframework.boot.autoconfigure.security.oauth2.clientSpring Boot
OAuth2RestOperationsConfiguration .BaseConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfigurationSpring Boot
OAuth2RestOperationsConfiguration .RequestScopedConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfigurationSpring Boot
OAuth2RestOperationsConfiguration .SessionScopedConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfigurationSpring Boot
OAuth2RestOperationsConfiguration .SessionScopedConfiguration .ClientContextConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfiguration.SessionScopedConfigurationSpring Boot
OAuth2RestOperationsConfiguration .SingletonScopedConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2RestOperationsConfigurationSpring Boot
OAuth2SsoCustomConfigurationConfiguration for OAuth2 Single Sign On (SSO) when there is an existingWebSecurityConfigurerAdapter provided by the user and annotated withClassorg.springframework.boot.autoconfigure.security.oauth2.clientSpring Boot
OAuth2SsoCustomConfiguration .WebSecurityEnhancerConditionClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoCustomConfigurationSpring Boot
OAuth2SsoDefaultConfigurationConfiguration for OAuth2 Single Sign On (SSO).Classorg.springframework.boot.autoconfigure.security.oauth2.clientSpring Boot
OAuth2SsoDefaultConfiguration .NeedsWebSecurityConditionClassorg.springframework.boot.autoconfigure.security.oauth2.client.OAuth2SsoDefaultConfigurationSpring Boot
OAuth2SsoPropertiesConfiguration properties for OAuth2 Single Sign On (SSO).Classorg.springframework.boot.autoconfigure.security.oauth2.clientSpring Boot
ResourceServerPropertiesConfiguration properties for OAuth2 Resources.Classorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
ResourceServerTokenServicesConfigurationConfiguration for an OAuth2 resource server.Classorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
ResourceServerTokenServicesConfiguration .JwtTokenServicesConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfigurationSpring Boot
ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfigurationSpring Boot
ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration .SocialTokenServicesConfiguClassorg.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfigurationSpring Boot
ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration .TokenInfoServicesConfiguraClassorg.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfigurationSpring Boot
ResourceServerTokenServicesConfiguration .RemoteTokenServicesConfiguration .UserInfoTokenServicesConfiClassorg.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfiguration.RemoteTokenServicesConfigurationSpring Boot
ResourceServerTokenServicesConfiguration .UserInfoRestTemplateConfigurationClassorg.springframework.boot.autoconfigure.security.oauth2.resource.ResourceServerTokenServicesConfigurationSpring Boot
SecurityAuthorizeModeenum SecurityAuthorizeModeSecurity authorization modes as specified in SecurityProperties.Classorg.springframework.boot.autoconfigure.securitySpring Boot
SecurityAutoConfigurationAuto-configuration for Spring Security.Classorg.springframework.boot.autoconfigure.securitySpring Boot
SecurityDataConfigurationAutomatically adds Spring Security's integration with Spring Data.Classorg.springframework.boot.autoconfigure.securitySpring Boot
SecurityFilterAutoConfigurationAuto-configuration for Spring Security's Filter.Classorg.springframework.boot.autoconfigure.securitySpring Boot
SecurityPropertiesProperties for the security aspects of an application.Classorg.springframework.boot.autoconfigure.securitySpring Boot
SecurityProperties .BasicClassorg.springframework.boot.autoconfigure.security.SecurityPropertiesSpring Boot
SecurityProperties .HeadersClassorg.springframework.boot.autoconfigure.security.SecurityPropertiesSpring Boot
SecurityProperties .Headers .HSTSReturns the enum constant of this type with the specified name.Classorg.springframework.boot.autoconfigure.security.SecurityProperties.HeadersSpring Boot
SecurityProperties .UserClassorg.springframework.boot.autoconfigure.security.SecurityPropertiesSpring Boot
SpringBootWebSecurityConfigurationAuto-configuration for security of a web application orservice.Classorg.springframework.boot.autoconfigure.securitySpring Boot
SpringBootWebSecurityConfiguration .ApplicationNoWebSecurityConfigurerAdapterClassorg.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfigurationSpring Boot
SpringBootWebSecurityConfiguration .ApplicationWebSecurityConfigurerAdapterClassorg.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfigurationSpring Boot
SpringSocialTokenServicesResourceServerTokenServices backed by Spring Social.Classorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
UserInfoRestTemplateCustomizerCallback for customizing the rest template used to fetch user details if authenticationis done via OAuth2 access tokens.Interfaceorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot
UserInfoTokenServicesResourceServerTokenServices that uses a user info REST service.Classorg.springframework.boot.autoconfigure.security.oauth2.resourceSpring Boot