Class SamlIdpSpConnectionWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlIdpSpConnection>
com.liferay.saml.persistence.model.SamlIdpSpConnectionWrapper
All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<SamlIdpSpConnection>, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, SamlIdpSpConnection, SamlIdpSpConnectionModel, Serializable, Cloneable, Comparable<SamlIdpSpConnection>

public class SamlIdpSpConnectionWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlIdpSpConnection> implements com.liferay.portal.kernel.model.ModelWrapper<SamlIdpSpConnection>, SamlIdpSpConnection

This class is a wrapper for SamlIdpSpConnection.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.saml.persistence.model.SamlIdpSpConnection

    SAML_IDP_SP_CONNECTION_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • 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
     
    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
     
    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.
     
    wrap(SamlIdpSpConnection samlIdpSpConnection)
     

    Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait

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

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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

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

    getWrappedModel
  • Constructor Details

    • SamlIdpSpConnectionWrapper

      public SamlIdpSpConnectionWrapper(SamlIdpSpConnection samlIdpSpConnection)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>
    • cloneWithOriginalValues

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

      public int getAssertionLifetime()
      Returns the assertion lifetime of this saml idp sp connection.
      Specified by:
      getAssertionLifetime in interface SamlIdpSpConnectionModel
      Returns:
      the assertion lifetime of this saml idp sp connection
    • getAttributeNames

      public String getAttributeNames()
      Returns the attribute names of this saml idp sp connection.
      Specified by:
      getAttributeNames in interface SamlIdpSpConnectionModel
      Returns:
      the attribute names of this saml idp sp connection
    • getAttributesEnabled

      public boolean getAttributesEnabled()
      Returns the attributes enabled of this saml idp sp connection.
      Specified by:
      getAttributesEnabled in interface SamlIdpSpConnectionModel
      Returns:
      the attributes enabled of this saml idp sp connection
    • getAttributesNamespaceEnabled

      public boolean getAttributesNamespaceEnabled()
      Returns the attributes namespace enabled of this saml idp sp connection.
      Specified by:
      getAttributesNamespaceEnabled in interface SamlIdpSpConnectionModel
      Returns:
      the attributes namespace enabled of this saml idp sp connection
    • getCompanyId

      public 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 SamlIdpSpConnectionModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this saml idp sp connection
    • getCreateDate

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

      public boolean getEnabled()
      Returns the enabled of this saml idp sp connection.
      Specified by:
      getEnabled in interface SamlIdpSpConnectionModel
      Returns:
      the enabled of this saml idp sp connection
    • getEncryptionForced

      public boolean getEncryptionForced()
      Returns the encryption forced of this saml idp sp connection.
      Specified by:
      getEncryptionForced in interface SamlIdpSpConnectionModel
      Returns:
      the encryption forced of this saml idp sp connection
    • getMetadataUpdatedDate

      public Date getMetadataUpdatedDate()
      Returns the metadata updated date of this saml idp sp connection.
      Specified by:
      getMetadataUpdatedDate in interface SamlIdpSpConnectionModel
      Returns:
      the metadata updated date of this saml idp sp connection
    • getMetadataUrl

      public String getMetadataUrl()
      Returns the metadata url of this saml idp sp connection.
      Specified by:
      getMetadataUrl in interface SamlIdpSpConnectionModel
      Returns:
      the metadata url of this saml idp sp connection
    • getMetadataXml

      public String getMetadataXml()
      Returns the metadata xml of this saml idp sp connection.
      Specified by:
      getMetadataXml in interface SamlIdpSpConnectionModel
      Returns:
      the metadata xml of this saml idp sp connection
    • getModifiedDate

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

      public String getName()
      Returns the name of this saml idp sp connection.
      Specified by:
      getName in interface SamlIdpSpConnectionModel
      Returns:
      the name of this saml idp sp connection
    • getNameIdAttribute

      public String getNameIdAttribute()
      Returns the name ID attribute of this saml idp sp connection.
      Specified by:
      getNameIdAttribute in interface SamlIdpSpConnectionModel
      Returns:
      the name ID attribute of this saml idp sp connection
    • getNameIdFormat

      public String getNameIdFormat()
      Returns the name ID format of this saml idp sp connection.
      Specified by:
      getNameIdFormat in interface SamlIdpSpConnectionModel
      Returns:
      the name ID format of this saml idp sp connection
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this saml idp sp connection.
      Specified by:
      getPrimaryKey in interface SamlIdpSpConnectionModel
      Returns:
      the primary key of this saml idp sp connection
    • getSamlIdpSpConnectionId

      public long getSamlIdpSpConnectionId()
      Returns the saml idp sp connection ID of this saml idp sp connection.
      Specified by:
      getSamlIdpSpConnectionId in interface SamlIdpSpConnectionModel
      Returns:
      the saml idp sp connection ID of this saml idp sp connection
    • getSamlSpEntityId

      public String getSamlSpEntityId()
      Returns the saml sp entity ID of this saml idp sp connection.
      Specified by:
      getSamlSpEntityId in interface SamlIdpSpConnectionModel
      Returns:
      the saml sp entity ID of this saml idp sp connection
    • getUserId

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

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

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

      public boolean isAttributesEnabled()
      Returns true if this saml idp sp connection is attributes enabled.
      Specified by:
      isAttributesEnabled in interface SamlIdpSpConnectionModel
      Returns:
      true if this saml idp sp connection is attributes enabled; false otherwise
    • isAttributesNamespaceEnabled

      public boolean isAttributesNamespaceEnabled()
      Returns true if this saml idp sp connection is attributes namespace enabled.
      Specified by:
      isAttributesNamespaceEnabled in interface SamlIdpSpConnectionModel
      Returns:
      true if this saml idp sp connection is attributes namespace enabled; false otherwise
    • isEnabled

      public boolean isEnabled()
      Returns true if this saml idp sp connection is enabled.
      Specified by:
      isEnabled in interface SamlIdpSpConnectionModel
      Returns:
      true if this saml idp sp connection is enabled; false otherwise
    • isEncryptionForced

      public boolean isEncryptionForced()
      Returns true if this saml idp sp connection is encryption forced.
      Specified by:
      isEncryptionForced in interface SamlIdpSpConnectionModel
      Returns:
      true if this saml idp sp connection is encryption forced; false otherwise
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setAssertionLifetime

      public void setAssertionLifetime(int assertionLifetime)
      Sets the assertion lifetime of this saml idp sp connection.
      Specified by:
      setAssertionLifetime in interface SamlIdpSpConnectionModel
      Parameters:
      assertionLifetime - the assertion lifetime of this saml idp sp connection
    • setAttributeNames

      public void setAttributeNames(String attributeNames)
      Sets the attribute names of this saml idp sp connection.
      Specified by:
      setAttributeNames in interface SamlIdpSpConnectionModel
      Parameters:
      attributeNames - the attribute names of this saml idp sp connection
    • setAttributesEnabled

      public void setAttributesEnabled(boolean attributesEnabled)
      Sets whether this saml idp sp connection is attributes enabled.
      Specified by:
      setAttributesEnabled in interface SamlIdpSpConnectionModel
      Parameters:
      attributesEnabled - the attributes enabled of this saml idp sp connection
    • setAttributesNamespaceEnabled

      public void setAttributesNamespaceEnabled(boolean attributesNamespaceEnabled)
      Sets whether this saml idp sp connection is attributes namespace enabled.
      Specified by:
      setAttributesNamespaceEnabled in interface SamlIdpSpConnectionModel
      Parameters:
      attributesNamespaceEnabled - the attributes namespace enabled of this saml idp sp connection
    • setCompanyId

      public 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 SamlIdpSpConnectionModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this saml idp sp connection
    • setCreateDate

      public 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
      Specified by:
      setCreateDate in interface SamlIdpSpConnectionModel
      Parameters:
      createDate - the create date of this saml idp sp connection
    • setEnabled

      public void setEnabled(boolean enabled)
      Sets whether this saml idp sp connection is enabled.
      Specified by:
      setEnabled in interface SamlIdpSpConnectionModel
      Parameters:
      enabled - the enabled of this saml idp sp connection
    • setEncryptionForced

      public void setEncryptionForced(boolean encryptionForced)
      Sets whether this saml idp sp connection is encryption forced.
      Specified by:
      setEncryptionForced in interface SamlIdpSpConnectionModel
      Parameters:
      encryptionForced - the encryption forced of this saml idp sp connection
    • setMetadataUpdatedDate

      public void setMetadataUpdatedDate(Date metadataUpdatedDate)
      Sets the metadata updated date of this saml idp sp connection.
      Specified by:
      setMetadataUpdatedDate in interface SamlIdpSpConnectionModel
      Parameters:
      metadataUpdatedDate - the metadata updated date of this saml idp sp connection
    • setMetadataUrl

      public void setMetadataUrl(String metadataUrl)
      Sets the metadata url of this saml idp sp connection.
      Specified by:
      setMetadataUrl in interface SamlIdpSpConnectionModel
      Parameters:
      metadataUrl - the metadata url of this saml idp sp connection
    • setMetadataXml

      public void setMetadataXml(String metadataXml)
      Sets the metadata xml of this saml idp sp connection.
      Specified by:
      setMetadataXml in interface SamlIdpSpConnectionModel
      Parameters:
      metadataXml - the metadata xml of this saml idp sp connection
    • setModifiedDate

      public 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
      Specified by:
      setModifiedDate in interface SamlIdpSpConnectionModel
      Parameters:
      modifiedDate - the modified date of this saml idp sp connection
    • setName

      public void setName(String name)
      Sets the name of this saml idp sp connection.
      Specified by:
      setName in interface SamlIdpSpConnectionModel
      Parameters:
      name - the name of this saml idp sp connection
    • setNameIdAttribute

      public void setNameIdAttribute(String nameIdAttribute)
      Sets the name ID attribute of this saml idp sp connection.
      Specified by:
      setNameIdAttribute in interface SamlIdpSpConnectionModel
      Parameters:
      nameIdAttribute - the name ID attribute of this saml idp sp connection
    • setNameIdFormat

      public void setNameIdFormat(String nameIdFormat)
      Sets the name ID format of this saml idp sp connection.
      Specified by:
      setNameIdFormat in interface SamlIdpSpConnectionModel
      Parameters:
      nameIdFormat - the name ID format of this saml idp sp connection
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this saml idp sp connection.
      Specified by:
      setPrimaryKey in interface SamlIdpSpConnectionModel
      Parameters:
      primaryKey - the primary key of this saml idp sp connection
    • setSamlIdpSpConnectionId

      public void setSamlIdpSpConnectionId(long samlIdpSpConnectionId)
      Sets the saml idp sp connection ID of this saml idp sp connection.
      Specified by:
      setSamlIdpSpConnectionId in interface SamlIdpSpConnectionModel
      Parameters:
      samlIdpSpConnectionId - the saml idp sp connection ID of this saml idp sp connection
    • setSamlSpEntityId

      public void setSamlSpEntityId(String samlSpEntityId)
      Sets the saml sp entity ID of this saml idp sp connection.
      Specified by:
      setSamlSpEntityId in interface SamlIdpSpConnectionModel
      Parameters:
      samlSpEntityId - the saml sp entity ID of this saml idp sp connection
    • setUserId

      public 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
      Specified by:
      setUserId in interface SamlIdpSpConnectionModel
      Parameters:
      userId - the user ID of this saml idp sp connection
    • setUserName

      public 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
      Specified by:
      setUserName in interface SamlIdpSpConnectionModel
      Parameters:
      userName - the user name of this saml idp sp connection
    • setUserUuid

      public 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
      Specified by:
      setUserUuid in interface SamlIdpSpConnectionModel
      Parameters:
      userUuid - the user uuid of this saml idp sp connection
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface SamlIdpSpConnectionModel
    • wrap

      protected SamlIdpSpConnectionWrapper wrap(SamlIdpSpConnection samlIdpSpConnection)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlIdpSpConnection>