Class AmqpProperties.SslStore

  • Enclosing class:
    AmqpProperties

    public static class AmqpProperties.SslStore
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      SslStore()  
    • Method Summary

      Modifier and Type Method Description
      java.lang.String getPassword()  
      java.lang.String getPath()  
      boolean isEnabled()  
      void setEnabled​(boolean enabled)  
      void setPassword​(java.lang.String password)  
      void setPath​(java.lang.String path)  
      • Methods inherited from class java.lang.Object

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

      • SslStore

        public SslStore()
    • Method Detail

      • isEnabled

        public boolean isEnabled()
      • setEnabled

        public void setEnabled​(boolean enabled)
      • getPassword

        public java.lang.String getPassword()
      • setPassword

        public void setPassword​(java.lang.String password)
      • getPath

        public java.lang.String getPath()
      • setPath

        public void setPath​(java.lang.String path)