Class AppAuthenticationKey

java.lang.Object
com.symphony.bdk.gen.api.model.AppAuthenticationKey

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:56.804588655Z[Etc/UTC]") public class AppAuthenticationKey extends Object
App RSA key information.
  • Field Details

  • Constructor Details

    • AppAuthenticationKey

      public AppAuthenticationKey()
  • Method Details

    • key

      public AppAuthenticationKey key(String key)
    • getKey

      @Nullable public String getKey()
      Application RSA public key.
      Returns:
      key
    • setKey

      public void setKey(String key)
    • expirationDate

      public AppAuthenticationKey expirationDate(Long expirationDate)
    • getExpirationDate

      @Nullable public Long getExpirationDate()
      RSA key expiration date. This value is set just for rotated keys.
      Returns:
      expirationDate
    • setExpirationDate

      public void setExpirationDate(Long expirationDate)
    • action

      public AppAuthenticationKey action(String action)
    • getAction

      @Nullable public String getAction()
      Action to be performed on the RSA key. The following actions can be performed onto the app's active RSA key: - SAVE - REVOKE The following actions can be performed onto the app's rotated RSA key: - REVOKE - EXTEND
      Returns:
      action
    • setAction

      public void setAction(String action)
    • equals

      public boolean equals(Object o)
      Return true if this AppAuthenticationKey object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object