Package org.keycloak.test.tools.jobs

Examples of org.keycloak.test.tools.jobs.DeleteUsersJob


                            @QueryParam("async") Boolean async) throws InterruptedException {
        createAndRunJob(realmName, count, batch, start, prefix, async, "Delete users", new UsersJobInitializer() {

            @Override
            public UsersJob instantiateJob() {
                return new DeleteUsersJob();
            }

        });
    }
View Full Code Here

TOP

Related Classes of org.keycloak.test.tools.jobs.DeleteUsersJob

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.