public class MongoDBAuthenticationUtils
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getRootPassword(Entity entity) |
static void |
setAuthenticationConfig(Entity entity,
Entity source)
Configures the
spec with authentication configuration from source |
static void |
setAuthenticationConfig(EntitySpec<?> spec,
Entity source)
Configures the
spec with authentication configuration from source |
static boolean |
usesAuthentication(Entity entity) |
public static boolean usesAuthentication(Entity entity)
public static java.lang.String getRootPassword(Entity entity)
public static void setAuthenticationConfig(EntitySpec<?> spec, Entity source)
spec
with authentication configuration from source