Package io.undertow.security.idm
Interface Account
-
public interface AccountRepresentation 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.
-