Interface SamlSpIdpConnectionModel
- All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<SamlSpIdpConnection>,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
SamlSpIdpConnection
- All Known Implementing Classes:
SamlSpIdpConnectionWrapper
@ProviderType
public interface SamlSpIdpConnectionModel
extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the SamlSpIdpConnection service. Represents a row in the "SamlSpIdpConnection" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
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.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.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.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 sp idp connection.- Returns:
- the primary key of this saml sp idp connection
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this saml sp idp connection.- Parameters:
primaryKey- the primary key of this saml sp idp connection
-
getSamlSpIdpConnectionId
long getSamlSpIdpConnectionId()Returns the saml sp idp connection ID of this saml sp idp connection.- Returns:
- the saml sp idp connection ID of this saml sp idp connection
-
setSamlSpIdpConnectionId
void setSamlSpIdpConnectionId(long samlSpIdpConnectionId) Sets the saml sp idp connection ID of this saml sp idp connection.- Parameters:
samlSpIdpConnectionId- the saml sp idp connection ID of this saml sp idp connection
-
getCompanyId
long getCompanyId()Returns the company ID of this saml sp idp 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 sp idp connection
-
setCompanyId
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 interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this saml sp idp connection
-
getUserId
long getUserId()Returns the user ID of this saml sp idp connection.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user ID of this saml sp idp connection
-
setUserId
void setUserId(long userId) Sets the user ID of this saml sp idp connection.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userId- the user ID of this saml sp idp connection
-
getUserUuid
String getUserUuid()Returns the user uuid of this saml sp idp connection.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid 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- Parameters:
userUuid- the user uuid 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- Returns:
- the user name 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- Parameters:
userName- the user name of this saml sp idp connection
-
getCreateDate
Date getCreateDate()Returns the create date of this saml sp idp connection.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date 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- Parameters:
createDate- the create date of this saml sp idp connection
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this saml sp idp connection.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date 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- Parameters:
modifiedDate- the modified date of this saml sp idp connection
-
getAssertionSignatureRequired
boolean getAssertionSignatureRequired()Returns the assertion signature required of this saml sp idp connection.- Returns:
- the assertion signature required of this saml sp idp connection
-
isAssertionSignatureRequired
boolean isAssertionSignatureRequired()Returnstrueif this saml sp idp connection is assertion signature required.- Returns:
trueif this saml sp idp connection is assertion signature required;falseotherwise
-
setAssertionSignatureRequired
void setAssertionSignatureRequired(boolean assertionSignatureRequired) Sets whether this saml sp idp connection is assertion signature required.- Parameters:
assertionSignatureRequired- the assertion signature required of this saml sp idp connection
-
getClockSkew
long getClockSkew()Returns the clock skew of this saml sp idp connection.- Returns:
- the clock skew of this saml sp idp connection
-
setClockSkew
void setClockSkew(long clockSkew) Sets the clock skew of this saml sp idp connection.- Parameters:
clockSkew- the clock skew of this saml sp idp connection
-
getEnabled
boolean getEnabled()Returns the enabled of this saml sp idp connection.- Returns:
- the enabled of this saml sp idp connection
-
isEnabled
boolean isEnabled()Returnstrueif this saml sp idp connection is enabled.- Returns:
trueif this saml sp idp connection is enabled;falseotherwise
-
setEnabled
void setEnabled(boolean enabled) Sets whether this saml sp idp connection is enabled.- Parameters:
enabled- the enabled of this saml sp idp connection
-
getForceAuthn
boolean getForceAuthn()Returns the force authn of this saml sp idp connection.- Returns:
- the force authn of this saml sp idp connection
-
isForceAuthn
boolean isForceAuthn()Returnstrueif this saml sp idp connection is force authn.- Returns:
trueif this saml sp idp connection is force authn;falseotherwise
-
setForceAuthn
void setForceAuthn(boolean forceAuthn) Sets whether this saml sp idp connection is force authn.- Parameters:
forceAuthn- the force authn of this saml sp idp connection
-
getLdapImportEnabled
boolean getLdapImportEnabled()Returns the ldap import enabled of this saml sp idp connection.- Returns:
- the ldap import enabled of this saml sp idp connection
-
isLdapImportEnabled
boolean isLdapImportEnabled()Returnstrueif this saml sp idp connection is ldap import enabled.- Returns:
trueif this saml sp idp connection is ldap import enabled;falseotherwise
-
setLdapImportEnabled
void setLdapImportEnabled(boolean ldapImportEnabled) Sets whether this saml sp idp connection is ldap import enabled.- Parameters:
ldapImportEnabled- the ldap import enabled of this saml sp idp connection
-
getMetadataUpdatedDate
Date getMetadataUpdatedDate()Returns the metadata updated date of this saml sp idp connection.- Returns:
- the metadata updated date of this saml sp idp connection
-
setMetadataUpdatedDate
Sets the metadata updated date of this saml sp idp connection.- Parameters:
metadataUpdatedDate- the metadata updated date of this saml sp idp connection
-
getMetadataUrl
Returns the metadata url of this saml sp idp connection.- Returns:
- the metadata url of this saml sp idp connection
-
setMetadataUrl
Sets the metadata url of this saml sp idp connection.- Parameters:
metadataUrl- the metadata url of this saml sp idp connection
-
getMetadataXml
Returns the metadata xml of this saml sp idp connection.- Returns:
- the metadata xml of this saml sp idp connection
-
setMetadataXml
Sets the metadata xml of this saml sp idp connection.- Parameters:
metadataXml- the metadata xml of this saml sp idp connection
-
getName
Returns the name of this saml sp idp connection.- Returns:
- the name of this saml sp idp connection
-
setName
Sets the name of this saml sp idp connection.- Parameters:
name- the name of this saml sp idp connection
-
getNameIdFormat
Returns the name ID format of this saml sp idp connection.- Returns:
- the name ID format of this saml sp idp connection
-
setNameIdFormat
Sets the name ID format of this saml sp idp connection.- Parameters:
nameIdFormat- the name ID format of this saml sp idp connection
-
getSamlIdpEntityId
Returns the saml idp entity ID of this saml sp idp connection.- Returns:
- the saml idp entity ID of this saml sp idp connection
-
setSamlIdpEntityId
Sets the saml idp entity ID of this saml sp idp connection.- Parameters:
samlIdpEntityId- the saml idp entity ID of this saml sp idp connection
-
getSignAuthnRequest
boolean getSignAuthnRequest()Returns the sign authn request of this saml sp idp connection.- Returns:
- the sign authn request of this saml sp idp connection
-
isSignAuthnRequest
boolean isSignAuthnRequest()Returnstrueif this saml sp idp connection is sign authn request.- Returns:
trueif this saml sp idp connection is sign authn request;falseotherwise
-
setSignAuthnRequest
void setSignAuthnRequest(boolean signAuthnRequest) Sets whether this saml sp idp connection is sign authn request.- Parameters:
signAuthnRequest- the sign authn request of this saml sp idp connection
-
getUnknownUsersAreStrangers
boolean getUnknownUsersAreStrangers()Returns the unknown users are strangers of this saml sp idp connection.- Returns:
- the unknown users are strangers of this saml sp idp connection
-
isUnknownUsersAreStrangers
boolean isUnknownUsersAreStrangers()Returnstrueif this saml sp idp connection is unknown users are strangers.- Returns:
trueif this saml sp idp connection is unknown users are strangers;falseotherwise
-
setUnknownUsersAreStrangers
void setUnknownUsersAreStrangers(boolean unknownUsersAreStrangers) Sets whether this saml sp idp connection is unknown users are strangers.- Parameters:
unknownUsersAreStrangers- the unknown users are strangers of this saml sp idp connection
-
getUserAttributeMappings
Returns the user attribute mappings of this saml sp idp connection.- Returns:
- the user attribute mappings of this saml sp idp connection
-
setUserAttributeMappings
Sets the user attribute mappings of this saml sp idp connection.- Parameters:
userAttributeMappings- the user attribute mappings of this saml sp idp connection
-
getUserIdentifierExpression
Returns the user identifier expression of this saml sp idp connection.- Returns:
- the user identifier expression of this saml sp idp connection
-
setUserIdentifierExpression
Sets the user identifier expression of this saml sp idp connection.- Parameters:
userIdentifierExpression- the user identifier expression of this saml sp idp connection
-
cloneWithOriginalValues
SamlSpIdpConnection cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>
-
toXmlString
-