Package io.dialob.security.aws.elb
Class ElbAuthenticationStrategy
java.lang.Object
io.dialob.security.aws.elb.ElbAuthenticationStrategy
- All Implemented Interfaces:
AuthenticationStrategy
-
Constructor Summary
ConstructorsConstructorDescriptionElbAuthenticationStrategy(org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper grantedAuthoritiesMapper, com.nimbusds.jwt.proc.JWTProcessor jwtProcessor, org.springframework.security.authentication.AuthenticationManager authenticationManager) -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.security.config.annotation.web.builders.HttpSecurityconfigureAuthentication(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
-
Constructor Details
-
ElbAuthenticationStrategy
public ElbAuthenticationStrategy(@NonNull org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper grantedAuthoritiesMapper, @NonNull com.nimbusds.jwt.proc.JWTProcessor jwtProcessor, org.springframework.security.authentication.AuthenticationManager authenticationManager)
-
-
Method Details
-
configureAuthentication
public org.springframework.security.config.annotation.web.builders.HttpSecurity configureAuthentication(@NonNull org.springframework.security.config.annotation.web.builders.HttpSecurity http) throws Exception - Specified by:
configureAuthenticationin interfaceAuthenticationStrategy- Throws:
Exception
-