@Deprecated public class AADAppRoleStatelessAuthenticationFilter extends org.springframework.web.filter.OncePerRequestFilter
| Constructor and Description |
|---|
AADAppRoleStatelessAuthenticationFilter(UserPrincipalManager principalManager)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
doFilterInternal(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
javax.servlet.FilterChain filterChain)
Deprecated.
|
protected Set<org.springframework.security.core.authority.SimpleGrantedAuthority> |
toSimpleGrantedAuthoritySet(UserPrincipal userPrincipal)
Deprecated.
|
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatchpublic AADAppRoleStatelessAuthenticationFilter(UserPrincipalManager principalManager)
protected void doFilterInternal(javax.servlet.http.HttpServletRequest httpServletRequest,
javax.servlet.http.HttpServletResponse httpServletResponse,
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> toSimpleGrantedAuthoritySet(UserPrincipal userPrincipal)
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.