Package org.keycloak.deployment
Class DeployedConfigurationsManager
java.lang.Object
org.keycloak.deployment.DeployedConfigurationsManager
Allows to CRUD for configurations (like Authenticator configs). Those are typically saved in the store (realm), but can be also
 deployed and hence not saved in the DB
- Author:
 - Marek Posolda
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetAuthenticatorConfig(RealmModel realm, String configId) getAuthenticatorConfigByAlias(RealmModel realm, String alias) getDeployedAuthenticatorConfig(String configId) void 
- 
Constructor Details
- 
DeployedConfigurationsManager
 
 - 
 - 
Method Details
- 
registerDeployedAuthenticatorConfig
 - 
getDeployedAuthenticatorConfig
 - 
getAuthenticatorConfig
 - 
getAuthenticatorConfigByAlias
 
 -