Package org.keycloak.exportimport

Examples of org.keycloak.exportimport.ApplicationImporter


     *
     * @return
     */
    @Path("application-importers/{formatId}")
    public Object getApplicationImporter(@PathParam("formatId") String formatId) {
        ApplicationImporter importer = session.getProvider(ApplicationImporter.class, formatId);
        return importer.createJaxrsService(realm, auth);
    }
View Full Code Here

TOP

Related Classes of org.keycloak.exportimport.ApplicationImporter

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.