Class SamlSpIdpConnectionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpIdpConnection>
com.liferay.saml.persistence.model.SamlSpIdpConnectionWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<SamlSpIdpConnection>,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,SamlSpIdpConnection,SamlSpIdpConnectionModel,Serializable,Cloneable,Comparable<SamlSpIdpConnection>
public class SamlSpIdpConnectionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpIdpConnection>
implements com.liferay.portal.kernel.model.ModelWrapper<SamlSpIdpConnection>, SamlSpIdpConnection
This class is a wrapper for SamlSpIdpConnection.
- 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.SamlSpIdpConnection
SAML_SP_IDP_CONNECTION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the assertion signature required of this saml sp idp connection.longReturns the clock skew of this saml sp idp connection.longReturns the company ID of this saml sp idp connection.Returns the create date of this saml sp idp connection.booleanReturns the enabled of this saml sp idp connection.booleanReturns the force authn of this saml sp idp connection.booleanReturns the ldap import enabled of this saml sp idp connection.Returns the metadata updated date of this saml sp idp connection.Returns the metadata url of this saml sp idp connection.Returns the metadata xml of this saml sp idp connection.Returns the modified date of this saml sp idp connection.getName()Returns the name of this saml sp idp connection.Returns the name ID format of this saml sp idp connection.longReturns the primary key of this saml sp idp connection.Returns the saml idp entity ID of this saml sp idp connection.longReturns the saml sp idp connection ID of this saml sp idp connection.booleanReturns the sign authn request of this saml sp idp connection.booleanReturns the unknown users are strangers of this saml sp idp connection.Returns the user attribute mappings of this saml sp idp connection.longReturns the user ID of this saml sp idp connection.Returns the user identifier expression of this saml sp idp connection.Returns the user name of this saml sp idp connection.Returns the user uuid of this saml sp idp connection.booleanReturnstrueif this saml sp idp connection is assertion signature required.booleanReturnstrueif this saml sp idp connection is enabled.booleanReturnstrueif this saml sp idp connection is force authn.booleanReturnstrueif this saml sp idp connection is ldap import enabled.booleanReturnstrueif this saml sp idp connection is sign authn request.booleanReturnstrueif this saml sp idp connection is unknown users are strangers.voidpersist()voidsetAssertionSignatureRequired(boolean assertionSignatureRequired) Sets whether this saml sp idp connection is assertion signature required.voidsetClockSkew(long clockSkew) Sets the clock skew of this saml sp idp connection.voidsetCompanyId(long companyId) Sets the company ID of this saml sp idp connection.voidsetCreateDate(Date createDate) Sets the create date of this saml sp idp connection.voidsetEnabled(boolean enabled) Sets whether this saml sp idp connection is enabled.voidsetForceAuthn(boolean forceAuthn) Sets whether this saml sp idp connection is force authn.voidsetLdapImportEnabled(boolean ldapImportEnabled) Sets whether this saml sp idp connection is ldap import enabled.voidsetMetadataUpdatedDate(Date metadataUpdatedDate) Sets the metadata updated date of this saml sp idp connection.voidsetMetadataUrl(String metadataUrl) Sets the metadata url of this saml sp idp connection.voidsetMetadataXml(String metadataXml) Sets the metadata xml of this saml sp idp connection.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this saml sp idp connection.voidSets the name of this saml sp idp connection.voidsetNameIdFormat(String nameIdFormat) Sets the name ID format of this saml sp idp connection.voidsetPrimaryKey(long primaryKey) Sets the primary key of this saml sp idp connection.voidsetSamlIdpEntityId(String samlIdpEntityId) Sets the saml idp entity ID of this saml sp idp connection.voidsetSamlSpIdpConnectionId(long samlSpIdpConnectionId) Sets the saml sp idp connection ID of this saml sp idp connection.voidsetSignAuthnRequest(boolean signAuthnRequest) Sets whether this saml sp idp connection is sign authn request.voidsetUnknownUsersAreStrangers(boolean unknownUsersAreStrangers) Sets whether this saml sp idp connection is unknown users are strangers.voidsetUserAttributeMappings(String userAttributeMappings) Sets the user attribute mappings of this saml sp idp connection.voidsetUserId(long userId) Sets the user ID of this saml sp idp connection.voidsetUserIdentifierExpression(String userIdentifierExpression) Sets the user identifier expression of this saml sp idp connection.voidsetUserName(String userName) Sets the user name of this saml sp idp connection.voidsetUserUuid(String userUuid) Sets the user uuid of this saml sp idp connection.protected SamlSpIdpConnectionWrapperwrap(SamlSpIdpConnection samlSpIdpConnection) 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
-
SamlSpIdpConnectionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>- Specified by:
cloneWithOriginalValuesin interfaceSamlSpIdpConnectionModel
-
getAssertionSignatureRequired
public boolean getAssertionSignatureRequired()Returns the assertion signature required of this saml sp idp connection.- Specified by:
getAssertionSignatureRequiredin interfaceSamlSpIdpConnectionModel- Returns:
- the assertion signature required of this saml sp idp connection
-
getClockSkew
public long getClockSkew()Returns the clock skew of this saml sp idp connection.- Specified by:
getClockSkewin interfaceSamlSpIdpConnectionModel- Returns:
- the clock skew of this saml sp idp connection
-
getCompanyId
public long getCompanyId()Returns the company ID of this saml sp idp connection.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceSamlSpIdpConnectionModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this saml sp idp connection
-
getCreateDate
Returns the create date of this saml sp idp connection.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceSamlSpIdpConnectionModel- Returns:
- the create date of this saml sp idp connection
-
getEnabled
public boolean getEnabled()Returns the enabled of this saml sp idp connection.- Specified by:
getEnabledin interfaceSamlSpIdpConnectionModel- Returns:
- the enabled of this saml sp idp connection
-
getForceAuthn
public boolean getForceAuthn()Returns the force authn of this saml sp idp connection.- Specified by:
getForceAuthnin interfaceSamlSpIdpConnectionModel- Returns:
- the force authn of this saml sp idp connection
-
getLdapImportEnabled
public boolean getLdapImportEnabled()Returns the ldap import enabled of this saml sp idp connection.- Specified by:
getLdapImportEnabledin interfaceSamlSpIdpConnectionModel- Returns:
- the ldap import enabled of this saml sp idp connection
-
getMetadataUpdatedDate
Returns the metadata updated date of this saml sp idp connection.- Specified by:
getMetadataUpdatedDatein interfaceSamlSpIdpConnectionModel- Returns:
- the metadata updated date of this saml sp idp connection
-
getMetadataUrl
Returns the metadata url of this saml sp idp connection.- Specified by:
getMetadataUrlin interfaceSamlSpIdpConnectionModel- Returns:
- the metadata url of this saml sp idp connection
-
getMetadataXml
Returns the metadata xml of this saml sp idp connection.- Specified by:
getMetadataXmlin interfaceSamlSpIdpConnectionModel- Returns:
- the metadata xml of this saml sp idp connection
-
getModifiedDate
Returns the modified date of this saml sp idp connection.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceSamlSpIdpConnectionModel- Returns:
- the modified date of this saml sp idp connection
-
getName
Returns the name of this saml sp idp connection.- Specified by:
getNamein interfaceSamlSpIdpConnectionModel- Returns:
- the name of this saml sp idp connection
-
getNameIdFormat
Returns the name ID format of this saml sp idp connection.- Specified by:
getNameIdFormatin interfaceSamlSpIdpConnectionModel- Returns:
- the name ID format of this saml sp idp connection
-
getNormalizedUserAttributeMappings
- Specified by:
getNormalizedUserAttributeMappingsin interfaceSamlSpIdpConnection- Throws:
IOException
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this saml sp idp connection.- Specified by:
getPrimaryKeyin interfaceSamlSpIdpConnectionModel- Returns:
- the primary key of this saml sp idp connection
-
getSamlIdpEntityId
Returns the saml idp entity ID of this saml sp idp connection.- Specified by:
getSamlIdpEntityIdin interfaceSamlSpIdpConnectionModel- Returns:
- the saml idp entity ID of this saml sp idp connection
-
getSamlSpIdpConnectionId
public long getSamlSpIdpConnectionId()Returns the saml sp idp connection ID of this saml sp idp connection.- Specified by:
getSamlSpIdpConnectionIdin interfaceSamlSpIdpConnectionModel- Returns:
- the saml sp idp connection ID of this saml sp idp connection
-
getSignAuthnRequest
public boolean getSignAuthnRequest()Returns the sign authn request of this saml sp idp connection.- Specified by:
getSignAuthnRequestin interfaceSamlSpIdpConnectionModel- Returns:
- the sign authn request of this saml sp idp connection
-
getUnknownUsersAreStrangers
public boolean getUnknownUsersAreStrangers()Returns the unknown users are strangers of this saml sp idp connection.- Specified by:
getUnknownUsersAreStrangersin interfaceSamlSpIdpConnectionModel- Returns:
- the unknown users are strangers of this saml sp idp connection
-
getUserAttributeMappings
Returns the user attribute mappings of this saml sp idp connection.- Specified by:
getUserAttributeMappingsin interfaceSamlSpIdpConnectionModel- Returns:
- the user attribute mappings of this saml sp idp connection
-
getUserId
public long getUserId()Returns the user ID of this saml sp idp connection.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceSamlSpIdpConnectionModel- Returns:
- the user ID of this saml sp idp connection
-
getUserIdentifierExpression
Returns the user identifier expression of this saml sp idp connection.- Specified by:
getUserIdentifierExpressionin interfaceSamlSpIdpConnectionModel- Returns:
- the user identifier expression of this saml sp idp connection
-
getUserName
Returns the user name of this saml sp idp connection.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceSamlSpIdpConnectionModel- Returns:
- the user name of this saml sp idp connection
-
getUserUuid
Returns the user uuid of this saml sp idp connection.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceSamlSpIdpConnectionModel- Returns:
- the user uuid of this saml sp idp connection
-
isAssertionSignatureRequired
public boolean isAssertionSignatureRequired()Returnstrueif this saml sp idp connection is assertion signature required.- Specified by:
isAssertionSignatureRequiredin interfaceSamlSpIdpConnectionModel- Returns:
trueif this saml sp idp connection is assertion signature required;falseotherwise
-
isEnabled
public boolean isEnabled()Returnstrueif this saml sp idp connection is enabled.- Specified by:
isEnabledin interfaceSamlSpIdpConnectionModel- Returns:
trueif this saml sp idp connection is enabled;falseotherwise
-
isForceAuthn
public boolean isForceAuthn()Returnstrueif this saml sp idp connection is force authn.- Specified by:
isForceAuthnin interfaceSamlSpIdpConnectionModel- Returns:
trueif this saml sp idp connection is force authn;falseotherwise
-
isLdapImportEnabled
public boolean isLdapImportEnabled()Returnstrueif this saml sp idp connection is ldap import enabled.- Specified by:
isLdapImportEnabledin interfaceSamlSpIdpConnectionModel- Returns:
trueif this saml sp idp connection is ldap import enabled;falseotherwise
-
isSignAuthnRequest
public boolean isSignAuthnRequest()Returnstrueif this saml sp idp connection is sign authn request.- Specified by:
isSignAuthnRequestin interfaceSamlSpIdpConnectionModel- Returns:
trueif this saml sp idp connection is sign authn request;falseotherwise
-
isUnknownUsersAreStrangers
public boolean isUnknownUsersAreStrangers()Returnstrueif this saml sp idp connection is unknown users are strangers.- Specified by:
isUnknownUsersAreStrangersin interfaceSamlSpIdpConnectionModel- Returns:
trueif this saml sp idp connection is unknown users are strangers;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAssertionSignatureRequired
public void setAssertionSignatureRequired(boolean assertionSignatureRequired) Sets whether this saml sp idp connection is assertion signature required.- Specified by:
setAssertionSignatureRequiredin interfaceSamlSpIdpConnectionModel- Parameters:
assertionSignatureRequired- the assertion signature required of this saml sp idp connection
-
setClockSkew
public void setClockSkew(long clockSkew) Sets the clock skew of this saml sp idp connection.- Specified by:
setClockSkewin interfaceSamlSpIdpConnectionModel- Parameters:
clockSkew- the clock skew of this saml sp idp connection
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this saml sp idp connection.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceSamlSpIdpConnectionModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this saml sp idp connection
-
setCreateDate
Sets the create date of this saml sp idp connection.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfaceSamlSpIdpConnectionModel- Parameters:
createDate- the create date of this saml sp idp connection
-
setEnabled
public void setEnabled(boolean enabled) Sets whether this saml sp idp connection is enabled.- Specified by:
setEnabledin interfaceSamlSpIdpConnectionModel- Parameters:
enabled- the enabled of this saml sp idp connection
-
setForceAuthn
public void setForceAuthn(boolean forceAuthn) Sets whether this saml sp idp connection is force authn.- Specified by:
setForceAuthnin interfaceSamlSpIdpConnectionModel- Parameters:
forceAuthn- the force authn of this saml sp idp connection
-
setLdapImportEnabled
public void setLdapImportEnabled(boolean ldapImportEnabled) Sets whether this saml sp idp connection is ldap import enabled.- Specified by:
setLdapImportEnabledin interfaceSamlSpIdpConnectionModel- Parameters:
ldapImportEnabled- the ldap import enabled of this saml sp idp connection
-
setMetadataUpdatedDate
Sets the metadata updated date of this saml sp idp connection.- Specified by:
setMetadataUpdatedDatein interfaceSamlSpIdpConnectionModel- Parameters:
metadataUpdatedDate- the metadata updated date of this saml sp idp connection
-
setMetadataUrl
Sets the metadata url of this saml sp idp connection.- Specified by:
setMetadataUrlin interfaceSamlSpIdpConnectionModel- Parameters:
metadataUrl- the metadata url of this saml sp idp connection
-
setMetadataXml
Sets the metadata xml of this saml sp idp connection.- Specified by:
setMetadataXmlin interfaceSamlSpIdpConnectionModel- Parameters:
metadataXml- the metadata xml of this saml sp idp connection
-
setModifiedDate
Sets the modified date of this saml sp idp connection.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfaceSamlSpIdpConnectionModel- Parameters:
modifiedDate- the modified date of this saml sp idp connection
-
setName
Sets the name of this saml sp idp connection.- Specified by:
setNamein interfaceSamlSpIdpConnectionModel- Parameters:
name- the name of this saml sp idp connection
-
setNameIdFormat
Sets the name ID format of this saml sp idp connection.- Specified by:
setNameIdFormatin interfaceSamlSpIdpConnectionModel- Parameters:
nameIdFormat- the name ID format of this saml sp idp connection
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this saml sp idp connection.- Specified by:
setPrimaryKeyin interfaceSamlSpIdpConnectionModel- Parameters:
primaryKey- the primary key of this saml sp idp connection
-
setSamlIdpEntityId
Sets the saml idp entity ID of this saml sp idp connection.- Specified by:
setSamlIdpEntityIdin interfaceSamlSpIdpConnectionModel- Parameters:
samlIdpEntityId- the saml idp entity ID of this saml sp idp connection
-
setSamlSpIdpConnectionId
public void setSamlSpIdpConnectionId(long samlSpIdpConnectionId) Sets the saml sp idp connection ID of this saml sp idp connection.- Specified by:
setSamlSpIdpConnectionIdin interfaceSamlSpIdpConnectionModel- Parameters:
samlSpIdpConnectionId- the saml sp idp connection ID of this saml sp idp connection
-
setSignAuthnRequest
public void setSignAuthnRequest(boolean signAuthnRequest) Sets whether this saml sp idp connection is sign authn request.- Specified by:
setSignAuthnRequestin interfaceSamlSpIdpConnectionModel- Parameters:
signAuthnRequest- the sign authn request of this saml sp idp connection
-
setUnknownUsersAreStrangers
public void setUnknownUsersAreStrangers(boolean unknownUsersAreStrangers) Sets whether this saml sp idp connection is unknown users are strangers.- Specified by:
setUnknownUsersAreStrangersin interfaceSamlSpIdpConnectionModel- Parameters:
unknownUsersAreStrangers- the unknown users are strangers of this saml sp idp connection
-
setUserAttributeMappings
Sets the user attribute mappings of this saml sp idp connection.- Specified by:
setUserAttributeMappingsin interfaceSamlSpIdpConnectionModel- Parameters:
userAttributeMappings- the user attribute mappings of this saml sp idp connection
-
setUserId
public void setUserId(long userId) Sets the user ID of this saml sp idp connection.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceSamlSpIdpConnectionModel- Parameters:
userId- the user ID of this saml sp idp connection
-
setUserIdentifierExpression
Sets the user identifier expression of this saml sp idp connection.- Specified by:
setUserIdentifierExpressionin interfaceSamlSpIdpConnectionModel- Parameters:
userIdentifierExpression- the user identifier expression of this saml sp idp connection
-
setUserName
Sets the user name of this saml sp idp connection.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceSamlSpIdpConnectionModel- Parameters:
userName- the user name of this saml sp idp connection
-
setUserUuid
Sets the user uuid of this saml sp idp connection.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceSamlSpIdpConnectionModel- Parameters:
userUuid- the user uuid of this saml sp idp connection
-
toXmlString
- Specified by:
toXmlStringin interfaceSamlSpIdpConnectionModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SamlSpIdpConnection>
-