Package org.restheart.security
Class PwdCredentialAccount
java.lang.Object
org.restheart.security.BaseAccount
org.restheart.security.PwdCredentialAccount
- All Implemented Interfaces:
io.undertow.security.idm.Account,Serializable
- Direct Known Subclasses:
FileRealmAccount,MongoRealmAccount
Account implementation that holds PasswordCredential
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.restheart.security.BaseAccount
getPrincipal, getRoles, toString
-
Constructor Details
-
PwdCredentialAccount
- Parameters:
name-password-roles-
-
-
Method Details
-
getCredentials
public io.undertow.security.idm.PasswordCredential getCredentials()- Returns:
-