Package org.openziti

Interface Enrollment

  • All Implemented Interfaces:

    
    public interface Enrollment
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public enum Enrollment.Method

      supported enrollment methods

    • 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 Enrollment.Method getMethod() enrollment method
      abstract Boolean requiresClientCert() indicates if enrollment requires 3rd party client certificate
      abstract IdentityConfig enroll() Enroll identitythis method can only be used if requiresClientCert() returns false
      abstract IdentityConfig enroll(String key, String cert) Enroll identity with 3rd party client certificate.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait