public abstract class AbstractGeneratedSecretKeyProviderFactory<T extends KeyProvider> extends Object implements KeyProviderFactory<T>
Constructor and Description |
---|
AbstractGeneratedSecretKeyProviderFactory() |
Modifier and Type | Method and Description |
---|---|
protected abstract int |
getDefaultKeySize() |
protected abstract org.jboss.logging.Logger |
logger() |
void |
validateConfiguration(KeycloakSession session,
RealmModel realm,
ComponentModel model) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, create, createFallbackKeys, init, postInit
create, getCommonProviderConfigProperties, getTypeMetadata, onCreate, onUpdate, preRemove
getId, order
getConfigProperties, getHelpText
public AbstractGeneratedSecretKeyProviderFactory()
public void validateConfiguration(KeycloakSession session, RealmModel realm, ComponentModel model) throws ComponentValidationException
validateConfiguration
in interface ComponentFactory<T extends KeyProvider,KeyProvider>
ComponentValidationException
protected abstract org.jboss.logging.Logger logger()
protected abstract int getDefaultKeySize()
Copyright © 2021 JBoss by Red Hat. All rights reserved.