Interface Principal
- All Known Implementing Classes:
DefaultPrincipal
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
This represents the information available an authenticated entity.
In case of basic authentication this will directly represent a user, in case of client credentials this is the client.
-
Method Summary
-
Method Details
-
getPrincipalId
The identifier for this Principal.- Returns:
- The identifier.
-