Class SamlIdpSpConnectionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlIdpSpConnection>
com.liferay.saml.persistence.model.SamlIdpSpConnectionWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<SamlIdpSpConnection>,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,SamlIdpSpConnection,SamlIdpSpConnectionModel,Serializable,Cloneable,Comparable<SamlIdpSpConnection>
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.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.saml.persistence.model.SamlIdpSpConnection
SAML_IDP_SP_CONNECTION_ID_ACCESSOR -
Constructor Summary
Constructors -
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.voidpersist()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.voidsetModelAttributes(Map<String, Object> attributes) 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.protected SamlIdpSpConnectionWrapperwrap(SamlIdpSpConnection samlIdpSpConnection) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
SamlIdpSpConnectionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlIdpSpConnection>- Specified by:
cloneWithOriginalValuesin interfaceSamlIdpSpConnectionModel
-
getAssertionLifetime
public int getAssertionLifetime()Returns the assertion lifetime of this saml idp sp connection.- Specified by:
getAssertionLifetimein interfaceSamlIdpSpConnectionModel- Returns:
- the assertion lifetime of this saml idp sp connection
-
getAttributeNames
Returns the attribute names of this saml idp sp connection.- Specified by:
getAttributeNamesin interfaceSamlIdpSpConnectionModel- Returns:
- the attribute names of this saml idp sp connection
-
getAttributesEnabled
public boolean getAttributesEnabled()Returns the attributes enabled of this saml idp sp connection.- Specified by:
getAttributesEnabledin interfaceSamlIdpSpConnectionModel- Returns:
- the attributes enabled of this saml idp sp connection
-
getAttributesNamespaceEnabled
public boolean getAttributesNamespaceEnabled()Returns the attributes namespace enabled of this saml idp sp connection.- Specified by:
getAttributesNamespaceEnabledin interfaceSamlIdpSpConnectionModel- Returns:
- the attributes namespace enabled of this saml idp sp connection
-
getCompanyId
public long getCompanyId()Returns the company ID of this saml idp sp connection.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceSamlIdpSpConnectionModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this saml idp sp connection
-
getCreateDate
Returns the create date of this saml idp sp connection.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceSamlIdpSpConnectionModel- Returns:
- the create date of this saml idp sp connection
-
getEnabled
public boolean getEnabled()Returns the enabled of this saml idp sp connection.- Specified by:
getEnabledin interfaceSamlIdpSpConnectionModel- Returns:
- the enabled of this saml idp sp connection
-
getEncryptionForced
public boolean getEncryptionForced()Returns the encryption forced of this saml idp sp connection.- Specified by:
getEncryptionForcedin interfaceSamlIdpSpConnectionModel- Returns:
- the encryption forced of this saml idp sp connection
-
getMetadataUpdatedDate
Returns the metadata updated date of this saml idp sp connection.- Specified by:
getMetadataUpdatedDatein interfaceSamlIdpSpConnectionModel- Returns:
- the metadata updated date of this saml idp sp connection
-
getMetadataUrl
Returns the metadata url of this saml idp sp connection.- Specified by:
getMetadataUrlin interfaceSamlIdpSpConnectionModel- Returns:
- the metadata url of this saml idp sp connection
-
getMetadataXml
Returns the metadata xml of this saml idp sp connection.- Specified by:
getMetadataXmlin interfaceSamlIdpSpConnectionModel- Returns:
- the metadata xml of this saml idp sp connection
-
getModifiedDate
Returns the modified date of this saml idp sp connection.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceSamlIdpSpConnectionModel- Returns:
- the modified date of this saml idp sp connection
-
getName
Returns the name of this saml idp sp connection.- Specified by:
getNamein interfaceSamlIdpSpConnectionModel- Returns:
- the name of this saml idp sp connection
-
getNameIdAttribute
Returns the name ID attribute of this saml idp sp connection.- Specified by:
getNameIdAttributein interfaceSamlIdpSpConnectionModel- Returns:
- the name ID attribute of this saml idp sp connection
-
getNameIdFormat
Returns the name ID format of this saml idp sp connection.- Specified by:
getNameIdFormatin interfaceSamlIdpSpConnectionModel- Returns:
- the name ID format of this saml idp sp connection
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this saml idp sp connection.- Specified by:
getPrimaryKeyin interfaceSamlIdpSpConnectionModel- Returns:
- the primary key of this saml idp sp connection
-
getSamlIdpSpConnectionId
public long getSamlIdpSpConnectionId()Returns the saml idp sp connection ID of this saml idp sp connection.- Specified by:
getSamlIdpSpConnectionIdin interfaceSamlIdpSpConnectionModel- Returns:
- the saml idp sp connection ID of this saml idp sp connection
-
getSamlSpEntityId
Returns the saml sp entity ID of this saml idp sp connection.- Specified by:
getSamlSpEntityIdin interfaceSamlIdpSpConnectionModel- Returns:
- the saml sp entity ID of this saml idp sp connection
-
getUserId
public long getUserId()Returns the user ID of this saml idp sp connection.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceSamlIdpSpConnectionModel- Returns:
- the user ID 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- Specified by:
getUserNamein interfaceSamlIdpSpConnectionModel- Returns:
- the user name of this saml idp sp connection
-
getUserUuid
Returns the user uuid of this saml idp sp connection.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceSamlIdpSpConnectionModel- Returns:
- the user uuid of this saml idp sp connection
-
isAttributesEnabled
public boolean isAttributesEnabled()Returnstrueif this saml idp sp connection is attributes enabled.- Specified by:
isAttributesEnabledin interfaceSamlIdpSpConnectionModel- Returns:
trueif this saml idp sp connection is attributes enabled;falseotherwise
-
isAttributesNamespaceEnabled
public boolean isAttributesNamespaceEnabled()Returnstrueif this saml idp sp connection is attributes namespace enabled.- Specified by:
isAttributesNamespaceEnabledin interfaceSamlIdpSpConnectionModel- Returns:
trueif this saml idp sp connection is attributes namespace enabled;falseotherwise
-
isEnabled
public boolean isEnabled()Returnstrueif this saml idp sp connection is enabled.- Specified by:
isEnabledin interfaceSamlIdpSpConnectionModel- Returns:
trueif this saml idp sp connection is enabled;falseotherwise
-
isEncryptionForced
public boolean isEncryptionForced()Returnstrueif this saml idp sp connection is encryption forced.- Specified by:
isEncryptionForcedin interfaceSamlIdpSpConnectionModel- Returns:
trueif this saml idp sp connection is encryption forced;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAssertionLifetime
public void setAssertionLifetime(int assertionLifetime) Sets the assertion lifetime of this saml idp sp connection.- Specified by:
setAssertionLifetimein interfaceSamlIdpSpConnectionModel- Parameters:
assertionLifetime- the assertion lifetime of this saml idp sp connection
-
setAttributeNames
Sets the attribute names of this saml idp sp connection.- Specified by:
setAttributeNamesin interfaceSamlIdpSpConnectionModel- Parameters:
attributeNames- the attribute names of this saml idp sp connection
-
setAttributesEnabled
public void setAttributesEnabled(boolean attributesEnabled) Sets whether this saml idp sp connection is attributes enabled.- Specified by:
setAttributesEnabledin interfaceSamlIdpSpConnectionModel- Parameters:
attributesEnabled- the attributes enabled of this saml idp sp connection
-
setAttributesNamespaceEnabled
public void setAttributesNamespaceEnabled(boolean attributesNamespaceEnabled) Sets whether this saml idp sp connection is attributes namespace enabled.- Specified by:
setAttributesNamespaceEnabledin interfaceSamlIdpSpConnectionModel- Parameters:
attributesNamespaceEnabled- the attributes namespace enabled of this saml idp sp connection
-
setCompanyId
public 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 interfaceSamlIdpSpConnectionModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID 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- Specified by:
setCreateDatein interfaceSamlIdpSpConnectionModel- Parameters:
createDate- the create date of this saml idp sp connection
-
setEnabled
public void setEnabled(boolean enabled) Sets whether this saml idp sp connection is enabled.- Specified by:
setEnabledin interfaceSamlIdpSpConnectionModel- Parameters:
enabled- the enabled of this saml idp sp connection
-
setEncryptionForced
public void setEncryptionForced(boolean encryptionForced) Sets whether this saml idp sp connection is encryption forced.- Specified by:
setEncryptionForcedin interfaceSamlIdpSpConnectionModel- Parameters:
encryptionForced- the encryption forced of this saml idp sp connection
-
setMetadataUpdatedDate
Sets the metadata updated date of this saml idp sp connection.- Specified by:
setMetadataUpdatedDatein interfaceSamlIdpSpConnectionModel- Parameters:
metadataUpdatedDate- the metadata updated date of this saml idp sp connection
-
setMetadataUrl
Sets the metadata url of this saml idp sp connection.- Specified by:
setMetadataUrlin interfaceSamlIdpSpConnectionModel- Parameters:
metadataUrl- the metadata url of this saml idp sp connection
-
setMetadataXml
Sets the metadata xml of this saml idp sp connection.- Specified by:
setMetadataXmlin interfaceSamlIdpSpConnectionModel- Parameters:
metadataXml- the metadata xml 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- Specified by:
setModifiedDatein interfaceSamlIdpSpConnectionModel- Parameters:
modifiedDate- the modified date of this saml idp sp connection
-
setName
Sets the name of this saml idp sp connection.- Specified by:
setNamein interfaceSamlIdpSpConnectionModel- Parameters:
name- the name of this saml idp sp connection
-
setNameIdAttribute
Sets the name ID attribute of this saml idp sp connection.- Specified by:
setNameIdAttributein interfaceSamlIdpSpConnectionModel- Parameters:
nameIdAttribute- the name ID attribute of this saml idp sp connection
-
setNameIdFormat
Sets the name ID format of this saml idp sp connection.- Specified by:
setNameIdFormatin interfaceSamlIdpSpConnectionModel- Parameters:
nameIdFormat- the name ID format of this saml idp sp connection
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this saml idp sp connection.- Specified by:
setPrimaryKeyin interfaceSamlIdpSpConnectionModel- Parameters:
primaryKey- the primary key of this saml idp sp connection
-
setSamlIdpSpConnectionId
public void setSamlIdpSpConnectionId(long samlIdpSpConnectionId) Sets the saml idp sp connection ID of this saml idp sp connection.- Specified by:
setSamlIdpSpConnectionIdin interfaceSamlIdpSpConnectionModel- Parameters:
samlIdpSpConnectionId- the saml idp sp connection ID of this saml idp sp connection
-
setSamlSpEntityId
Sets the saml sp entity ID of this saml idp sp connection.- Specified by:
setSamlSpEntityIdin interfaceSamlIdpSpConnectionModel- Parameters:
samlSpEntityId- the saml sp entity ID of this saml idp sp connection
-
setUserId
public void setUserId(long userId) Sets the user ID of this saml idp sp connection.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceSamlIdpSpConnectionModel- Parameters:
userId- the user ID 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- Specified by:
setUserNamein interfaceSamlIdpSpConnectionModel- Parameters:
userName- the user name 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- Specified by:
setUserUuidin interfaceSamlIdpSpConnectionModel- Parameters:
userUuid- the user uuid of this saml idp sp connection
-
toXmlString
- Specified by:
toXmlStringin interfaceSamlIdpSpConnectionModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlIdpSpConnection>
-