public abstract class GeneratedSecretKeyProviderFactory<T extends KeyProvider> extends Object implements KeyProviderFactory<T>
| Constructor and Description |
|---|
GeneratedSecretKeyProviderFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
protected abstract int |
getDefaultKeySize() |
void |
init(Config.Scope config) |
protected abstract org.jboss.logging.Logger |
logger() |
void |
postInit(KeycloakSessionFactory factory) |
void |
validateConfiguration(KeycloakSession session,
RealmModel realm,
ComponentModel model) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreatecreate, getCommonProviderConfigProperties, getTypeMetadata, onCreate, onUpdate, preRemovegetId, ordergetConfigProperties, getHelpTextpublic void validateConfiguration(KeycloakSession session, RealmModel realm, ComponentModel model) throws ComponentValidationException
validateConfiguration in interface ComponentFactory<T extends KeyProvider,KeyProvider>ComponentValidationExceptionprotected abstract org.jboss.logging.Logger logger()
public void init(Config.Scope config)
init in interface ProviderFactory<KeyProvider>public void postInit(KeycloakSessionFactory factory)
postInit in interface ProviderFactory<KeyProvider>public void close()
close in interface ProviderFactory<KeyProvider>protected abstract int getDefaultKeySize()
Copyright © 2018 JBoss by Red Hat. All rights reserved.