Class ElbAuthenticationStrategy

java.lang.Object
io.dialob.security.aws.elb.ElbAuthenticationStrategy
All Implemented Interfaces:
AuthenticationStrategy

public class ElbAuthenticationStrategy extends Object implements AuthenticationStrategy
  • Constructor Summary

    Constructors
    Constructor
    Description
    ElbAuthenticationStrategy(org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper grantedAuthoritiesMapper, com.nimbusds.jwt.proc.JWTProcessor jwtProcessor, org.springframework.security.authentication.AuthenticationManager authenticationManager)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.springframework.security.config.annotation.web.builders.HttpSecurity
    configureAuthentication(org.springframework.security.config.annotation.web.builders.HttpSecurity http)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      configureAuthentication in interface AuthenticationStrategy
      Throws:
      Exception