Class DelegatingServerAuthenticationEntryPoint.DelegateEntry
- java.lang.Object
 - 
- org.springframework.security.web.server.DelegatingServerAuthenticationEntryPoint.DelegateEntry
 
 
- 
- Enclosing class:
 - DelegatingServerAuthenticationEntryPoint
 
public static class DelegatingServerAuthenticationEntryPoint.DelegateEntry extends java.lang.Object 
- 
- 
Constructor Summary
Constructors Constructor Description DelegateEntry(ServerWebExchangeMatcher matcher, ServerAuthenticationEntryPoint entryPoint) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServerAuthenticationEntryPointgetEntryPoint()ServerWebExchangeMatchergetMatcher() 
 - 
 
- 
- 
Constructor Detail
- 
DelegateEntry
public DelegateEntry(ServerWebExchangeMatcher matcher, ServerAuthenticationEntryPoint entryPoint)
 
 - 
 
- 
Method Detail
- 
getMatcher
public ServerWebExchangeMatcher getMatcher()
 
- 
getEntryPoint
public ServerAuthenticationEntryPoint getEntryPoint()
 
 - 
 
 -