public class DefaultMongoUpdaterProvider extends Object implements MongoUpdaterProvider
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANGE_LOG_COLLECTION |
static org.jboss.logging.Logger |
log |
| Constructor and Description |
|---|
DefaultMongoUpdaterProvider() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
update(KeycloakSession session,
com.mongodb.DB db) |
void |
validate(KeycloakSession session,
com.mongodb.DB db) |
public static final org.jboss.logging.Logger log
public static final String CHANGE_LOG_COLLECTION
public void update(KeycloakSession session, com.mongodb.DB db)
update in interface MongoUpdaterProviderpublic void validate(KeycloakSession session, com.mongodb.DB db)
validate in interface MongoUpdaterProviderCopyright © 2016 JBoss by Red Hat. All rights reserved.