Class MongoRealmAccount

All Implemented Interfaces:
io.undertow.security.idm.Account, Serializable, WithProperties<org.bson.BsonDocument>

public class MongoRealmAccount extends PwdCredentialAccount implements WithProperties<org.bson.BsonDocument>
Account implementation used by MongoRealmAuthenticator
Author:
Andrea Di Cesare <andrea@softinstigate.com>
See Also:
  • Constructor Details

    • MongoRealmAccount

      public MongoRealmAccount(String name, char[] password, Set<String> roles, org.bson.BsonDocument properties)
      Parameters:
      name -
      password -
      roles -
      accountDocument -
  • Method Details