Interface SamlIdpSpConnectionModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<SamlIdpSpConnection>,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
SamlIdpSpConnection
- All Known Implementing Classes:
SamlIdpSpConnectionWrapper
@ProviderType
public interface SamlIdpSpConnectionModel
extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the SamlIdpSpConnection service. Represents a row in the "SamlIdpSpConnection" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
Method Summary
Modifier and TypeMethodDescriptionintReturns the assertion lifetime of this saml idp sp connection.Returns the attribute names of this saml idp sp connection.booleanReturns the attributes enabled of this saml idp sp connection.booleanReturns the attributes namespace enabled of this saml idp sp connection.longReturns the company ID of this saml idp sp connection.Returns the create date of this saml idp sp connection.booleanReturns the enabled of this saml idp sp connection.booleanReturns 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.getName()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.longReturns the primary key of this saml idp sp connection.longReturns the saml idp sp connection ID of this saml idp sp connection.Returns the saml sp entity ID of this saml idp sp connection.longReturns 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.booleanReturnstrueif this saml idp sp connection is attributes enabled.booleanReturnstrueif this saml idp sp connection is attributes namespace enabled.booleanReturnstrueif this saml idp sp connection is enabled.booleanReturnstrueif this saml idp sp connection is encryption forced.voidsetAssertionLifetime(int assertionLifetime) Sets the assertion lifetime of this saml idp sp connection.voidsetAttributeNames(String attributeNames) Sets the attribute names of this saml idp sp connection.voidsetAttributesEnabled(boolean attributesEnabled) Sets whether this saml idp sp connection is attributes enabled.voidsetAttributesNamespaceEnabled(boolean attributesNamespaceEnabled) Sets whether this saml idp sp connection is attributes namespace enabled.voidsetCompanyId(long companyId) Sets the company ID of this saml idp sp connection.voidsetCreateDate(Date createDate) Sets the create date of this saml idp sp connection.voidsetEnabled(boolean enabled) Sets whether this saml idp sp connection is enabled.voidsetEncryptionForced(boolean encryptionForced) Sets whether this saml idp sp connection is encryption forced.voidsetMetadataUpdatedDate(Date metadataUpdatedDate) Sets the metadata updated date of this saml idp sp connection.voidsetMetadataUrl(String metadataUrl) Sets the metadata url of this saml idp sp connection.voidsetMetadataXml(String metadataXml) Sets the metadata xml of this saml idp sp connection.voidsetModifiedDate(Date modifiedDate) Sets the modified date of this saml idp sp connection.voidSets the name of this saml idp sp connection.voidsetNameIdAttribute(String nameIdAttribute) Sets the name ID attribute of this saml idp sp connection.voidsetNameIdFormat(String nameIdFormat) Sets the name ID format of this saml idp sp connection.voidsetPrimaryKey(long primaryKey) Sets the primary key of this saml idp sp connection.voidsetSamlIdpSpConnectionId(long samlIdpSpConnectionId) Sets the saml idp sp connection ID of this saml idp sp connection.voidsetSamlSpEntityId(String samlSpEntityId) Sets the saml sp entity ID of this saml idp sp connection.voidsetUserId(long userId) Sets the user ID of this saml idp sp connection.voidsetUserName(String userName) Sets the user name of this saml idp sp connection.voidsetUserUuid(String userUuid) Sets the user uuid of this saml idp sp connection.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this saml idp sp connection.- Returns:
- the primary key of this saml idp sp connection
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this saml idp sp connection.- Parameters:
primaryKey- the primary key of this saml idp sp connection
-
getSamlIdpSpConnectionId
long getSamlIdpSpConnectionId()Returns the saml idp sp connection ID of this saml idp sp connection.- Returns:
- the saml idp sp connection ID of this saml idp sp connection
-
setSamlIdpSpConnectionId
void setSamlIdpSpConnectionId(long samlIdpSpConnectionId) Sets the saml idp sp connection ID of this saml idp sp connection.- Parameters:
samlIdpSpConnectionId- the saml idp sp connection ID of this saml idp sp connection
-
getCompanyId
long getCompanyId()Returns the company ID of this saml idp sp connection.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this saml idp sp connection
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this saml idp sp connection.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this saml idp sp connection
-
getUserId
long getUserId()Returns the user ID of this saml idp sp connection.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this saml idp sp connection
-
setUserId
void setUserId(long userId) Sets the user ID of this saml idp sp connection.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this saml idp sp connection
-
getUserUuid
String getUserUuid()Returns the user uuid of this saml idp sp connection.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this saml idp sp connection
-
setUserUuid
Sets the user uuid of this saml idp sp connection.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this saml idp sp connection
-
getUserName
Returns the user name of this saml idp sp connection.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this saml idp sp connection
-
setUserName
Sets the user name of this saml idp sp connection.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userName- the user name of this saml idp sp connection
-
getCreateDate
Date getCreateDate()Returns the create date of this saml idp sp connection.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this saml idp sp connection
-
setCreateDate
Sets the create date of this saml idp sp connection.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
createDate- the create date of this saml idp sp connection
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this saml idp sp connection.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this saml idp sp connection
-
setModifiedDate
Sets the modified date of this saml idp sp connection.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this saml idp sp connection
-
getAssertionLifetime
int getAssertionLifetime()Returns the assertion lifetime of this saml idp sp connection.- Returns:
- the assertion lifetime of this saml idp sp connection
-
setAssertionLifetime
void setAssertionLifetime(int assertionLifetime) Sets the assertion lifetime of this saml idp sp connection.- Parameters:
assertionLifetime- the assertion lifetime of this saml idp sp connection
-
getAttributeNames
Returns the attribute names of this saml idp sp connection.- Returns:
- the attribute names of this saml idp sp connection
-
setAttributeNames
Sets the attribute names of this saml idp sp connection.- Parameters:
attributeNames- the attribute names of this saml idp sp connection
-
getAttributesEnabled
boolean getAttributesEnabled()Returns the attributes enabled of this saml idp sp connection.- Returns:
- the attributes enabled of this saml idp sp connection
-
isAttributesEnabled
boolean isAttributesEnabled()Returnstrueif this saml idp sp connection is attributes enabled.- Returns:
trueif this saml idp sp connection is attributes enabled;falseotherwise
-
setAttributesEnabled
void setAttributesEnabled(boolean attributesEnabled) Sets whether this saml idp sp connection is attributes enabled.- Parameters:
attributesEnabled- the attributes enabled of this saml idp sp connection
-
getAttributesNamespaceEnabled
boolean getAttributesNamespaceEnabled()Returns the attributes namespace enabled of this saml idp sp connection.- Returns:
- the attributes namespace enabled of this saml idp sp connection
-
isAttributesNamespaceEnabled
boolean isAttributesNamespaceEnabled()Returnstrueif this saml idp sp connection is attributes namespace enabled.- Returns:
trueif this saml idp sp connection is attributes namespace enabled;falseotherwise
-
setAttributesNamespaceEnabled
void setAttributesNamespaceEnabled(boolean attributesNamespaceEnabled) Sets whether this saml idp sp connection is attributes namespace enabled.- Parameters:
attributesNamespaceEnabled- the attributes namespace enabled of this saml idp sp connection
-
getEnabled
boolean getEnabled()Returns the enabled of this saml idp sp connection.- Returns:
- the enabled of this saml idp sp connection
-
isEnabled
boolean isEnabled()Returnstrueif this saml idp sp connection is enabled.- Returns:
trueif this saml idp sp connection is enabled;falseotherwise
-
setEnabled
void setEnabled(boolean enabled) Sets whether this saml idp sp connection is enabled.- Parameters:
enabled- the enabled of this saml idp sp connection
-
getEncryptionForced
boolean getEncryptionForced()Returns the encryption forced of this saml idp sp connection.- Returns:
- the encryption forced of this saml idp sp connection
-
isEncryptionForced
boolean isEncryptionForced()Returnstrueif this saml idp sp connection is encryption forced.- Returns:
trueif this saml idp sp connection is encryption forced;falseotherwise
-
setEncryptionForced
void setEncryptionForced(boolean encryptionForced) Sets whether this saml idp sp connection is encryption forced.- Parameters:
encryptionForced- the encryption forced of this saml idp sp connection
-
getMetadataUrl
Returns the metadata url of this saml idp sp connection.- Returns:
- the metadata url of this saml idp sp connection
-
setMetadataUrl
Sets the metadata url of this saml idp sp connection.- Parameters:
metadataUrl- the metadata url of this saml idp sp connection
-
getMetadataXml
Returns the metadata xml of this saml idp sp connection.- Returns:
- the metadata xml of this saml idp sp connection
-
setMetadataXml
Sets the metadata xml of this saml idp sp connection.- Parameters:
metadataXml- the metadata xml of this saml idp sp connection
-
getMetadataUpdatedDate
Date getMetadataUpdatedDate()Returns the metadata updated date of this saml idp sp connection.- Returns:
- the metadata updated date of this saml idp sp connection
-
setMetadataUpdatedDate
Sets the metadata updated date of this saml idp sp connection.- Parameters:
metadataUpdatedDate- the metadata updated date of this saml idp sp connection
-
getName
Returns the name of this saml idp sp connection.- Returns:
- the name of this saml idp sp connection
-
setName
Sets the name of this saml idp sp connection.- Parameters:
name- the name of this saml idp sp connection
-
getNameIdAttribute
Returns the name ID attribute of this saml idp sp connection.- Returns:
- the name ID attribute of this saml idp sp connection
-
setNameIdAttribute
Sets the name ID attribute of this saml idp sp connection.- Parameters:
nameIdAttribute- the name ID attribute of this saml idp sp connection
-
getNameIdFormat
Returns the name ID format of this saml idp sp connection.- Returns:
- the name ID format of this saml idp sp connection
-
setNameIdFormat
Sets the name ID format of this saml idp sp connection.- Parameters:
nameIdFormat- the name ID format of this saml idp sp connection
-
getSamlSpEntityId
Returns the saml sp entity ID of this saml idp sp connection.- Returns:
- the saml sp entity ID of this saml idp sp connection
-
setSamlSpEntityId
Sets the saml sp entity ID of this saml idp sp connection.- Parameters:
samlSpEntityId- the saml sp entity ID of this saml idp sp connection
-
cloneWithOriginalValues
SamlIdpSpConnection cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>
-
toXmlString
-