Package io.undertow.security.idm
Interface Account
-
- All Superinterfaces:
Serializable
public interface Account extends Serializable
Representation of an account, most likely a user account.- Author:
- Darran Lofthouse
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrincipalgetPrincipal()Set<String>getRoles()Returns the users roles.
-