public abstract class TokenReader<T> extends TokenDecoder
| Constructor and Description |
|---|
TokenReader() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract T |
build(String rawString,
String decodedHeader,
String decodedBody,
String encodedSignature)
Build the token reader
|
T |
read(String base64String)
Read the base64url token string
|
base64Decode, base64DecodeToByte, base64Encode, base64EncodeCopyright © 2010–2016 The Apache Software Foundation. All rights reserved.