package util
Provides implementations of utility traits.
- Alphabetic
- By Inheritance
- util
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class DefaultFingerprintGenerator extends FingerprintGenerator
A generator which creates a SHA1 fingerprint from
User-Agent,Accept-Language,Accept-CharsetandAccept-Encodingheaders and if defined the remote address of the user.A generator which creates a SHA1 fingerprint from
User-Agent,Accept-Language,Accept-CharsetandAccept-Encodingheaders and if defined the remote address of the user.The
Acceptheader would also be a good candidate, but this header makes problems in applications which uses content negotiation. So the default fingerprint generator doesn't include it.The same with
Accept-Encoding. But in Chromium/Blink based browser the content of this header may be changed during requests. @see https://github.com/mohiva/play-silhouette/issues/277 - class PlayCacheLayer extends CacheLayer
Implementation of the cache layer which uses the default Play cache plugin.
- class SecureRandomIDGenerator extends IDGenerator
A generator which uses SecureRandom to generate cryptographically strong IDs.
Value Members
- object SecureRandomIDGenerator
The companion object.