@FunctionalInterface public interface TokenAuthenticator
SecurityContext given a token header value.| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.SecurityContext |
authenticate(String token)
Creates a
SecurityContext for the given token value. |
javax.ws.rs.core.SecurityContext authenticate(String token)
SecurityContext for the given token value.token - the token valueCopyright © 2018. All rights reserved.