Class ComponentAuth

  • All Implemented Interfaces:
    com.marcnuri.yakc.model.Model

    public class ComponentAuth
    extends java.lang.Object
    implements com.marcnuri.yakc.model.Model
    Auth represents authentication details for the component
    • Constructor Detail

      • ComponentAuth

        public ComponentAuth​(@NonNull
                             @NonNull java.lang.String secretStore)
      • ComponentAuth

        public ComponentAuth()
    • Method Detail

      • getSecretStore

        @NonNull
        public @NonNull java.lang.String getSecretStore()
      • setSecretStore

        public void setSecretStore​(@NonNull
                                   @NonNull java.lang.String secretStore)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • canEqual

        protected boolean canEqual​(java.lang.Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object