Package org.openziti

Interface Identity

  • All Implemented Interfaces:

    
    public interface Identity
    
                        

    Identity is a generic representation of the Ziti Identity.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract Collection<String> controllers() Collection of Ziti controller addresses.
      abstract SSLContext sslContext() SSL context for this identity.
      • Methods inherited from class java.lang.Object

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

    • Method Detail

      • sslContext

         abstract SSLContext sslContext()

        SSL context for this identity.

        SSL context is created from the identity's private key, certificate and CA bundle.