Package org.openziti
Interface Identity
-
- All Implemented Interfaces:
public interface IdentityIdentity is a generic representation of the Ziti Identity.
-
-
Method Summary
Modifier and Type Method Description abstract Collection<String>controllers()Collection of Ziti controller addresses. abstract SSLContextsslContext()SSL context for this identity. -
-
Method Detail
-
controllers
abstract Collection<String> controllers()
Collection of Ziti controller addresses.
-
sslContext
abstract SSLContext sslContext()
SSL context for this identity.
SSL context is created from the identity's private key, certificate and CA bundle.
-
-
-
-