java.lang.Object
com.liferay.saml.admin.rest.dto.v1_0.Sp
All Implemented Interfaces:
Serializable

@Generated("") public class Sp extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • allowShowingTheLoginPortlet

      protected Boolean allowShowingTheLoginPortlet
    • assertionSignatureRequired

      protected Boolean assertionSignatureRequired
    • clockSkew

      protected Long clockSkew
    • keyStoreEncryptionCredentialPassword

      protected String keyStoreEncryptionCredentialPassword
    • ldapImportEnabled

      protected Boolean ldapImportEnabled
    • signAuthnRequest

      protected Boolean signAuthnRequest
    • xClassName

      public String xClassName
  • Constructor Details

    • Sp

      public Sp()
  • Method Details

    • toDTO

      public static Sp toDTO(String json)
    • unsafeToDTO

      public static Sp unsafeToDTO(String json)
    • getAllowShowingTheLoginPortlet

      public Boolean getAllowShowingTheLoginPortlet()
    • setAllowShowingTheLoginPortlet

      public void setAllowShowingTheLoginPortlet(Boolean allowShowingTheLoginPortlet)
    • setAllowShowingTheLoginPortlet

      public void setAllowShowingTheLoginPortlet(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> allowShowingTheLoginPortletUnsafeSupplier)
    • getAssertionSignatureRequired

      public Boolean getAssertionSignatureRequired()
    • setAssertionSignatureRequired

      public void setAssertionSignatureRequired(Boolean assertionSignatureRequired)
    • setAssertionSignatureRequired

      public void setAssertionSignatureRequired(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> assertionSignatureRequiredUnsafeSupplier)
    • getClockSkew

      public Long getClockSkew()
    • setClockSkew

      public void setClockSkew(Long clockSkew)
    • setClockSkew

      public void setClockSkew(com.liferay.petra.function.UnsafeSupplier<Long,Exception> clockSkewUnsafeSupplier)
    • getKeyStoreEncryptionCredentialPassword

      public String getKeyStoreEncryptionCredentialPassword()
    • setKeyStoreEncryptionCredentialPassword

      public void setKeyStoreEncryptionCredentialPassword(String keyStoreEncryptionCredentialPassword)
    • setKeyStoreEncryptionCredentialPassword

      public void setKeyStoreEncryptionCredentialPassword(com.liferay.petra.function.UnsafeSupplier<String,Exception> keyStoreEncryptionCredentialPasswordUnsafeSupplier)
    • getLdapImportEnabled

      public Boolean getLdapImportEnabled()
    • setLdapImportEnabled

      public void setLdapImportEnabled(Boolean ldapImportEnabled)
    • setLdapImportEnabled

      public void setLdapImportEnabled(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> ldapImportEnabledUnsafeSupplier)
    • getSignAuthnRequest

      public Boolean getSignAuthnRequest()
    • setSignAuthnRequest

      public void setSignAuthnRequest(Boolean signAuthnRequest)
    • setSignAuthnRequest

      public void setSignAuthnRequest(com.liferay.petra.function.UnsafeSupplier<Boolean,Exception> signAuthnRequestUnsafeSupplier)
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object