Keycloak Connections Mongo 1.3.1.Final
A B C D E G I L M O P R S T U 

A

addAppObjectConverter(Mapper<?, ?>) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
addAppObjectMapper(Mapper<?, ?>) - Method in class org.keycloak.connections.mongo.api.types.MapperRegistry
Add mapper for converting application objects to DB objects
addCreatedEntity(MongoIdentifiableEntity) - Method in interface org.keycloak.connections.mongo.api.context.MongoStoreInvocationContext
 
addCreatedEntity(MongoIdentifiableEntity) - Method in class org.keycloak.connections.mongo.impl.context.SimpleMongoStoreInvocationContext
 
addCreatedEntity(MongoIdentifiableEntity) - Method in class org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext
 
addDBObjectConverter(Mapper<?, ?>) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
addDBObjectMapper(Mapper<?, ?>) - Method in class org.keycloak.connections.mongo.api.types.MapperRegistry
Add mapper for converting DB objects to application objects
addLoadedEntity(MongoIdentifiableEntity) - Method in interface org.keycloak.connections.mongo.api.context.MongoStoreInvocationContext
 
addLoadedEntity(MongoIdentifiableEntity) - Method in class org.keycloak.connections.mongo.impl.context.SimpleMongoStoreInvocationContext
 
addLoadedEntity(MongoIdentifiableEntity) - Method in class org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext
 
addRemovedEntity(MongoIdentifiableEntity) - Method in interface org.keycloak.connections.mongo.api.context.MongoStoreInvocationContext
 
addRemovedEntity(MongoIdentifiableEntity) - Method in class org.keycloak.connections.mongo.impl.context.SimpleMongoStoreInvocationContext
 
addRemovedEntity(MongoIdentifiableEntity) - Method in class org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext
 
addUpdateTask(MongoIdentifiableEntity, MongoTask) - Method in interface org.keycloak.connections.mongo.api.context.MongoStoreInvocationContext
 
addUpdateTask(MongoIdentifiableEntity, MongoTask) - Method in class org.keycloak.connections.mongo.impl.context.SimpleMongoStoreInvocationContext
 
addUpdateTask(MongoIdentifiableEntity, MongoTask) - Method in class org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext
 
afterRemove(MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoIdentifiableEntity
Lifecycle callback, which is called after removal of this object from Mongo.

B

BasicDBListMapper - Class in org.keycloak.connections.mongo.impl.types
 
BasicDBListMapper(MapperRegistry) - Constructor for class org.keycloak.connections.mongo.impl.types.BasicDBListMapper
 
BasicDBListToSetMapper - Class in org.keycloak.connections.mongo.impl.types
 
BasicDBListToSetMapper(MapperRegistry) - Constructor for class org.keycloak.connections.mongo.impl.types.BasicDBListToSetMapper
 
BasicDBObjectMapper<S> - Class in org.keycloak.connections.mongo.impl.types
 
BasicDBObjectMapper(MongoStoreImpl, MapperRegistry, Class<S>) - Constructor for class org.keycloak.connections.mongo.impl.types.BasicDBObjectMapper
 
BasicDBObjectToMapMapper - Class in org.keycloak.connections.mongo.impl.types
For now, there is support just for convert to Map
BasicDBObjectToMapMapper() - Constructor for class org.keycloak.connections.mongo.impl.types.BasicDBObjectToMapMapper
 
beforeDBBulkUpdateOrRemove(Class<? extends MongoIdentifiableEntity>) - Method in interface org.keycloak.connections.mongo.api.context.MongoStoreInvocationContext
 
beforeDBBulkUpdateOrRemove(Class<? extends MongoIdentifiableEntity>) - Method in class org.keycloak.connections.mongo.impl.context.SimpleMongoStoreInvocationContext
 
beforeDBBulkUpdateOrRemove(Class<? extends MongoIdentifiableEntity>) - Method in class org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext
 
beforeDBSearch(Class<? extends MongoIdentifiableEntity>) - Method in interface org.keycloak.connections.mongo.api.context.MongoStoreInvocationContext
 
beforeDBSearch(Class<? extends MongoIdentifiableEntity>) - Method in class org.keycloak.connections.mongo.impl.context.SimpleMongoStoreInvocationContext
 
beforeDBSearch(Class<? extends MongoIdentifiableEntity>) - Method in class org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext
 
begin() - Method in interface org.keycloak.connections.mongo.api.context.MongoStoreInvocationContext
 
begin() - Method in class org.keycloak.connections.mongo.impl.context.SimpleMongoStoreInvocationContext
 
begin() - Method in class org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext
 
begin() - Method in class org.keycloak.connections.mongo.MongoKeycloakTransaction
 

C

checkBooleanOption(String, MongoClientOptions.Builder) - Method in class org.keycloak.connections.mongo.DefaultMongoConnectionFactoryProvider
 
checkIntOption(String, MongoClientOptions.Builder) - Method in class org.keycloak.connections.mongo.DefaultMongoConnectionFactoryProvider
 
close() - Method in class org.keycloak.connections.mongo.DefaultMongoConnectionFactoryProvider
 
close() - Method in class org.keycloak.connections.mongo.DefaultMongoConnectionProvider
 
commit() - Method in interface org.keycloak.connections.mongo.api.context.MongoStoreInvocationContext
 
commit() - Method in class org.keycloak.connections.mongo.impl.context.SimpleMongoStoreInvocationContext
 
commit() - Method in class org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext
 
commit() - Method in class org.keycloak.connections.mongo.MongoKeycloakTransaction
 
config - Variable in class org.keycloak.connections.mongo.DefaultMongoConnectionFactoryProvider
 
convertApplicationObjectToDBObject(Object, Class<S>) - Method in class org.keycloak.connections.mongo.api.types.MapperRegistry
 
convertCursor(Class<T>, DBCursor, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
convertDBObjectToApplicationObject(MapperContext<Object, S>) - Method in class org.keycloak.connections.mongo.api.types.MapperRegistry
 
convertDBObjectToEntity(Class<T>, DBObject, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
convertException(MongoException) - Static method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
convertMap(Map) - Static method in class org.keycloak.connections.mongo.impl.types.MapMapper
 
convertObject(MapperContext<T, S>) - Method in interface org.keycloak.connections.mongo.api.types.Mapper
Convert object from one type to expected type
convertObject(MapperContext<BasicDBList, List>) - Method in class org.keycloak.connections.mongo.impl.types.BasicDBListMapper
 
convertObject(MapperContext<BasicDBList, Set>) - Method in class org.keycloak.connections.mongo.impl.types.BasicDBListToSetMapper
 
convertObject(MapperContext<BasicDBObject, S>) - Method in class org.keycloak.connections.mongo.impl.types.BasicDBObjectMapper
 
convertObject(MapperContext<BasicDBObject, Map>) - Method in class org.keycloak.connections.mongo.impl.types.BasicDBObjectToMapMapper
 
convertObject(MapperContext<Enum, String>) - Method in class org.keycloak.connections.mongo.impl.types.EnumToStringMapper
 
convertObject(MapperContext<T, BasicDBList>) - Method in class org.keycloak.connections.mongo.impl.types.ListMapper
 
convertObject(MapperContext<T, BasicDBObject>) - Method in class org.keycloak.connections.mongo.impl.types.MapMapper
 
convertObject(MapperContext<T, BasicDBObject>) - Method in class org.keycloak.connections.mongo.impl.types.MongoEntityMapper
 
convertObject(MapperContext<T, T>) - Method in class org.keycloak.connections.mongo.impl.types.SimpleMapper
 
convertObject(MapperContext<String, Enum>) - Method in class org.keycloak.connections.mongo.impl.types.StringToEnumMapper
 
countEntities(Class<T>, DBObject, MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoStore
 
countEntities(Class<T>, DBObject, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
create(KeycloakSession) - Method in class org.keycloak.connections.mongo.DefaultMongoConnectionFactoryProvider
 
createMongoClient() - Method in class org.keycloak.connections.mongo.DefaultMongoConnectionFactoryProvider
Override this method if you want more possibility to configure Mongo client.

D

DefaultMongoConnectionFactoryProvider - Class in org.keycloak.connections.mongo
 
DefaultMongoConnectionFactoryProvider() - Constructor for class org.keycloak.connections.mongo.DefaultMongoConnectionFactoryProvider
 
DefaultMongoConnectionProvider - Class in org.keycloak.connections.mongo
 
DefaultMongoConnectionProvider(DB, MongoStore, MongoStoreInvocationContext) - Constructor for class org.keycloak.connections.mongo.DefaultMongoConnectionProvider
 
dropDatabase() - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 

E

EntityInfo - Class in org.keycloak.connections.mongo.impl
 
EntityInfo(Class<?>, String, Map<String, Property<Object>>) - Constructor for class org.keycloak.connections.mongo.impl.EntityInfo
 
EnumToStringMapper - Class in org.keycloak.connections.mongo.impl.types
 
EnumToStringMapper() - Constructor for class org.keycloak.connections.mongo.impl.types.EnumToStringMapper
 
execute() - Method in interface org.keycloak.connections.mongo.api.context.MongoTask
 

G

getClientOptions() - Method in class org.keycloak.connections.mongo.DefaultMongoConnectionFactoryProvider
 
getDB() - Method in class org.keycloak.connections.mongo.DefaultMongoConnectionProvider
 
getDB() - Method in interface org.keycloak.connections.mongo.MongoConnectionProvider
 
getDBCollectionForType(Class<?>) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
getDbCollectionName() - Method in class org.keycloak.connections.mongo.impl.EntityInfo
 
getEntityClass() - Method in class org.keycloak.connections.mongo.impl.EntityInfo
 
getEntityInfo(Class<?>) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
getExpectedReturnType() - Method in interface org.keycloak.connections.mongo.api.types.Mapper
 
getExpectedReturnType() - Method in class org.keycloak.connections.mongo.api.types.MapperContext
 
getExpectedReturnType() - Method in class org.keycloak.connections.mongo.impl.types.BasicDBListMapper
 
getExpectedReturnType() - Method in class org.keycloak.connections.mongo.impl.types.BasicDBListToSetMapper
 
getExpectedReturnType() - Method in class org.keycloak.connections.mongo.impl.types.BasicDBObjectMapper
 
getExpectedReturnType() - Method in class org.keycloak.connections.mongo.impl.types.BasicDBObjectToMapMapper
 
getExpectedReturnType() - Method in class org.keycloak.connections.mongo.impl.types.EnumToStringMapper
 
getExpectedReturnType() - Method in class org.keycloak.connections.mongo.impl.types.ListMapper
 
getExpectedReturnType() - Method in class org.keycloak.connections.mongo.impl.types.MapMapper
 
getExpectedReturnType() - Method in class org.keycloak.connections.mongo.impl.types.MongoEntityMapper
 
getExpectedReturnType() - Method in class org.keycloak.connections.mongo.impl.types.SimpleMapper
 
getExpectedReturnType() - Method in class org.keycloak.connections.mongo.impl.types.StringToEnumMapper
 
getGenericTypes() - Method in class org.keycloak.connections.mongo.api.types.MapperContext
 
getId() - Method in interface org.keycloak.connections.mongo.api.MongoIdentifiableEntity
 
getId() - Method in class org.keycloak.connections.mongo.DefaultMongoConnectionFactoryProvider
 
getInvocationContext() - Method in class org.keycloak.connections.mongo.DefaultMongoConnectionProvider
 
getInvocationContext() - Method in interface org.keycloak.connections.mongo.MongoConnectionProvider
 
getLoadedEntity(Class<T>, String) - Method in interface org.keycloak.connections.mongo.api.context.MongoStoreInvocationContext
 
getLoadedEntity(Class<T>, String) - Method in class org.keycloak.connections.mongo.impl.context.SimpleMongoStoreInvocationContext
 
getLoadedEntity(Class<T>, String) - Method in class org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext
 
getMongoStore() - Method in interface org.keycloak.connections.mongo.api.context.MongoStoreInvocationContext
 
getMongoStore() - Method in class org.keycloak.connections.mongo.DefaultMongoConnectionProvider
 
getMongoStore() - Method in class org.keycloak.connections.mongo.impl.context.SimpleMongoStoreInvocationContext
 
getMongoStore() - Method in class org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext
 
getMongoStore() - Method in interface org.keycloak.connections.mongo.MongoConnectionProvider
 
getName() - Method in class org.keycloak.connections.mongo.MongoConnectionSpi
 
getName() - Method in class org.keycloak.connections.mongo.updater.MongoUpdaterSpi
 
getObjectToConvert() - Method in class org.keycloak.connections.mongo.api.types.MapperContext
 
getProperties() - Method in class org.keycloak.connections.mongo.impl.EntityInfo
 
getPropertyByName(String) - Method in class org.keycloak.connections.mongo.impl.EntityInfo
 
getProviderClass() - Method in class org.keycloak.connections.mongo.MongoConnectionSpi
 
getProviderClass() - Method in class org.keycloak.connections.mongo.updater.MongoUpdaterSpi
 
getProviderFactoryClass() - Method in class org.keycloak.connections.mongo.MongoConnectionSpi
 
getProviderFactoryClass() - Method in class org.keycloak.connections.mongo.updater.MongoUpdaterSpi
 
getRollbackOnly() - Method in class org.keycloak.connections.mongo.MongoKeycloakTransaction
 
getTypeOfObjectToConvert() - Method in interface org.keycloak.connections.mongo.api.types.Mapper
 
getTypeOfObjectToConvert() - Method in class org.keycloak.connections.mongo.impl.types.BasicDBListMapper
 
getTypeOfObjectToConvert() - Method in class org.keycloak.connections.mongo.impl.types.BasicDBListToSetMapper
 
getTypeOfObjectToConvert() - Method in class org.keycloak.connections.mongo.impl.types.BasicDBObjectMapper
 
getTypeOfObjectToConvert() - Method in class org.keycloak.connections.mongo.impl.types.BasicDBObjectToMapMapper
 
getTypeOfObjectToConvert() - Method in class org.keycloak.connections.mongo.impl.types.EnumToStringMapper
 
getTypeOfObjectToConvert() - Method in class org.keycloak.connections.mongo.impl.types.ListMapper
 
getTypeOfObjectToConvert() - Method in class org.keycloak.connections.mongo.impl.types.MapMapper
 
getTypeOfObjectToConvert() - Method in class org.keycloak.connections.mongo.impl.types.MongoEntityMapper
 
getTypeOfObjectToConvert() - Method in class org.keycloak.connections.mongo.impl.types.SimpleMapper
 
getTypeOfObjectToConvert() - Method in class org.keycloak.connections.mongo.impl.types.StringToEnumMapper
 

I

init(Config.Scope) - Method in class org.keycloak.connections.mongo.DefaultMongoConnectionFactoryProvider
 
insertEntity(MongoIdentifiableEntity, MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoStore
Insert new entity
insertEntity(MongoIdentifiableEntity, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
isActive() - Method in class org.keycloak.connections.mongo.MongoKeycloakTransaction
 
isFullUpdate() - Method in interface org.keycloak.connections.mongo.api.context.MongoTask
 
isInternal() - Method in class org.keycloak.connections.mongo.MongoConnectionSpi
 
isInternal() - Method in class org.keycloak.connections.mongo.updater.MongoUpdaterSpi
 

L

ListMapper<T extends Collection> - Class in org.keycloak.connections.mongo.impl.types
 
ListMapper(MapperRegistry, Class<T>) - Constructor for class org.keycloak.connections.mongo.impl.types.ListMapper
 
loadEntities(Class<T>, DBObject, MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoStore
 
loadEntities(Class<T>, DBObject, DBObject, int, int, MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoStore
 
loadEntities(Class<T>, DBObject, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
loadEntities(Class<T>, DBObject, DBObject, int, int, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
loadEntity(Class<T>, String, MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoStore
 
loadEntity(Class<T>, String, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
loadSingleEntity(Class<T>, DBObject, MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoStore
 
loadSingleEntity(Class<T>, DBObject, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 

M

MapMapper<T extends Map> - Class in org.keycloak.connections.mongo.impl.types
For now, we support just convert from Map
MapMapper(Class<T>) - Constructor for class org.keycloak.connections.mongo.impl.types.MapMapper
 
Mapper<T,S> - Interface in org.keycloak.connections.mongo.api.types
SPI object to convert object from application type to database type and vice versa.
MapperContext<T,S> - Class in org.keycloak.connections.mongo.api.types
 
MapperContext(T, Class<? extends S>, List<Class<?>>) - Constructor for class org.keycloak.connections.mongo.api.types.MapperContext
 
MapperRegistry - Class in org.keycloak.connections.mongo.api.types
Registry of mappers, which allow to convert application object to database objects.
MapperRegistry() - Constructor for class org.keycloak.connections.mongo.api.types.MapperRegistry
 
MongoCollection - Annotation Type in org.keycloak.connections.mongo.api
 
MongoConnectionProvider - Interface in org.keycloak.connections.mongo
 
MongoConnectionProviderFactory - Interface in org.keycloak.connections.mongo
 
MongoConnectionSpi - Class in org.keycloak.connections.mongo
 
MongoConnectionSpi() - Constructor for class org.keycloak.connections.mongo.MongoConnectionSpi
 
MongoEntity - Interface in org.keycloak.connections.mongo.api
Base interface for object, which is persisted in Mongo
MongoEntityMapper<T> - Class in org.keycloak.connections.mongo.impl.types
 
MongoEntityMapper(MongoStoreImpl, MapperRegistry, Class<T>) - Constructor for class org.keycloak.connections.mongo.impl.types.MongoEntityMapper
 
MongoField - Annotation Type in org.keycloak.connections.mongo.api
 
MongoIdentifiableEntity - Interface in org.keycloak.connections.mongo.api
Entity with Id
MongoKeycloakTransaction - Class in org.keycloak.connections.mongo
 
MongoKeycloakTransaction(MongoStoreInvocationContext) - Constructor for class org.keycloak.connections.mongo.MongoKeycloakTransaction
 
MongoStore - Interface in org.keycloak.connections.mongo.api
 
MongoStoreImpl - Class in org.keycloak.connections.mongo.impl
 
MongoStoreImpl(DB, Class<?>[]) - Constructor for class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
MongoStoreInvocationContext - Interface in org.keycloak.connections.mongo.api.context
Context, which provides callback methods to be invoked by MongoStore
MongoTask - Interface in org.keycloak.connections.mongo.api.context
 
MongoUpdaterProvider - Interface in org.keycloak.connections.mongo.updater
 
MongoUpdaterProviderFactory - Interface in org.keycloak.connections.mongo.updater
 
MongoUpdaterSpi - Class in org.keycloak.connections.mongo.updater
 
MongoUpdaterSpi() - Constructor for class org.keycloak.connections.mongo.updater.MongoUpdaterSpi
 

O

org.keycloak.connections.mongo - package org.keycloak.connections.mongo
 
org.keycloak.connections.mongo.api - package org.keycloak.connections.mongo.api
 
org.keycloak.connections.mongo.api.context - package org.keycloak.connections.mongo.api.context
 
org.keycloak.connections.mongo.api.types - package org.keycloak.connections.mongo.api.types
 
org.keycloak.connections.mongo.impl - package org.keycloak.connections.mongo.impl
 
org.keycloak.connections.mongo.impl.context - package org.keycloak.connections.mongo.impl.context
 
org.keycloak.connections.mongo.impl.types - package org.keycloak.connections.mongo.impl.types
 
org.keycloak.connections.mongo.updater - package org.keycloak.connections.mongo.updater
 

P

postInit(KeycloakSessionFactory) - Method in class org.keycloak.connections.mongo.DefaultMongoConnectionFactoryProvider
 
pullItemFromList(MongoIdentifiableEntity, String, S, MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoStore
 
pullItemFromList(MongoIdentifiableEntity, String, S, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
pushItemToList(MongoIdentifiableEntity, String, S, boolean, MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoStore
 
pushItemToList(MongoIdentifiableEntity, String, S, boolean, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 

R

removeEntities(Class<? extends MongoIdentifiableEntity>, DBObject, boolean, MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoStore
 
removeEntities(Class<? extends MongoIdentifiableEntity>, DBObject, boolean, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
removeEntity(MongoIdentifiableEntity, MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoStore
 
removeEntity(Class<? extends MongoIdentifiableEntity>, String, MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoStore
 
removeEntity(MongoIdentifiableEntity, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
removeEntity(Class<? extends MongoIdentifiableEntity>, String, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
rollback() - Method in interface org.keycloak.connections.mongo.api.context.MongoStoreInvocationContext
 
rollback() - Method in class org.keycloak.connections.mongo.impl.context.SimpleMongoStoreInvocationContext
 
rollback() - Method in class org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext
 
rollback() - Method in class org.keycloak.connections.mongo.MongoKeycloakTransaction
 

S

setId(String) - Method in interface org.keycloak.connections.mongo.api.MongoIdentifiableEntity
 
setRollbackOnly() - Method in class org.keycloak.connections.mongo.MongoKeycloakTransaction
 
SimpleMapper<T> - Class in org.keycloak.connections.mongo.impl.types
Just returns input
SimpleMapper(Class<T>) - Constructor for class org.keycloak.connections.mongo.impl.types.SimpleMapper
 
SimpleMongoStoreInvocationContext - Class in org.keycloak.connections.mongo.impl.context
Context, which is not doing any postponing of tasks and does not cache anything
SimpleMongoStoreInvocationContext(MongoStore) - Constructor for class org.keycloak.connections.mongo.impl.context.SimpleMongoStoreInvocationContext
 
StringToEnumMapper - Class in org.keycloak.connections.mongo.impl.types
 
StringToEnumMapper() - Constructor for class org.keycloak.connections.mongo.impl.types.StringToEnumMapper
 

T

TransactionMongoStoreInvocationContext - Class in org.keycloak.connections.mongo.impl.context
Invocation context, which has some very basic support for transactions, and is able to cache loaded objects.
TransactionMongoStoreInvocationContext(MongoStore) - Constructor for class org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext
 

U

update(KeycloakSession, DB) - Method in interface org.keycloak.connections.mongo.updater.MongoUpdaterProvider
 
updateEntities(Class<T>, DBObject, DBObject, MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoStore
Bulk update of more entities of some type
updateEntities(Class<T>, DBObject, DBObject, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
updateEntity(MongoIdentifiableEntity, MongoStoreInvocationContext) - Method in interface org.keycloak.connections.mongo.api.MongoStore
Update existing entity
updateEntity(MongoIdentifiableEntity, MongoStoreInvocationContext) - Method in class org.keycloak.connections.mongo.impl.MongoStoreImpl
 
A B C D E G I L M O P R S T U 
Keycloak Connections Mongo 1.3.1.Final

Copyright © 2015 JBoss by Red Hat. All rights reserved.