Package io.undertow.security.idm
Interface Account
- All Superinterfaces:
Serializable
Representation of an account, most likely a user account.
- Author:
- Darran Lofthouse
-
Method Summary
-
Method Details
-
getPrincipal
Principal getPrincipal() -
getRoles
Returns the users roles.- Returns:
- A set of the users roles
-