Class PwdCredentialAccount
- java.lang.Object
-
- org.restheart.security.plugins.authenticators.BaseAccount
-
- org.restheart.security.plugins.authenticators.PwdCredentialAccount
-
- All Implemented Interfaces:
io.undertow.security.idm.Account,Serializable
public class PwdCredentialAccount extends BaseAccount
Account implementation that holds PasswordCredential- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PwdCredentialAccount(String name, char[] password, Set<String> roles)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.undertow.security.idm.PasswordCredentialgetCredentials()-
Methods inherited from class org.restheart.security.plugins.authenticators.BaseAccount
getPrincipal, getRoles, toString
-
-