public class SamlSpIdpConnectionWrapper extends java.lang.Object implements com.liferay.portal.kernel.model.ModelWrapper<SamlSpIdpConnection>, SamlSpIdpConnection
This class is a wrapper for SamlSpIdpConnection.
SamlSpIdpConnection,
Serialized FormSAML_SP_IDP_CONNECTION_ID_ACCESSOR| Constructor and Description |
|---|
SamlSpIdpConnectionWrapper(SamlSpIdpConnection samlSpIdpConnection) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(SamlSpIdpConnection samlSpIdpConnection) |
boolean |
equals(java.lang.Object obj) |
boolean |
getAssertionSignatureRequired()
Returns the assertion signature required of this saml sp idp connection.
|
long |
getClockSkew()
Returns the clock skew of this saml sp idp connection.
|
long |
getCompanyId()
Returns the company ID of this saml sp idp connection.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml sp idp connection.
|
boolean |
getEnabled()
Returns the enabled of this saml sp idp connection.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
boolean |
getForceAuthn()
Returns the force authn of this saml sp idp connection.
|
boolean |
getLdapImportEnabled()
Returns the ldap import enabled of this saml sp idp connection.
|
java.util.Date |
getMetadataUpdatedDate()
Returns the metadata updated date of this saml sp idp connection.
|
java.lang.String |
getMetadataUrl()
Returns the metadata url of this saml sp idp connection.
|
java.lang.String |
getMetadataXml()
Returns the metadata xml of this saml sp idp connection.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this saml sp idp connection.
|
java.lang.String |
getName()
Returns the name of this saml sp idp connection.
|
java.lang.String |
getNameIdFormat()
Returns the name ID format of this saml sp idp connection.
|
long |
getPrimaryKey()
Returns the primary key of this saml sp idp connection.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getSamlIdpEntityId()
Returns the saml idp entity ID of this saml sp idp connection.
|
long |
getSamlSpIdpConnectionId()
Returns the saml sp idp connection ID of this saml sp idp connection.
|
boolean |
getSignAuthnRequest()
Returns the sign authn request of this saml sp idp connection.
|
java.lang.String |
getUserAttributeMappings()
Returns the user attribute mappings of this saml sp idp connection.
|
long |
getUserId()
Returns the user ID of this saml sp idp connection.
|
java.lang.String |
getUserName()
Returns the user name of this saml sp idp connection.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this saml sp idp connection.
|
SamlSpIdpConnection |
getWrappedModel() |
int |
hashCode() |
boolean |
isAssertionSignatureRequired()
Returns
true if this saml sp idp connection is assertion signature required. |
boolean |
isCachedModel() |
boolean |
isEnabled()
Returns
true if this saml sp idp connection is enabled. |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isForceAuthn()
Returns
true if this saml sp idp connection is force authn. |
boolean |
isLdapImportEnabled()
Returns
true if this saml sp idp connection is ldap import enabled. |
boolean |
isNew() |
boolean |
isSignAuthnRequest()
Returns
true if this saml sp idp connection is sign authn request. |
void |
persist() |
void |
resetOriginalValues() |
void |
setAssertionSignatureRequired(boolean assertionSignatureRequired)
Sets whether this saml sp idp connection is assertion signature required.
|
void |
setCachedModel(boolean cachedModel) |
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(java.util.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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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(java.util.Date metadataUpdatedDate)
Sets the metadata updated date of this saml sp idp connection.
|
void |
setMetadataUrl(java.lang.String metadataUrl)
Sets the metadata url of this saml sp idp connection.
|
void |
setMetadataXml(java.lang.String metadataXml)
Sets the metadata xml of this saml sp idp 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 sp idp connection.
|
void |
setName(java.lang.String name)
Sets the name of this saml sp idp connection.
|
void |
setNameIdFormat(java.lang.String nameIdFormat)
Sets the name ID format of this saml sp idp connection.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml sp idp connection.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setSamlIdpEntityId(java.lang.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 |
setUserAttributeMappings(java.lang.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 |
setUserName(java.lang.String userName)
Sets the user name of this saml sp idp connection.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this saml sp idp connection.
|
com.liferay.portal.kernel.model.CacheModel<SamlSpIdpConnection> |
toCacheModel() |
SamlSpIdpConnection |
toEscapedModel() |
java.lang.String |
toString() |
SamlSpIdpConnection |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public SamlSpIdpConnectionWrapper(SamlSpIdpConnection samlSpIdpConnection)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>clone in interface SamlSpIdpConnectionModelclone in class java.lang.Objectpublic int compareTo(SamlSpIdpConnection samlSpIdpConnection)
compareTo in interface SamlSpIdpConnectionModelcompareTo in interface java.lang.Comparable<SamlSpIdpConnection>public boolean getAssertionSignatureRequired()
getAssertionSignatureRequired in interface SamlSpIdpConnectionModelpublic long getClockSkew()
getClockSkew in interface SamlSpIdpConnectionModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface SamlSpIdpConnectionModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface SamlSpIdpConnectionModelpublic boolean getEnabled()
getEnabled in interface SamlSpIdpConnectionModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface SamlSpIdpConnectionModelpublic boolean getForceAuthn()
getForceAuthn in interface SamlSpIdpConnectionModelpublic boolean getLdapImportEnabled()
getLdapImportEnabled in interface SamlSpIdpConnectionModelpublic java.util.Date getMetadataUpdatedDate()
getMetadataUpdatedDate in interface SamlSpIdpConnectionModelpublic java.lang.String getMetadataUrl()
getMetadataUrl in interface SamlSpIdpConnectionModelpublic java.lang.String getMetadataXml()
getMetadataXml in interface SamlSpIdpConnectionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface SamlSpIdpConnectionModelpublic java.lang.String getName()
getName in interface SamlSpIdpConnectionModelpublic java.lang.String getNameIdFormat()
getNameIdFormat in interface SamlSpIdpConnectionModelpublic long getPrimaryKey()
getPrimaryKey in interface SamlSpIdpConnectionModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface SamlSpIdpConnectionModelpublic java.lang.String getSamlIdpEntityId()
getSamlIdpEntityId in interface SamlSpIdpConnectionModelpublic long getSamlSpIdpConnectionId()
getSamlSpIdpConnectionId in interface SamlSpIdpConnectionModelpublic boolean getSignAuthnRequest()
getSignAuthnRequest in interface SamlSpIdpConnectionModelpublic java.lang.String getUserAttributeMappings()
getUserAttributeMappings in interface SamlSpIdpConnectionModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface SamlSpIdpConnectionModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface SamlSpIdpConnectionModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface SamlSpIdpConnectionModelpublic int hashCode()
hashCode in interface SamlSpIdpConnectionModelhashCode in class java.lang.Objectpublic boolean isAssertionSignatureRequired()
true if this saml sp idp connection is assertion signature required.isAssertionSignatureRequired in interface SamlSpIdpConnectionModeltrue if this saml sp idp connection is assertion signature required; false otherwisepublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>isCachedModel in interface SamlSpIdpConnectionModelpublic boolean isEnabled()
true if this saml sp idp connection is enabled.isEnabled in interface SamlSpIdpConnectionModeltrue if this saml sp idp connection is enabled; false otherwisepublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>isEscapedModel in interface SamlSpIdpConnectionModelpublic boolean isForceAuthn()
true if this saml sp idp connection is force authn.isForceAuthn in interface SamlSpIdpConnectionModeltrue if this saml sp idp connection is force authn; false otherwisepublic boolean isLdapImportEnabled()
true if this saml sp idp connection is ldap import enabled.isLdapImportEnabled in interface SamlSpIdpConnectionModeltrue if this saml sp idp connection is ldap import enabled; false otherwisepublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>isNew in interface SamlSpIdpConnectionModelpublic boolean isSignAuthnRequest()
true if this saml sp idp connection is sign authn request.isSignAuthnRequest in interface SamlSpIdpConnectionModeltrue if this saml sp idp connection is sign authn request; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAssertionSignatureRequired(boolean assertionSignatureRequired)
setAssertionSignatureRequired in interface SamlSpIdpConnectionModelassertionSignatureRequired - the assertion signature required of this saml sp idp connectionpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>setCachedModel in interface SamlSpIdpConnectionModelpublic void setClockSkew(long clockSkew)
setClockSkew in interface SamlSpIdpConnectionModelclockSkew - the clock skew of this saml sp idp connectionpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface SamlSpIdpConnectionModelcompanyId - the company ID of this saml sp idp connectionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface SamlSpIdpConnectionModelcreateDate - the create date of this saml sp idp connectionpublic void setEnabled(boolean enabled)
setEnabled in interface SamlSpIdpConnectionModelenabled - the enabled of this saml sp idp connectionpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>setExpandoBridgeAttributes in interface SamlSpIdpConnectionModelpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>setExpandoBridgeAttributes in interface SamlSpIdpConnectionModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>setExpandoBridgeAttributes in interface SamlSpIdpConnectionModelpublic void setForceAuthn(boolean forceAuthn)
setForceAuthn in interface SamlSpIdpConnectionModelforceAuthn - the force authn of this saml sp idp connectionpublic void setLdapImportEnabled(boolean ldapImportEnabled)
setLdapImportEnabled in interface SamlSpIdpConnectionModelldapImportEnabled - the ldap import enabled of this saml sp idp connectionpublic void setMetadataUpdatedDate(java.util.Date metadataUpdatedDate)
setMetadataUpdatedDate in interface SamlSpIdpConnectionModelmetadataUpdatedDate - the metadata updated date of this saml sp idp connectionpublic void setMetadataUrl(java.lang.String metadataUrl)
setMetadataUrl in interface SamlSpIdpConnectionModelmetadataUrl - the metadata url of this saml sp idp connectionpublic void setMetadataXml(java.lang.String metadataXml)
setMetadataXml in interface SamlSpIdpConnectionModelmetadataXml - the metadata xml of this saml sp idp connectionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface SamlSpIdpConnectionModelmodifiedDate - the modified date of this saml sp idp connectionpublic void setName(java.lang.String name)
setName in interface SamlSpIdpConnectionModelname - the name of this saml sp idp connectionpublic void setNameIdFormat(java.lang.String nameIdFormat)
setNameIdFormat in interface SamlSpIdpConnectionModelnameIdFormat - the name ID format of this saml sp idp connectionpublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>setNew in interface SamlSpIdpConnectionModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface SamlSpIdpConnectionModelprimaryKey - the primary key of this saml sp idp connectionpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface SamlSpIdpConnectionModelpublic void setSamlIdpEntityId(java.lang.String samlIdpEntityId)
setSamlIdpEntityId in interface SamlSpIdpConnectionModelsamlIdpEntityId - the saml idp entity ID of this saml sp idp connectionpublic void setSamlSpIdpConnectionId(long samlSpIdpConnectionId)
setSamlSpIdpConnectionId in interface SamlSpIdpConnectionModelsamlSpIdpConnectionId - the saml sp idp connection ID of this saml sp idp connectionpublic void setSignAuthnRequest(boolean signAuthnRequest)
setSignAuthnRequest in interface SamlSpIdpConnectionModelsignAuthnRequest - the sign authn request of this saml sp idp connectionpublic void setUserAttributeMappings(java.lang.String userAttributeMappings)
setUserAttributeMappings in interface SamlSpIdpConnectionModeluserAttributeMappings - the user attribute mappings of this saml sp idp connectionpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface SamlSpIdpConnectionModeluserId - the user ID of this saml sp idp connectionpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface SamlSpIdpConnectionModeluserName - the user name of this saml sp idp connectionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface SamlSpIdpConnectionModeluserUuid - the user uuid of this saml sp idp connectionpublic com.liferay.portal.kernel.model.CacheModel<SamlSpIdpConnection> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>toCacheModel in interface SamlSpIdpConnectionModelpublic SamlSpIdpConnection toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>toEscapedModel in interface SamlSpIdpConnectionModelpublic java.lang.String toString()
toString in interface SamlSpIdpConnectionModeltoString in class java.lang.Objectpublic SamlSpIdpConnection toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>toUnescapedModel in interface SamlSpIdpConnectionModelpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>toXmlString in interface SamlSpIdpConnectionModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic SamlSpIdpConnection getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<SamlSpIdpConnection>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>