Uses of Class
com.erudika.para.server.security.filters.GoogleAuthFilter
Packages that use GoogleAuthFilter
-
Uses of GoogleAuthFilter in com.erudika.para.server.security
Methods in com.erudika.para.server.security that return GoogleAuthFilterModifier and TypeMethodDescriptionSecurityConfig.getGoogleFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager) getter/setter.Methods in com.erudika.para.server.security with parameters of type GoogleAuthFilterModifier and TypeMethodDescriptionorg.springframework.security.web.SecurityFilterChainSecurityConfig.filterChain(org.springframework.security.config.annotation.web.builders.HttpSecurity http, org.springframework.security.authentication.AuthenticationManager authManager, FacebookAuthFilter facebookAuth, GoogleAuthFilter googleAuth, GitHubAuthFilter githubAuth, LinkedInAuthFilter linkedinAuth, TwitterAuthFilter twitterAuth, MicrosoftAuthFilter microsoftAuth, SlackAuthFilter slackAuth, AmazonAuthFilter amazonAuth, GenericOAuth2Filter oauth2Auth, LdapAuthFilter ldapAuth, PasswordAuthFilter passwordAuth, PasswordlessAuthFilter passwordlessAuth) Configures the protected private resources.SecurityConfig.getJWTAuthFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager, FacebookAuthFilter facebookAuth, GoogleAuthFilter googleAuth, GitHubAuthFilter githubAuth, LinkedInAuthFilter linkedinAuth, TwitterAuthFilter twitterAuth, MicrosoftAuthFilter microsoftAuth, SlackAuthFilter slackAuth, AmazonAuthFilter amazonAuth, GenericOAuth2Filter oauth2Auth, LdapAuthFilter ldapAuth, PasswordAuthFilter passwordAuth, PasswordlessAuthFilter passwordlessAuth) getter/setter.Constructors in com.erudika.para.server.security with parameters of type GoogleAuthFilterModifierConstructorDescriptionJWTRestfulAuthFilter(org.springframework.security.authentication.AuthenticationManager authenticationManager, FacebookAuthFilter facebookAuth, GoogleAuthFilter googleAuth, GitHubAuthFilter githubAuth, LinkedInAuthFilter linkedinAuth, TwitterAuthFilter twitterAuth, MicrosoftAuthFilter microsoftAuth, SlackAuthFilter slackAuth, AmazonAuthFilter amazonAuth, GenericOAuth2Filter oauth2Auth, LdapAuthFilter ldapAuth, PasswordAuthFilter passwordAuth, PasswordlessAuthFilter passwordlessAuth) Default constructor.