Package org.keycloak.connections.mongo.impl.context

Examples of org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext


    @Override
    public MongoConnectionProvider create(KeycloakSession session) {
        lazyInit();

        TransactionMongoStoreInvocationContext invocationContext = new TransactionMongoStoreInvocationContext(mongoStore);
        session.getTransaction().enlist(new MongoKeycloakTransaction(invocationContext));
        return new DefaultMongoConnectionProvider(db, mongoStore, invocationContext);
    }
View Full Code Here

TOP

Related Classes of org.keycloak.connections.mongo.impl.context.TransactionMongoStoreInvocationContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.