Class SwiftKeystoneFactoryV3

  • All Implemented Interfaces:
    java.util.function.Supplier<org.openstack4j.api.OSClient>

    public class SwiftKeystoneFactoryV3
    extends java.lang.Object
    implements java.util.function.Supplier<org.openstack4j.api.OSClient>
    SwiftKeystoneFactory V3
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.openstack4j.api.OSClient.OSClientV3 get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SwiftKeystoneFactoryV3

        public SwiftKeystoneFactoryV3​(StorageConfiguration configuration)
                               throws java.security.cert.CertificateException,
                                      java.security.NoSuchAlgorithmException,
                                      java.security.KeyStoreException,
                                      java.io.IOException,
                                      java.security.KeyManagementException
        Throws:
        java.security.cert.CertificateException
        java.security.NoSuchAlgorithmException
        java.security.KeyStoreException
        java.io.IOException
        java.security.KeyManagementException
    • Method Detail

      • get

        public org.openstack4j.api.OSClient.OSClientV3 get()
        Specified by:
        get in interface java.util.function.Supplier<org.openstack4j.api.OSClient>