Class ElytronXmlParser.KeyStoreCreateFactory

  • All Implemented Interfaces:
    org.wildfly.common.function.ExceptionSupplier<KeyStore,​org.wildfly.client.config.ConfigXMLParseException>
    Enclosing class:
    ElytronXmlParser

    static final class ElytronXmlParser.KeyStoreCreateFactory
    extends Object
    implements org.wildfly.common.function.ExceptionSupplier<KeyStore,​org.wildfly.client.config.ConfigXMLParseException>
    • Field Detail

      • providerName

        private final String providerName
      • type

        private final String type
      • location

        private final org.wildfly.client.config.XMLLocation location
    • Constructor Detail

      • KeyStoreCreateFactory

        KeyStoreCreateFactory​(Supplier<Provider[]> providers,
                              String providerName,
                              String type,
                              org.wildfly.client.config.XMLLocation location)
    • Method Detail

      • get

        public KeyStore get()
                     throws org.wildfly.client.config.ConfigXMLParseException
        Specified by:
        get in interface org.wildfly.common.function.ExceptionSupplier<KeyStore,​org.wildfly.client.config.ConfigXMLParseException>
        Throws:
        org.wildfly.client.config.ConfigXMLParseException