Class KeystoreProperties

java.lang.Object
swiss.trustbroker.common.config.KeystoreProperties

public class KeystoreProperties extends Object
  • Constructor Details

    • KeystoreProperties

      public KeystoreProperties()
    • KeystoreProperties

      public KeystoreProperties(String ssoUrl, String signerCert, String signerKey, String keyEntryId, String type, String password)
  • Method Details

    • builder

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • setSsoUrl

      public void setSsoUrl(String ssoUrl)
    • setSignerCert

      public void setSignerCert(String signerCert)
    • setSignerKey

      public void setSignerKey(String signerKey)
    • setKeyEntryId

      public void setKeyEntryId(String keyEntryId)
    • setType

      public void setType(String type)
    • setPassword

      public void setPassword(String password)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • getSsoUrl

      public String getSsoUrl()
    • getSignerCert

      public String getSignerCert()
    • getSignerKey

      public String getSignerKey()
    • getKeyEntryId

      public String getKeyEntryId()
    • getType

      public String getType()
    • getPassword

      public String getPassword()