Class AbstractConfigurableElement

java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement
All Implemented Interfaces:
ConfigurableElement
Direct Known Subclasses:
AbstractConstantHelper, AbstractUserAttributeValuesCapableElement, ClientCertUndertowDomainMapper, ConcatenatingPrincipalDecoder, ConstantPermissionMapper, ConstantRoleMapper, FileAuditLog, KeyStoreRealm, Module, SimpleAuthConfig, SimpleAuthContext, SimpleClientSslContext, SimpleConfigurableSaslServerFactory, SimpleCredentialStore, SimpleHttpAuthenticationFactory, SimpleHttpsListener, SimpleKeyManager, SimpleKeyStore, SimplePermissionMapper, SimpleRemotingConnector, SimpleSaslAuthenticationFactory, SimpleSecurityDomain, SimpleServerSslContext, SimpleSocketBinding, SimpleTrustManager, SyslogAuditLog, UndertowApplicationSecurityDomain, UndertowDomainMapper, UndertowSslContext, X500AttributePrincipalDecoder

public abstract class AbstractConfigurableElement extends Object implements ConfigurableElement
Abstract parent for ConfigurableElement implementations. It just holds common fields and provides parent for builders.
Author:
Josef Cacek