Package org.restheart.security
Class FileRealmAccount
java.lang.Object
org.restheart.security.BaseAccount
org.restheart.security.PwdCredentialAccount
org.restheart.security.FileRealmAccount
- All Implemented Interfaces:
io.undertow.security.idm.Account,Serializable,WithProperties<Map<String,? super Object>>
public class FileRealmAccount
extends PwdCredentialAccount
implements WithProperties<Map<String,? super Object>>
Account implementation used by FileRealmAuthenticator
- Author:
- Andrea Di Cesare <andrea@softinstigate.com>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.restheart.security.PwdCredentialAccount
getCredentialsMethods inherited from class org.restheart.security.BaseAccount
getPrincipal, getRoles, toString
-
Constructor Details
-
Method Details
-
properties
- Specified by:
propertiesin interfaceWithProperties<Map<String,? super Object>>
-
propertiesAsMap
- Specified by:
propertiesAsMapin interfaceWithProperties<Map<String,? super Object>>
-