Class SpiffeUtil.SpiffeId

  • Enclosing class:
    SpiffeUtil

    public static class SpiffeUtil.SpiffeId
    extends java.lang.Object
    Represents a SPIFFE ID as defined in the SPIFFE standard.
    See Also:
    Standard
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String path  
      private java.lang.String trustDomain  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private SpiffeId​(java.lang.String trustDomain, java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPath()  
      java.lang.String getTrustDomain()  
      • Methods inherited from class java.lang.Object

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

      • trustDomain

        private final java.lang.String trustDomain
      • path

        private final java.lang.String path
    • Constructor Detail

      • SpiffeId

        private SpiffeId​(java.lang.String trustDomain,
                         java.lang.String path)
    • Method Detail

      • getTrustDomain

        public java.lang.String getTrustDomain()
      • getPath

        public java.lang.String getPath()