@groovy.util.logging.Slf4j class BearerTokenReader
RFC 6750 implementation of a TokenReader
Constructor and description |
---|
BearerTokenReader
() |
Type | Name and description |
---|---|
AccessToken |
findToken(javax.servlet.http.HttpServletRequest request) Finds the bearer token within the specified request. |
private boolean |
isFormEncoded(javax.servlet.http.HttpServletRequest servletRequest) |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Finds the bearer token within the specified request. It will attempt to look in all places allowed by the specification: Authorization header, form encoded body, and query string.