| Interface | Description |
|---|---|
| TokenService |
Store and remove molgenis security tokens
|
| Class | Description |
|---|---|
| DataServiceTokenService |
TokensService implementation that uses the DataService
|
| MolgenisToken |
MolgenisToken: .
|
| MolgenisTokenMetaData | |
| MolgenisTokenRepository | |
| RestAuthenticationToken |
Holds the api token, passed by the client via a custom HTTP header
|
| TokenAuthenticationFilter |
Servlet filter that checks the httprequest for a molgenis security token and if valid logs the user in, else returns
a 401
|
| TokenAuthenticationProvider |
AuthenticationProvider that uses the TokenService and expects a RestAuthenticationToken
|
| TokenExtractor |
Get a molgenis authentication token from a HttpServletRequest
|
| TokenGenerator |
Generates a secure token
|
| Exception | Description |
|---|---|
| UnknownTokenException |
Exception thrown when an invalid token is encountered
|
Copyright © 2015. All Rights Reserved.