@ProviderType public interface SamlSpIdpConnectionModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>, com.liferay.portal.kernel.model.ShardedModel
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.
SamlSpIdpConnection| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(SamlSpIdpConnection samlSpIdpConnection) |
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.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.
|
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 |
isEscapedModel() |
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 |
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 |
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() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this saml sp idp connectionlong getSamlSpIdpConnectionId()
void setSamlSpIdpConnectionId(long samlSpIdpConnectionId)
samlSpIdpConnectionId - the saml sp idp connection ID of this saml sp idp connectionlong getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this saml sp idp connectionlong getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this saml sp idp connectionjava.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this saml sp idp connection@AutoEscape java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelvoid setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this saml sp idp connectionjava.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this saml sp idp connectionjava.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelvoid setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this saml sp idp connection@AutoEscape java.lang.String getSamlIdpEntityId()
void setSamlIdpEntityId(java.lang.String samlIdpEntityId)
samlIdpEntityId - the saml idp entity ID of this saml sp idp connectionboolean getAssertionSignatureRequired()
boolean isAssertionSignatureRequired()
true if this saml sp idp connection is assertion signature required.true if this saml sp idp connection is assertion signature required; false otherwisevoid setAssertionSignatureRequired(boolean assertionSignatureRequired)
assertionSignatureRequired - the assertion signature required of this saml sp idp connectionlong getClockSkew()
void setClockSkew(long clockSkew)
clockSkew - the clock skew of this saml sp idp connectionboolean getEnabled()
boolean isEnabled()
true if this saml sp idp connection is enabled.true if this saml sp idp connection is enabled; false otherwisevoid setEnabled(boolean enabled)
enabled - the enabled of this saml sp idp connectionboolean getForceAuthn()
boolean isForceAuthn()
true if this saml sp idp connection is force authn.true if this saml sp idp connection is force authn; false otherwisevoid setForceAuthn(boolean forceAuthn)
forceAuthn - the force authn of this saml sp idp connectionboolean getLdapImportEnabled()
boolean isLdapImportEnabled()
true if this saml sp idp connection is ldap import enabled.true if this saml sp idp connection is ldap import enabled; false otherwisevoid setLdapImportEnabled(boolean ldapImportEnabled)
ldapImportEnabled - the ldap import enabled of this saml sp idp connection@AutoEscape java.lang.String getMetadataUrl()
void setMetadataUrl(java.lang.String metadataUrl)
metadataUrl - the metadata url of this saml sp idp connection@AutoEscape java.lang.String getMetadataXml()
void setMetadataXml(java.lang.String metadataXml)
metadataXml - the metadata xml of this saml sp idp connectionjava.util.Date getMetadataUpdatedDate()
void setMetadataUpdatedDate(java.util.Date metadataUpdatedDate)
metadataUpdatedDate - the metadata updated date of this saml sp idp connection@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this saml sp idp connection@AutoEscape java.lang.String getNameIdFormat()
void setNameIdFormat(java.lang.String nameIdFormat)
nameIdFormat - the name ID format of this saml sp idp connectionboolean getSignAuthnRequest()
boolean isSignAuthnRequest()
true if this saml sp idp connection is sign authn request.true if this saml sp idp connection is sign authn request; false otherwisevoid setSignAuthnRequest(boolean signAuthnRequest)
signAuthnRequest - the sign authn request of this saml sp idp connection@AutoEscape java.lang.String getUserAttributeMappings()
void setUserAttributeMappings(java.lang.String userAttributeMappings)
userAttributeMappings - the user attribute mappings of this saml sp idp connectionboolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelcom.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelvoid setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>int compareTo(SamlSpIdpConnection samlSpIdpConnection)
compareTo in interface java.lang.Comparable<SamlSpIdpConnection>int hashCode()
hashCode in class java.lang.Objectcom.liferay.portal.kernel.model.CacheModel<SamlSpIdpConnection> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>SamlSpIdpConnection toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>SamlSpIdpConnection toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>