Package org.wildfly.security.auth.client
Class ElytronXmlParser.PasswordKeyStoreFactory
- java.lang.Object
-
- org.wildfly.security.auth.client.ElytronXmlParser.PasswordKeyStoreFactory
-
- All Implemented Interfaces:
org.wildfly.common.function.ExceptionSupplier<KeyStore,org.wildfly.client.config.ConfigXMLParseException>
- Enclosing class:
- ElytronXmlParser
static final class ElytronXmlParser.PasswordKeyStoreFactory extends Object implements org.wildfly.common.function.ExceptionSupplier<KeyStore,org.wildfly.client.config.ConfigXMLParseException>
-
-
Field Summary
Fields Modifier and Type Field Description private org.wildfly.common.function.ExceptionSupplier<KeyStore,org.wildfly.client.config.ConfigXMLParseException>
delegateFactory
-
Constructor Summary
Constructors Constructor Description PasswordKeyStoreFactory(org.wildfly.common.function.ExceptionSupplier<KeyStore,org.wildfly.client.config.ConfigXMLParseException> delegateFactory)
-
-
-
Field Detail
-
delegateFactory
private final org.wildfly.common.function.ExceptionSupplier<KeyStore,org.wildfly.client.config.ConfigXMLParseException> delegateFactory
-
-
Constructor Detail
-
PasswordKeyStoreFactory
PasswordKeyStoreFactory(org.wildfly.common.function.ExceptionSupplier<KeyStore,org.wildfly.client.config.ConfigXMLParseException> delegateFactory)
-
-