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
Abstract parent for
ConfigurableElement implementations. It just holds common fields and provides parent for
builders.- Author:
- Josef Cacek
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.wildfly.test.security.common.elytron.ConfigurableElement
create, create, remove, remove
-
Field Details
-
name
-
-
Constructor Details
-
AbstractConfigurableElement
-
-
Method Details
-
getName
Description copied from interface:ConfigurableElementReturns name of this element.- Specified by:
getNamein interfaceConfigurableElement
-