JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.rabbitmq.client.amqp.oauth2
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