Interface SecureUserTokenManager

All Known Implementing Classes:
DefaultSecureUserTokenManager

public interface SecureUserTokenManager
Provides the ability to generated and multiple secure tokens for a given user and type.

The token and type can then be resolved back to that user.

Tokens provided by these implementations should be generated securly (i.e. using DefaultSecureTokenGenerator) expire after 30 minutes and only be available for use once!

Since:
v4.4
  • Method Details