public class AADAppRoleStatelessAuthenticationFilter
extends org.springframework.web.filter.OncePerRequestFilter
| Constructor and Description |
|---|
AADAppRoleStatelessAuthenticationFilter(UserPrincipalManager principalManager) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain) |
protected Set<org.springframework.security.core.authority.SimpleGrantedAuthority> |
rolesToGrantedAuthorities(net.minidev.json.JSONArray roles) |
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchpublic AADAppRoleStatelessAuthenticationFilter(UserPrincipalManager principalManager)
protected void doFilterInternal(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response,
javax.servlet.FilterChain filterChain)
throws javax.servlet.ServletException,
IOException
doFilterInternal in class org.springframework.web.filter.OncePerRequestFilterjavax.servlet.ServletExceptionIOExceptionprotected Set<org.springframework.security.core.authority.SimpleGrantedAuthority> rolesToGrantedAuthorities(net.minidev.json.JSONArray roles)
Copyright © 2020 Microsoft Corporation. All rights reserved.