Package org.ametys.plugins.site.token
Class RequestParamToken
- java.lang.Object
-
- org.ametys.plugins.site.token.RequestParamToken
-
- All Implemented Interfaces:
GetToken
public class RequestParamToken extends Object implements GetToken
Get a token from a request parameter named "token".
-
-
Constructor Summary
Constructors Constructor Description RequestParamToken()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getToken(Request request)
Get an authentication token from the request, if any.String
getTokenContext(Request request)
Get an authentication token context from the request, if any.
-
-
-
Constructor Detail
-
RequestParamToken
public RequestParamToken()
-
-
Method Detail
-
getToken
public String getToken(Request request)
Description copied from interface:GetToken
Get an authentication token from the request, if any.
-
getTokenContext
public String getTokenContext(Request request)
Description copied from interface:GetToken
Get an authentication token context from the request, if any.- Specified by:
getTokenContext
in interfaceGetToken
- Parameters:
request
- the current request.- Returns:
- the token context or null if it doesn't exist.
-
-