public interface AuthenticationPlugin
| Modifier and Type | Method and Description |
|---|---|
ReadToken |
extractReadToken(java.lang.String token)
This method attempts to extract a ReadToken from a provided token string.
|
WriteToken |
extractWriteToken(java.lang.String token)
This method attempts to extract a WriteToken from a provided token string.
|
ReadToken extractReadToken(java.lang.String token) throws WarpScriptException
token - Token string to parseWarpScriptException - If the provided token string is of the correct type but invalid.WriteToken extractWriteToken(java.lang.String token) throws WarpScriptException
token - Token string to parseWarpScriptException - If the provided token string is of the correct type but invalid.