Package org.keycloak.models.jpa
Class JpaUserProviderFactory
java.lang.Object
org.keycloak.models.jpa.JpaUserProviderFactory
- All Implemented Interfaces:
UserProviderFactory,ProviderFactory
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) intorder()voidpostInit(KeycloakSessionFactory factory) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata
-
Constructor Details
-
JpaUserProviderFactory
public JpaUserProviderFactory()
-
-
Method Details
-
init
- Specified by:
initin interfaceProviderFactory
-
postInit
- Specified by:
postInitin interfaceProviderFactory
-
getId
- Specified by:
getIdin interfaceProviderFactory
-
create
- Specified by:
createin interfaceProviderFactory
-
close
public void close()- Specified by:
closein interfaceProviderFactory
-
order
public int order()- Specified by:
orderin interfaceProviderFactory
-