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

public class PwdCredentialAccount extends BaseAccount
Account implementation that holds PasswordCredential
Author:
Andrea Di Cesare <andrea@softinstigate.com>
See Also:
  • Constructor Details

    • PwdCredentialAccount

      public PwdCredentialAccount(String name, char[] password, Set<String> roles)
      Parameters:
      name -
      password -
      roles -
  • Method Details

    • getCredentials

      public io.undertow.security.idm.PasswordCredential getCredentials()
      Returns: