Interface SamlSpIdpConnectionModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<SamlSpIdpConnection>, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
SamlSpIdpConnection
All Known Implementing Classes:
SamlSpIdpConnectionWrapper

@ProviderType public interface SamlSpIdpConnectionModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the SamlSpIdpConnection service. Represents a row in the "SamlSpIdpConnection" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.saml.persistence.model.impl.SamlSpIdpConnectionModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.saml.persistence.model.impl.SamlSpIdpConnectionImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Returns the assertion signature required of this saml sp idp connection.
    long
    Returns the clock skew of this saml sp idp connection.
    long
    Returns the company ID of this saml sp idp connection.
    Returns the create date of this saml sp idp connection.
    boolean
    Returns the enabled of this saml sp idp connection.
    boolean
    Returns the force authn of this saml sp idp connection.
    boolean
    Returns the ldap import enabled of this saml sp idp connection.
    Returns the metadata updated date of this saml sp idp connection.
    Returns the metadata url of this saml sp idp connection.
    Returns the metadata xml of this saml sp idp connection.
    Returns the modified date of this saml sp idp connection.
    Returns the name of this saml sp idp connection.
    Returns the name ID format of this saml sp idp connection.
    long
    Returns the primary key of this saml sp idp connection.
    Returns the saml idp entity ID of this saml sp idp connection.
    long
    Returns the saml sp idp connection ID of this saml sp idp connection.
    boolean
    Returns the sign authn request of this saml sp idp connection.
    boolean
    Returns the unknown users are strangers of this saml sp idp connection.
    Returns the user attribute mappings of this saml sp idp connection.
    long
    Returns the user ID of this saml sp idp connection.
    Returns the user identifier expression of this saml sp idp connection.
    Returns the user name of this saml sp idp connection.
    Returns the user uuid of this saml sp idp connection.
    boolean
    Returns true if this saml sp idp connection is assertion signature required.
    boolean
    Returns true if this saml sp idp connection is enabled.
    boolean
    Returns true if this saml sp idp connection is force authn.
    boolean
    Returns true if this saml sp idp connection is ldap import enabled.
    boolean
    Returns true if this saml sp idp connection is sign authn request.
    boolean
    Returns true if this saml sp idp connection is unknown users are strangers.
    void
    setAssertionSignatureRequired(boolean assertionSignatureRequired)
    Sets whether this saml sp idp connection is assertion signature required.
    void
    setClockSkew(long clockSkew)
    Sets the clock skew of this saml sp idp connection.
    void
    setCompanyId(long companyId)
    Sets the company ID of this saml sp idp connection.
    void
    setCreateDate(Date createDate)
    Sets the create date of this saml sp idp connection.
    void
    setEnabled(boolean enabled)
    Sets whether this saml sp idp connection is enabled.
    void
    setForceAuthn(boolean forceAuthn)
    Sets whether this saml sp idp connection is force authn.
    void
    setLdapImportEnabled(boolean ldapImportEnabled)
    Sets whether this saml sp idp connection is ldap import enabled.
    void
    setMetadataUpdatedDate(Date metadataUpdatedDate)
    Sets the metadata updated date of this saml sp idp connection.
    void
    setMetadataUrl(String metadataUrl)
    Sets the metadata url of this saml sp idp connection.
    void
    setMetadataXml(String metadataXml)
    Sets the metadata xml of this saml sp idp connection.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this saml sp idp connection.
    void
    Sets the name of this saml sp idp connection.
    void
    setNameIdFormat(String nameIdFormat)
    Sets the name ID format of this saml sp idp connection.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this saml sp idp connection.
    void
    setSamlIdpEntityId(String samlIdpEntityId)
    Sets the saml idp entity ID of this saml sp idp connection.
    void
    setSamlSpIdpConnectionId(long samlSpIdpConnectionId)
    Sets the saml sp idp connection ID of this saml sp idp connection.
    void
    setSignAuthnRequest(boolean signAuthnRequest)
    Sets whether this saml sp idp connection is sign authn request.
    void
    setUnknownUsersAreStrangers(boolean unknownUsersAreStrangers)
    Sets whether this saml sp idp connection is unknown users are strangers.
    void
    setUserAttributeMappings(String userAttributeMappings)
    Sets the user attribute mappings of this saml sp idp connection.
    void
    setUserId(long userId)
    Sets the user ID of this saml sp idp connection.
    void
    setUserIdentifierExpression(String userIdentifierExpression)
    Sets the user identifier expression of this saml sp idp connection.
    void
    setUserName(String userName)
    Sets the user name of this saml sp idp connection.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this saml sp idp connection.
    default String
     

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel

    Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel

    getModelClass, getModelClassName

    Methods inherited from interface java.lang.Comparable

    compareTo
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this saml sp idp connection.
      Returns:
      the primary key of this saml sp idp connection
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this saml sp idp connection.
      Parameters:
      primaryKey - the primary key of this saml sp idp connection
    • getSamlSpIdpConnectionId

      long getSamlSpIdpConnectionId()
      Returns the saml sp idp connection ID of this saml sp idp connection.
      Returns:
      the saml sp idp connection ID of this saml sp idp connection
    • setSamlSpIdpConnectionId

      void setSamlSpIdpConnectionId(long samlSpIdpConnectionId)
      Sets the saml sp idp connection ID of this saml sp idp connection.
      Parameters:
      samlSpIdpConnectionId - the saml sp idp connection ID of this saml sp idp connection
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this saml sp idp connection.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this saml sp idp connection
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this saml sp idp connection.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this saml sp idp connection
    • getUserId

      long getUserId()
      Returns the user ID of this saml sp idp connection.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this saml sp idp connection
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this saml sp idp connection.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this saml sp idp connection
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this saml sp idp connection.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this saml sp idp connection
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this saml sp idp connection.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this saml sp idp connection
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this saml sp idp connection.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this saml sp idp connection
    • setUserName

      void setUserName(String userName)
      Sets the user name of this saml sp idp connection.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this saml sp idp connection
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this saml sp idp connection.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the create date of this saml sp idp connection
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this saml sp idp connection.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      createDate - the create date of this saml sp idp connection
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this saml sp idp connection.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the modified date of this saml sp idp connection
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this saml sp idp connection.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      modifiedDate - the modified date of this saml sp idp connection
    • getAssertionSignatureRequired

      boolean getAssertionSignatureRequired()
      Returns the assertion signature required of this saml sp idp connection.
      Returns:
      the assertion signature required of this saml sp idp connection
    • isAssertionSignatureRequired

      boolean isAssertionSignatureRequired()
      Returns true if this saml sp idp connection is assertion signature required.
      Returns:
      true if this saml sp idp connection is assertion signature required; false otherwise
    • setAssertionSignatureRequired

      void setAssertionSignatureRequired(boolean assertionSignatureRequired)
      Sets whether this saml sp idp connection is assertion signature required.
      Parameters:
      assertionSignatureRequired - the assertion signature required of this saml sp idp connection
    • getClockSkew

      long getClockSkew()
      Returns the clock skew of this saml sp idp connection.
      Returns:
      the clock skew of this saml sp idp connection
    • setClockSkew

      void setClockSkew(long clockSkew)
      Sets the clock skew of this saml sp idp connection.
      Parameters:
      clockSkew - the clock skew of this saml sp idp connection
    • getEnabled

      boolean getEnabled()
      Returns the enabled of this saml sp idp connection.
      Returns:
      the enabled of this saml sp idp connection
    • isEnabled

      boolean isEnabled()
      Returns true if this saml sp idp connection is enabled.
      Returns:
      true if this saml sp idp connection is enabled; false otherwise
    • setEnabled

      void setEnabled(boolean enabled)
      Sets whether this saml sp idp connection is enabled.
      Parameters:
      enabled - the enabled of this saml sp idp connection
    • getForceAuthn

      boolean getForceAuthn()
      Returns the force authn of this saml sp idp connection.
      Returns:
      the force authn of this saml sp idp connection
    • isForceAuthn

      boolean isForceAuthn()
      Returns true if this saml sp idp connection is force authn.
      Returns:
      true if this saml sp idp connection is force authn; false otherwise
    • setForceAuthn

      void setForceAuthn(boolean forceAuthn)
      Sets whether this saml sp idp connection is force authn.
      Parameters:
      forceAuthn - the force authn of this saml sp idp connection
    • getLdapImportEnabled

      boolean getLdapImportEnabled()
      Returns the ldap import enabled of this saml sp idp connection.
      Returns:
      the ldap import enabled of this saml sp idp connection
    • isLdapImportEnabled

      boolean isLdapImportEnabled()
      Returns true if this saml sp idp connection is ldap import enabled.
      Returns:
      true if this saml sp idp connection is ldap import enabled; false otherwise
    • setLdapImportEnabled

      void setLdapImportEnabled(boolean ldapImportEnabled)
      Sets whether this saml sp idp connection is ldap import enabled.
      Parameters:
      ldapImportEnabled - the ldap import enabled of this saml sp idp connection
    • getMetadataUpdatedDate

      Date getMetadataUpdatedDate()
      Returns the metadata updated date of this saml sp idp connection.
      Returns:
      the metadata updated date of this saml sp idp connection
    • setMetadataUpdatedDate

      void setMetadataUpdatedDate(Date metadataUpdatedDate)
      Sets the metadata updated date of this saml sp idp connection.
      Parameters:
      metadataUpdatedDate - the metadata updated date of this saml sp idp connection
    • getMetadataUrl

      @AutoEscape String getMetadataUrl()
      Returns the metadata url of this saml sp idp connection.
      Returns:
      the metadata url of this saml sp idp connection
    • setMetadataUrl

      void setMetadataUrl(String metadataUrl)
      Sets the metadata url of this saml sp idp connection.
      Parameters:
      metadataUrl - the metadata url of this saml sp idp connection
    • getMetadataXml

      @AutoEscape String getMetadataXml()
      Returns the metadata xml of this saml sp idp connection.
      Returns:
      the metadata xml of this saml sp idp connection
    • setMetadataXml

      void setMetadataXml(String metadataXml)
      Sets the metadata xml of this saml sp idp connection.
      Parameters:
      metadataXml - the metadata xml of this saml sp idp connection
    • getName

      @AutoEscape String getName()
      Returns the name of this saml sp idp connection.
      Returns:
      the name of this saml sp idp connection
    • setName

      void setName(String name)
      Sets the name of this saml sp idp connection.
      Parameters:
      name - the name of this saml sp idp connection
    • getNameIdFormat

      @AutoEscape String getNameIdFormat()
      Returns the name ID format of this saml sp idp connection.
      Returns:
      the name ID format of this saml sp idp connection
    • setNameIdFormat

      void setNameIdFormat(String nameIdFormat)
      Sets the name ID format of this saml sp idp connection.
      Parameters:
      nameIdFormat - the name ID format of this saml sp idp connection
    • getSamlIdpEntityId

      @AutoEscape String getSamlIdpEntityId()
      Returns the saml idp entity ID of this saml sp idp connection.
      Returns:
      the saml idp entity ID of this saml sp idp connection
    • setSamlIdpEntityId

      void setSamlIdpEntityId(String samlIdpEntityId)
      Sets the saml idp entity ID of this saml sp idp connection.
      Parameters:
      samlIdpEntityId - the saml idp entity ID of this saml sp idp connection
    • getSignAuthnRequest

      boolean getSignAuthnRequest()
      Returns the sign authn request of this saml sp idp connection.
      Returns:
      the sign authn request of this saml sp idp connection
    • isSignAuthnRequest

      boolean isSignAuthnRequest()
      Returns true if this saml sp idp connection is sign authn request.
      Returns:
      true if this saml sp idp connection is sign authn request; false otherwise
    • setSignAuthnRequest

      void setSignAuthnRequest(boolean signAuthnRequest)
      Sets whether this saml sp idp connection is sign authn request.
      Parameters:
      signAuthnRequest - the sign authn request of this saml sp idp connection
    • getUnknownUsersAreStrangers

      boolean getUnknownUsersAreStrangers()
      Returns the unknown users are strangers of this saml sp idp connection.
      Returns:
      the unknown users are strangers of this saml sp idp connection
    • isUnknownUsersAreStrangers

      boolean isUnknownUsersAreStrangers()
      Returns true if this saml sp idp connection is unknown users are strangers.
      Returns:
      true if this saml sp idp connection is unknown users are strangers; false otherwise
    • setUnknownUsersAreStrangers

      void setUnknownUsersAreStrangers(boolean unknownUsersAreStrangers)
      Sets whether this saml sp idp connection is unknown users are strangers.
      Parameters:
      unknownUsersAreStrangers - the unknown users are strangers of this saml sp idp connection
    • getUserAttributeMappings

      @AutoEscape String getUserAttributeMappings()
      Returns the user attribute mappings of this saml sp idp connection.
      Returns:
      the user attribute mappings of this saml sp idp connection
    • setUserAttributeMappings

      void setUserAttributeMappings(String userAttributeMappings)
      Sets the user attribute mappings of this saml sp idp connection.
      Parameters:
      userAttributeMappings - the user attribute mappings of this saml sp idp connection
    • getUserIdentifierExpression

      @AutoEscape String getUserIdentifierExpression()
      Returns the user identifier expression of this saml sp idp connection.
      Returns:
      the user identifier expression of this saml sp idp connection
    • setUserIdentifierExpression

      void setUserIdentifierExpression(String userIdentifierExpression)
      Sets the user identifier expression of this saml sp idp connection.
      Parameters:
      userIdentifierExpression - the user identifier expression of this saml sp idp connection
    • cloneWithOriginalValues

      SamlSpIdpConnection cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>
    • toXmlString

      default String toXmlString()