Interface SamlIdpSpConnectionModel

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

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

This interface and its corresponding implementation com.liferay.saml.persistence.model.impl.SamlIdpSpConnectionModelImpl 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.SamlIdpSpConnectionImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    int
    Returns the assertion lifetime of this saml idp sp connection.
    Returns the attribute names of this saml idp sp connection.
    boolean
    Returns the attributes enabled of this saml idp sp connection.
    boolean
    Returns the attributes namespace enabled of this saml idp sp connection.
    long
    Returns the company ID of this saml idp sp connection.
    Returns the create date of this saml idp sp connection.
    boolean
    Returns the enabled of this saml idp sp connection.
    boolean
    Returns the encryption forced of this saml idp sp connection.
    Returns the metadata updated date of this saml idp sp connection.
    Returns the metadata url of this saml idp sp connection.
    Returns the metadata xml of this saml idp sp connection.
    Returns the modified date of this saml idp sp connection.
    Returns the name of this saml idp sp connection.
    Returns the name ID attribute of this saml idp sp connection.
    Returns the name ID format of this saml idp sp connection.
    long
    Returns the primary key of this saml idp sp connection.
    long
    Returns the saml idp sp connection ID of this saml idp sp connection.
    Returns the saml sp entity ID of this saml idp sp connection.
    long
    Returns the user ID of this saml idp sp connection.
    Returns the user name of this saml idp sp connection.
    Returns the user uuid of this saml idp sp connection.
    boolean
    Returns true if this saml idp sp connection is attributes enabled.
    boolean
    Returns true if this saml idp sp connection is attributes namespace enabled.
    boolean
    Returns true if this saml idp sp connection is enabled.
    boolean
    Returns true if this saml idp sp connection is encryption forced.
    void
    setAssertionLifetime(int assertionLifetime)
    Sets the assertion lifetime of this saml idp sp connection.
    void
    setAttributeNames(String attributeNames)
    Sets the attribute names of this saml idp sp connection.
    void
    setAttributesEnabled(boolean attributesEnabled)
    Sets whether this saml idp sp connection is attributes enabled.
    void
    setAttributesNamespaceEnabled(boolean attributesNamespaceEnabled)
    Sets whether this saml idp sp connection is attributes namespace enabled.
    void
    setCompanyId(long companyId)
    Sets the company ID of this saml idp sp connection.
    void
    setCreateDate(Date createDate)
    Sets the create date of this saml idp sp connection.
    void
    setEnabled(boolean enabled)
    Sets whether this saml idp sp connection is enabled.
    void
    setEncryptionForced(boolean encryptionForced)
    Sets whether this saml idp sp connection is encryption forced.
    void
    setMetadataUpdatedDate(Date metadataUpdatedDate)
    Sets the metadata updated date of this saml idp sp connection.
    void
    setMetadataUrl(String metadataUrl)
    Sets the metadata url of this saml idp sp connection.
    void
    setMetadataXml(String metadataXml)
    Sets the metadata xml of this saml idp sp connection.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this saml idp sp connection.
    void
    Sets the name of this saml idp sp connection.
    void
    setNameIdAttribute(String nameIdAttribute)
    Sets the name ID attribute of this saml idp sp connection.
    void
    setNameIdFormat(String nameIdFormat)
    Sets the name ID format of this saml idp sp connection.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this saml idp sp connection.
    void
    setSamlIdpSpConnectionId(long samlIdpSpConnectionId)
    Sets the saml idp sp connection ID of this saml idp sp connection.
    void
    setSamlSpEntityId(String samlSpEntityId)
    Sets the saml sp entity ID of this saml idp sp connection.
    void
    setUserId(long userId)
    Sets the user ID of this saml idp sp connection.
    void
    setUserName(String userName)
    Sets the user name of this saml idp sp connection.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this saml idp sp 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 idp sp connection.
      Returns:
      the primary key of this saml idp sp connection
    • setPrimaryKey

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

      long getSamlIdpSpConnectionId()
      Returns the saml idp sp connection ID of this saml idp sp connection.
      Returns:
      the saml idp sp connection ID of this saml idp sp connection
    • setSamlIdpSpConnectionId

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

      long getCompanyId()
      Returns the company ID of this saml idp sp 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 idp sp connection
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this saml idp sp 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 idp sp connection
    • getUserId

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

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

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

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

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

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

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

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

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

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

      int getAssertionLifetime()
      Returns the assertion lifetime of this saml idp sp connection.
      Returns:
      the assertion lifetime of this saml idp sp connection
    • setAssertionLifetime

      void setAssertionLifetime(int assertionLifetime)
      Sets the assertion lifetime of this saml idp sp connection.
      Parameters:
      assertionLifetime - the assertion lifetime of this saml idp sp connection
    • getAttributeNames

      @AutoEscape String getAttributeNames()
      Returns the attribute names of this saml idp sp connection.
      Returns:
      the attribute names of this saml idp sp connection
    • setAttributeNames

      void setAttributeNames(String attributeNames)
      Sets the attribute names of this saml idp sp connection.
      Parameters:
      attributeNames - the attribute names of this saml idp sp connection
    • getAttributesEnabled

      boolean getAttributesEnabled()
      Returns the attributes enabled of this saml idp sp connection.
      Returns:
      the attributes enabled of this saml idp sp connection
    • isAttributesEnabled

      boolean isAttributesEnabled()
      Returns true if this saml idp sp connection is attributes enabled.
      Returns:
      true if this saml idp sp connection is attributes enabled; false otherwise
    • setAttributesEnabled

      void setAttributesEnabled(boolean attributesEnabled)
      Sets whether this saml idp sp connection is attributes enabled.
      Parameters:
      attributesEnabled - the attributes enabled of this saml idp sp connection
    • getAttributesNamespaceEnabled

      boolean getAttributesNamespaceEnabled()
      Returns the attributes namespace enabled of this saml idp sp connection.
      Returns:
      the attributes namespace enabled of this saml idp sp connection
    • isAttributesNamespaceEnabled

      boolean isAttributesNamespaceEnabled()
      Returns true if this saml idp sp connection is attributes namespace enabled.
      Returns:
      true if this saml idp sp connection is attributes namespace enabled; false otherwise
    • setAttributesNamespaceEnabled

      void setAttributesNamespaceEnabled(boolean attributesNamespaceEnabled)
      Sets whether this saml idp sp connection is attributes namespace enabled.
      Parameters:
      attributesNamespaceEnabled - the attributes namespace enabled of this saml idp sp connection
    • getEnabled

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

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

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

      boolean getEncryptionForced()
      Returns the encryption forced of this saml idp sp connection.
      Returns:
      the encryption forced of this saml idp sp connection
    • isEncryptionForced

      boolean isEncryptionForced()
      Returns true if this saml idp sp connection is encryption forced.
      Returns:
      true if this saml idp sp connection is encryption forced; false otherwise
    • setEncryptionForced

      void setEncryptionForced(boolean encryptionForced)
      Sets whether this saml idp sp connection is encryption forced.
      Parameters:
      encryptionForced - the encryption forced of this saml idp sp connection
    • getMetadataUrl

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

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

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

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

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

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

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

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

      @AutoEscape String getNameIdAttribute()
      Returns the name ID attribute of this saml idp sp connection.
      Returns:
      the name ID attribute of this saml idp sp connection
    • setNameIdAttribute

      void setNameIdAttribute(String nameIdAttribute)
      Sets the name ID attribute of this saml idp sp connection.
      Parameters:
      nameIdAttribute - the name ID attribute of this saml idp sp connection
    • getNameIdFormat

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

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

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

      void setSamlSpEntityId(String samlSpEntityId)
      Sets the saml sp entity ID of this saml idp sp connection.
      Parameters:
      samlSpEntityId - the saml sp entity ID of this saml idp sp connection
    • cloneWithOriginalValues

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

      default String toXmlString()