Examples of PerfTools


Examples of org.keycloak.test.tools.PerfTools

    protected Set<Object> singletons = new HashSet<Object>();

    public KeycloakToolsApplication(@Context ServletContext context, @Context Dispatcher dispatcher) {
        this.keycloakSessionFactory = KeycloakSessionFactoryHolder.getKeycloakSessionFactory();
        context.setAttribute(KeycloakSessionFactory.class.getName(), this.keycloakSessionFactory);
        singletons.add(new PerfTools(keycloakSessionFactory));
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.