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)
Called before a component is created or updated.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclose, create, createFallbackKeys, init, postInitcreate, getCommonProviderConfigProperties, getTypeMetadata, onCreate, onUpdate, preRemovegetId, ordergetConfigProperties, getHelpTextpublic AbstractGeneratedSecretKeyProviderFactory()
public void validateConfiguration(KeycloakSession session, RealmModel realm, ComponentModel model) throws ComponentValidationException
ComponentFactoryvalidateConfiguration in interface ComponentFactory<T extends KeyProvider,KeyProvider>ComponentValidationExceptionprotected abstract org.jboss.logging.Logger logger()
protected abstract int getDefaultKeySize()
Copyright © 2021 JBoss by Red Hat. All rights reserved.