Package org.molgenis.security.token
-
Class Summary Class Description DataServiceTokenService TokensService implementation that uses the DataServiceRestAuthenticationToken Holds the api token, passed by the client via a custom HTTP headerRunAsUserTokenFactory TokenAuthenticationFilter Servlet filter that checks the httprequest for a molgenis security token and if valid logs the user in, else returns a 401TokenAuthenticationProvider AuthenticationProvider that uses the TokenService and expects a RestAuthenticationTokenTokenExtractor Gets the molgenis authentication token from a HttpServletRequestTokenGenerator Generates a secure token -
Annotation Types Summary Annotation Type Description TokenParam Annotation that you can use to bind a String parameter in a handler method to the molgenis token in the request.