Package org.keycloak.models.jpa
Class JpaClientScopeProviderFactory
- java.lang.Object
-
- org.keycloak.models.jpa.JpaClientScopeProviderFactory
-
- All Implemented Interfaces:
ClientScopeProviderFactory,ProviderFactory
public class JpaClientScopeProviderFactory extends Object implements ClientScopeProviderFactory
-
-
Constructor Summary
Constructors Constructor Description JpaClientScopeProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()ClientScopeProvidercreate(KeycloakSession session)StringgetId()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, wait
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata
-
-
-
-
Method Detail
-
init
public void init(Config.Scope config)
- Specified by:
initin interfaceProviderFactory
-
postInit
public void postInit(KeycloakSessionFactory factory)
- Specified by:
postInitin interfaceProviderFactory
-
getId
public String getId()
- Specified by:
getIdin interfaceProviderFactory
-
create
public ClientScopeProvider create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory
-
close
public void close()
- Specified by:
closein interfaceProviderFactory
-
order
public int order()
- Specified by:
orderin interfaceProviderFactory
-
-