Package io.undertow.security.idm
Interface Account
-
- All Superinterfaces:
java.io.Serializable
public interface Account extends java.io.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 java.security.Principal
getPrincipal()
java.util.Set<java.lang.String>
getRoles()
Returns the users roles.
-