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.
SamlIdpSpConnection,
Serialized FormSAML_IDP_SP_CONNECTION_ID_ACCESSOR| Constructor and Description |
|---|
SamlIdpSpConnectionWrapper(SamlIdpSpConnection samlIdpSpConnection) |
| Modifier and Type | Method and Description |
|---|---|
int |
getAssertionLifetime()
Returns the assertion lifetime of this saml idp sp connection.
|
java.lang.String |
getAttributeNames()
Returns the attribute names of this saml idp sp connection.
|
boolean |
getAttributesEnabled()
Returns the attributes enabled of this saml idp sp connection.
|
boolean |
getAttributesNamespaceEnabled()
Returns the attributes namespace enabled of this saml idp sp connection.
|
long |
getCompanyId()
Returns the company ID of this saml idp sp connection.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml idp sp connection.
|
boolean |
getEnabled()
Returns the enabled of this saml idp sp connection.
|
boolean |
getEncryptionForced()
Returns the encryption forced of this saml idp sp connection.
|
java.util.Date |
getMetadataUpdatedDate()
Returns the metadata updated date of this saml idp sp connection.
|
java.lang.String |
getMetadataUrl()
Returns the metadata url of this saml idp sp connection.
|
java.lang.String |
getMetadataXml()
Returns the metadata xml of this saml idp sp connection.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this saml idp sp connection.
|
java.lang.String |
getName()
Returns the name of this saml idp sp connection.
|
java.lang.String |
getNameIdAttribute()
Returns the name ID attribute of this saml idp sp connection.
|
java.lang.String |
getNameIdFormat()
Returns the name ID format of this saml idp sp connection.
|
long |
getPrimaryKey()
Returns the primary key of this saml idp sp connection.
|
long |
getSamlIdpSpConnectionId()
Returns the saml idp sp connection ID of this saml idp sp connection.
|
java.lang.String |
getSamlSpEntityId()
Returns the saml sp entity ID of this saml idp sp connection.
|
long |
getUserId()
Returns the user ID of this saml idp sp connection.
|
java.lang.String |
getUserName()
Returns the user name of this saml idp sp connection.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this saml idp sp connection.
|
boolean |
isAttributesEnabled()
Returns
true if this saml idp sp connection is attributes enabled. |
boolean |
isAttributesNamespaceEnabled()
Returns
true if this saml idp sp connection is attributes namespace enabled. |
boolean |
isEnabled()
Returns
true if this saml idp sp connection is enabled. |
boolean |
isEncryptionForced()
Returns
true if this saml idp sp connection is encryption forced. |
void |
persist() |
void |
setAssertionLifetime(int assertionLifetime)
Sets the assertion lifetime of this saml idp sp connection.
|
void |
setAttributeNames(java.lang.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(java.util.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(java.util.Date metadataUpdatedDate)
Sets the metadata updated date of this saml idp sp connection.
|
void |
setMetadataUrl(java.lang.String metadataUrl)
Sets the metadata url of this saml idp sp connection.
|
void |
setMetadataXml(java.lang.String metadataXml)
Sets the metadata xml of this saml idp sp connection.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this saml idp sp connection.
|
void |
setName(java.lang.String name)
Sets the name of this saml idp sp connection.
|
void |
setNameIdAttribute(java.lang.String nameIdAttribute)
Sets the name ID attribute of this saml idp sp connection.
|
void |
setNameIdFormat(java.lang.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(java.lang.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(java.lang.String userName)
Sets the user name of this saml idp sp connection.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this saml idp sp connection.
|
protected SamlIdpSpConnectionWrapper |
wrap(SamlIdpSpConnection samlIdpSpConnection) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic SamlIdpSpConnectionWrapper(SamlIdpSpConnection samlIdpSpConnection)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>public int getAssertionLifetime()
getAssertionLifetime in interface SamlIdpSpConnectionModelpublic java.lang.String getAttributeNames()
getAttributeNames in interface SamlIdpSpConnectionModelpublic boolean getAttributesEnabled()
getAttributesEnabled in interface SamlIdpSpConnectionModelpublic boolean getAttributesNamespaceEnabled()
getAttributesNamespaceEnabled in interface SamlIdpSpConnectionModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface SamlIdpSpConnectionModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface SamlIdpSpConnectionModelpublic boolean getEnabled()
getEnabled in interface SamlIdpSpConnectionModelpublic boolean getEncryptionForced()
getEncryptionForced in interface SamlIdpSpConnectionModelpublic java.util.Date getMetadataUpdatedDate()
getMetadataUpdatedDate in interface SamlIdpSpConnectionModelpublic java.lang.String getMetadataUrl()
getMetadataUrl in interface SamlIdpSpConnectionModelpublic java.lang.String getMetadataXml()
getMetadataXml in interface SamlIdpSpConnectionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface SamlIdpSpConnectionModelpublic java.lang.String getName()
getName in interface SamlIdpSpConnectionModelpublic java.lang.String getNameIdAttribute()
getNameIdAttribute in interface SamlIdpSpConnectionModelpublic java.lang.String getNameIdFormat()
getNameIdFormat in interface SamlIdpSpConnectionModelpublic long getPrimaryKey()
getPrimaryKey in interface SamlIdpSpConnectionModelpublic long getSamlIdpSpConnectionId()
getSamlIdpSpConnectionId in interface SamlIdpSpConnectionModelpublic java.lang.String getSamlSpEntityId()
getSamlSpEntityId in interface SamlIdpSpConnectionModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface SamlIdpSpConnectionModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface SamlIdpSpConnectionModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface SamlIdpSpConnectionModelpublic boolean isAttributesEnabled()
true if this saml idp sp connection is attributes enabled.isAttributesEnabled in interface SamlIdpSpConnectionModeltrue if this saml idp sp connection is attributes enabled; false otherwisepublic boolean isAttributesNamespaceEnabled()
true if this saml idp sp connection is attributes namespace enabled.isAttributesNamespaceEnabled in interface SamlIdpSpConnectionModeltrue if this saml idp sp connection is attributes namespace enabled; false otherwisepublic boolean isEnabled()
true if this saml idp sp connection is enabled.isEnabled in interface SamlIdpSpConnectionModeltrue if this saml idp sp connection is enabled; false otherwisepublic boolean isEncryptionForced()
true if this saml idp sp connection is encryption forced.isEncryptionForced in interface SamlIdpSpConnectionModeltrue if this saml idp sp connection is encryption forced; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAssertionLifetime(int assertionLifetime)
setAssertionLifetime in interface SamlIdpSpConnectionModelassertionLifetime - the assertion lifetime of this saml idp sp connectionpublic void setAttributeNames(java.lang.String attributeNames)
setAttributeNames in interface SamlIdpSpConnectionModelattributeNames - the attribute names of this saml idp sp connectionpublic void setAttributesEnabled(boolean attributesEnabled)
setAttributesEnabled in interface SamlIdpSpConnectionModelattributesEnabled - the attributes enabled of this saml idp sp connectionpublic void setAttributesNamespaceEnabled(boolean attributesNamespaceEnabled)
setAttributesNamespaceEnabled in interface SamlIdpSpConnectionModelattributesNamespaceEnabled - the attributes namespace enabled of this saml idp sp connectionpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface SamlIdpSpConnectionModelcompanyId - the company ID of this saml idp sp connectionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface SamlIdpSpConnectionModelcreateDate - the create date of this saml idp sp connectionpublic void setEnabled(boolean enabled)
setEnabled in interface SamlIdpSpConnectionModelenabled - the enabled of this saml idp sp connectionpublic void setEncryptionForced(boolean encryptionForced)
setEncryptionForced in interface SamlIdpSpConnectionModelencryptionForced - the encryption forced of this saml idp sp connectionpublic void setMetadataUpdatedDate(java.util.Date metadataUpdatedDate)
setMetadataUpdatedDate in interface SamlIdpSpConnectionModelmetadataUpdatedDate - the metadata updated date of this saml idp sp connectionpublic void setMetadataUrl(java.lang.String metadataUrl)
setMetadataUrl in interface SamlIdpSpConnectionModelmetadataUrl - the metadata url of this saml idp sp connectionpublic void setMetadataXml(java.lang.String metadataXml)
setMetadataXml in interface SamlIdpSpConnectionModelmetadataXml - the metadata xml of this saml idp sp connectionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface SamlIdpSpConnectionModelmodifiedDate - the modified date of this saml idp sp connectionpublic void setName(java.lang.String name)
setName in interface SamlIdpSpConnectionModelname - the name of this saml idp sp connectionpublic void setNameIdAttribute(java.lang.String nameIdAttribute)
setNameIdAttribute in interface SamlIdpSpConnectionModelnameIdAttribute - the name ID attribute of this saml idp sp connectionpublic void setNameIdFormat(java.lang.String nameIdFormat)
setNameIdFormat in interface SamlIdpSpConnectionModelnameIdFormat - the name ID format of this saml idp sp connectionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SamlIdpSpConnectionModelprimaryKey - the primary key of this saml idp sp connectionpublic void setSamlIdpSpConnectionId(long samlIdpSpConnectionId)
setSamlIdpSpConnectionId in interface SamlIdpSpConnectionModelsamlIdpSpConnectionId - the saml idp sp connection ID of this saml idp sp connectionpublic void setSamlSpEntityId(java.lang.String samlSpEntityId)
setSamlSpEntityId in interface SamlIdpSpConnectionModelsamlSpEntityId - the saml sp entity ID of this saml idp sp connectionpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface SamlIdpSpConnectionModeluserId - the user ID of this saml idp sp connectionpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface SamlIdpSpConnectionModeluserName - the user name of this saml idp sp connectionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface SamlIdpSpConnectionModeluserUuid - the user uuid of this saml idp sp connectionprotected SamlIdpSpConnectionWrapper wrap(SamlIdpSpConnection samlIdpSpConnection)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlIdpSpConnection>