| .. | .. |
|---|
| 30 | 30 | import org.slf4j.Logger; |
|---|
| 31 | 31 | import org.slf4j.LoggerFactory; |
|---|
| 32 | 32 | |
|---|
| 33 | | -//@Provider |
|---|
| 34 | | -//@Priority(Priorities.AUTHENTICATION) |
|---|
| 35 | | -//public class SecurityInterceptor implements javax.ws.rs.container.ContainerRequestFilter { |
|---|
| 36 | | - |
|---|
| 37 | 33 | @Provider |
|---|
| 38 | | -// @ServerInterceptor |
|---|
| 39 | | -// @Precedence("SECURITY") |
|---|
| 40 | | -// public class SecurityInterceptor implements PreProcessInterceptor { |
|---|
| 41 | 34 | // @PreMatching |
|---|
| 42 | 35 | @Priority(Priorities.AUTHENTICATION) |
|---|
| 43 | 36 | public class SecurityInterceptor implements javax.ws.rs.container.ContainerRequestFilter { |
|---|