public interface UserId extends CharSequence
This type is typically used in logging, notably by RequestLogger.
Authentication systems should add a user identifier to the request registry.
| Modifier and Type | Method and Description |
|---|---|
static UserId |
of(String userIdentifier)
Creates new user identifier of the given string.
|
charAt, chars, codePoints, length, subSequence, toString