JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
com.rabbitmq.client.amqp.oauth2
TokenParser
Contents
Description
Method Summary
Method Details
parse(String)
Hide sidebar
Show sidebar
Interface TokenParser
All Known Implementing Classes:
GsonTokenParser
public interface
TokenParser
Contract to parse a token from a string.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Token
parse
(
String
tokenAsString)
Parse the token.
Method Details
parse
Token
parse
(
String
tokenAsString)
Parse the token.
Parameters:
tokenAsString
- token as a string
Returns:
the token