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