Class AtlasAccount
- java.lang.Object
-
- software.tnb.db.mongodb.account.MongoDBAccount
-
- software.tnb.db.mongodb.account.managed.AtlasAccount
-
public class AtlasAccount extends MongoDBAccount implements WithId
-
-
Constructor Summary
Constructors Constructor Description AtlasAccount()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringcredentialsId()-
Methods inherited from class software.tnb.db.mongodb.account.MongoDBAccount
clientBeanName, database, password, replicaSetKey, replicaSetMode, replicaSetName, replicaSetUrl, rootPassword, setClientBeanName, setDatabase, setPassword, setReplicaSetKey, setReplicaSetMode, setReplicaSetName, setReplicaSetUrl, setRootPassword, setUsername, username
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.tnb.common.account.Account
toProperties
-
-
-
-
Method Detail
-
credentialsId
public String credentialsId()
- Specified by:
credentialsIdin interfaceWithId
-
-