@ProviderType public interface SamlIdpSpConnectionModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>, com.liferay.portal.kernel.model.ShardedModel
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.
SamlIdpSpConnection| Modifier and Type | Method and Description |
|---|---|
SamlIdpSpConnection |
cloneWithOriginalValues() |
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.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 |
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 |
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.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModellong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this saml idp sp connectionlong getSamlIdpSpConnectionId()
void setSamlIdpSpConnectionId(long samlIdpSpConnectionId)
samlIdpSpConnectionId - the saml idp sp connection ID of this saml idp sp 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 idp sp 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 idp sp 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 idp sp 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 idp sp 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 idp sp 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 idp sp connectionint getAssertionLifetime()
void setAssertionLifetime(int assertionLifetime)
assertionLifetime - the assertion lifetime of this saml idp sp connection@AutoEscape java.lang.String getAttributeNames()
void setAttributeNames(java.lang.String attributeNames)
attributeNames - the attribute names of this saml idp sp connectionboolean getAttributesEnabled()
boolean isAttributesEnabled()
true if this saml idp sp connection is attributes enabled.true if this saml idp sp connection is attributes enabled; false otherwisevoid setAttributesEnabled(boolean attributesEnabled)
attributesEnabled - the attributes enabled of this saml idp sp connectionboolean getAttributesNamespaceEnabled()
boolean isAttributesNamespaceEnabled()
true if this saml idp sp connection is attributes namespace enabled.true if this saml idp sp connection is attributes namespace enabled; false otherwisevoid setAttributesNamespaceEnabled(boolean attributesNamespaceEnabled)
attributesNamespaceEnabled - the attributes namespace enabled of this saml idp sp connectionboolean getEnabled()
boolean isEnabled()
true if this saml idp sp connection is enabled.true if this saml idp sp connection is enabled; false otherwisevoid setEnabled(boolean enabled)
enabled - the enabled of this saml idp sp connectionboolean getEncryptionForced()
boolean isEncryptionForced()
true if this saml idp sp connection is encryption forced.true if this saml idp sp connection is encryption forced; false otherwisevoid setEncryptionForced(boolean encryptionForced)
encryptionForced - the encryption forced of this saml idp sp connection@AutoEscape java.lang.String getMetadataUrl()
void setMetadataUrl(java.lang.String metadataUrl)
metadataUrl - the metadata url of this saml idp sp connection@AutoEscape java.lang.String getMetadataXml()
void setMetadataXml(java.lang.String metadataXml)
metadataXml - the metadata xml of this saml idp sp connectionjava.util.Date getMetadataUpdatedDate()
void setMetadataUpdatedDate(java.util.Date metadataUpdatedDate)
metadataUpdatedDate - the metadata updated date of this saml idp sp connection@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name - the name of this saml idp sp connection@AutoEscape java.lang.String getNameIdAttribute()
void setNameIdAttribute(java.lang.String nameIdAttribute)
nameIdAttribute - the name ID attribute of this saml idp sp connection@AutoEscape java.lang.String getNameIdFormat()
void setNameIdFormat(java.lang.String nameIdFormat)
nameIdFormat - the name ID format of this saml idp sp connection@AutoEscape java.lang.String getSamlSpEntityId()
void setSamlSpEntityId(java.lang.String samlSpEntityId)
samlSpEntityId - the saml sp entity ID of this saml idp sp connectionSamlIdpSpConnection cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>default java.lang.String toXmlString()