Class JPAAuthorizationStoreFactory
- java.lang.Object
-
- org.keycloak.authorization.jpa.store.JPAAuthorizationStoreFactory
-
- All Implemented Interfaces:
AuthorizationStoreFactory,ProviderFactory<StoreFactory>
public class JPAAuthorizationStoreFactory extends Object implements AuthorizationStoreFactory
- Author:
- Pedro Igor
-
-
Constructor Summary
Constructors Constructor Description JPAAuthorizationStoreFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()StoreFactorycreate(KeycloakSession session)StringgetId()voidinit(Config.Scope config)intorder()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.authorization.store.AuthorizationStoreFactory
postInit, registerSynchronizationListeners
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata
-
-
-
-
Method Detail
-
create
public StoreFactory create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory<StoreFactory>
-
init
public void init(Config.Scope config)
- Specified by:
initin interfaceProviderFactory<StoreFactory>
-
close
public void close()
- Specified by:
closein interfaceProviderFactory<StoreFactory>
-
getId
public String getId()
- Specified by:
getIdin interfaceProviderFactory<StoreFactory>
-
order
public int order()
- Specified by:
orderin interfaceProviderFactory<StoreFactory>
-
-