Package io.dialob.security.aws.elb
Class ElbBasedPreAuthenticatedWebAuthenticationDetailsSource
- java.lang.Object
-
- io.dialob.security.aws.elb.ElbBasedPreAuthenticatedWebAuthenticationDetailsSource
-
- All Implemented Interfaces:
org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails>
public class ElbBasedPreAuthenticatedWebAuthenticationDetailsSource extends Object implements org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails>
-
-
Constructor Summary
Constructors Constructor Description ElbBasedPreAuthenticatedWebAuthenticationDetailsSource(org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper grantedAuthoritiesMapper, com.nimbusds.jwt.proc.JWTProcessor jwtProcessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetailsbuildDetails(javax.servlet.http.HttpServletRequest request)
-
-
-
Constructor Detail
-
ElbBasedPreAuthenticatedWebAuthenticationDetailsSource
public ElbBasedPreAuthenticatedWebAuthenticationDetailsSource(@NonNull org.springframework.security.core.authority.mapping.GrantedAuthoritiesMapper grantedAuthoritiesMapper, @NonNull com.nimbusds.jwt.proc.JWTProcessor jwtProcessor)
-
-
Method Detail
-
buildDetails
public org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails buildDetails(javax.servlet.http.HttpServletRequest request)
- Specified by:
buildDetailsin interfaceorg.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,org.springframework.security.web.authentication.preauth.PreAuthenticatedGrantedAuthoritiesWebAuthenticationDetails>
-
-