Class AccountConsoleFactory
java.lang.Object
org.keycloak.services.resources.account.AccountConsoleFactory
- All Implemented Interfaces:
ProviderFactory<AccountResourceProvider>,AccountResourceProviderFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()create(KeycloakSession session) getId()voidinit(Config.Scope config) 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
dependsOn, getConfigMetadata, order
-
Constructor Details
-
AccountConsoleFactory
public AccountConsoleFactory()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceProviderFactory<AccountResourceProvider>
-
create
- Specified by:
createin interfaceProviderFactory<AccountResourceProvider>
-
init
- Specified by:
initin interfaceProviderFactory<AccountResourceProvider>
-
postInit
- Specified by:
postInitin interfaceProviderFactory<AccountResourceProvider>
-
close
public void close()- Specified by:
closein interfaceProviderFactory<AccountResourceProvider>
-