public interface TokenProcessor
| Modifier and Type | Method and Description |
|---|---|
String |
processAfterCreation(String token) |
String |
processBeforeConsumption(String token) |
String processAfterCreation(String token) throws TokenProcessingException
TokenProcessingExceptionString processBeforeConsumption(String token) throws TokenProcessingException
TokenProcessingExceptionCopyright © 2014. All rights reserved.