Class SwiftKeystoneFactoryV2

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

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

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

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

    • Method Detail

      • get

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