Interface TokenLockProvider
- All Known Implementing Classes:
NoOpTokenLockProvider
,StripedTokenLockProvider
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Provides locks for tokens.
Same instance of
TokenLockProvider
should be reused across all CrowdHttpAuthenticator
s at runtime.-
Method Summary
-
Method Details
-
getLock
Returns lock for given token- Parameters:
token
- SSO token- Returns:
- lock
-