Package org.restheart.plugins.security
Class BaseAccount
- java.lang.Object
-
- org.restheart.plugins.security.BaseAccount
-
- All Implemented Interfaces:
io.undertow.security.idm.Account,Serializable
- Direct Known Subclasses:
PwdCredentialAccount
public class BaseAccount extends Object implements io.undertow.security.idm.Account
Base concrete Account implementation- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BaseAccount(String name, Set<String> roles)
-