JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.ametys.plugins.site.token
Interface GetToken
All Known Implementing Classes:
RequestParamToken
,
WebdavToken
public interface
GetToken
Component responsible for extracting token from an incoming request.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
String
getToken
(
Request
request)
Get an authentication token from the request, if any.
Method Detail
getToken
String
getToken
(
Request
request)
Get an authentication token from the request, if any.
Parameters:
request
- the current request.
Returns:
the token or null if it doesn't exist.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method