@ProviderType public interface SamlSpIdpConnectionModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>, com.liferay.portal.kernel.model.ShardedModel
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
.
SamlSpIdpConnection
Modifier and Type | Method and Description |
---|---|
SamlSpIdpConnection |
cloneWithOriginalValues() |
boolean |
getAssertionSignatureRequired()
Returns the assertion signature required of this saml sp idp connection.
|
long |
getClockSkew()
Returns the clock skew of this saml sp idp connection.
|
long |
getCompanyId()
Returns the company ID of this saml sp idp connection.
|
java.util.Date |
getCreateDate()
Returns the create date of this saml sp idp connection.
|
boolean |
getEnabled()
Returns the enabled of this saml sp idp connection.
|
boolean |
getForceAuthn()
Returns the force authn of this saml sp idp connection.
|
boolean |
getLdapImportEnabled()
Returns the ldap import enabled of this saml sp idp connection.
|
java.util.Date |
getMetadataUpdatedDate()
Returns the metadata updated date of this saml sp idp connection.
|
java.lang.String |
getMetadataUrl()
Returns the metadata url of this saml sp idp connection.
|
java.lang.String |
getMetadataXml()
Returns the metadata xml of this saml sp idp connection.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this saml sp idp connection.
|
java.lang.String |
getName()
Returns the name of this saml sp idp connection.
|
java.lang.String |
getNameIdFormat()
Returns the name ID format of this saml sp idp connection.
|
long |
getPrimaryKey()
Returns the primary key of this saml sp idp connection.
|
java.lang.String |
getSamlIdpEntityId()
Returns the saml idp entity ID of this saml sp idp connection.
|
long |
getSamlSpIdpConnectionId()
Returns the saml sp idp connection ID of this saml sp idp connection.
|
boolean |
getSignAuthnRequest()
Returns the sign authn request of this saml sp idp connection.
|
boolean |
getUnknownUsersAreStrangers()
Returns the unknown users are strangers of this saml sp idp connection.
|
java.lang.String |
getUserAttributeMappings()
Returns the user attribute mappings of this saml sp idp connection.
|
long |
getUserId()
Returns the user ID of this saml sp idp connection.
|
java.lang.String |
getUserIdentifierExpression()
Returns the user identifier expression of this saml sp idp connection.
|
java.lang.String |
getUserName()
Returns the user name of this saml sp idp connection.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this saml sp idp connection.
|
boolean |
isAssertionSignatureRequired()
Returns
true if this saml sp idp connection is assertion signature required. |
boolean |
isEnabled()
Returns
true if this saml sp idp connection is enabled. |
boolean |
isForceAuthn()
Returns
true if this saml sp idp connection is force authn. |
boolean |
isLdapImportEnabled()
Returns
true if this saml sp idp connection is ldap import enabled. |
boolean |
isSignAuthnRequest()
Returns
true if this saml sp idp connection is sign authn request. |
boolean |
isUnknownUsersAreStrangers()
Returns
true if this saml sp idp connection is unknown users are strangers. |
void |
setAssertionSignatureRequired(boolean assertionSignatureRequired)
Sets whether this saml sp idp connection is assertion signature required.
|
void |
setClockSkew(long clockSkew)
Sets the clock skew of this saml sp idp connection.
|
void |
setCompanyId(long companyId)
Sets the company ID of this saml sp idp connection.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this saml sp idp connection.
|
void |
setEnabled(boolean enabled)
Sets whether this saml sp idp connection is enabled.
|
void |
setForceAuthn(boolean forceAuthn)
Sets whether this saml sp idp connection is force authn.
|
void |
setLdapImportEnabled(boolean ldapImportEnabled)
Sets whether this saml sp idp connection is ldap import enabled.
|
void |
setMetadataUpdatedDate(java.util.Date metadataUpdatedDate)
Sets the metadata updated date of this saml sp idp connection.
|
void |
setMetadataUrl(java.lang.String metadataUrl)
Sets the metadata url of this saml sp idp connection.
|
void |
setMetadataXml(java.lang.String metadataXml)
Sets the metadata xml of this saml sp idp connection.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this saml sp idp connection.
|
void |
setName(java.lang.String name)
Sets the name of this saml sp idp connection.
|
void |
setNameIdFormat(java.lang.String nameIdFormat)
Sets the name ID format of this saml sp idp connection.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this saml sp idp connection.
|
void |
setSamlIdpEntityId(java.lang.String samlIdpEntityId)
Sets the saml idp entity ID of this saml sp idp connection.
|
void |
setSamlSpIdpConnectionId(long samlSpIdpConnectionId)
Sets the saml sp idp connection ID of this saml sp idp connection.
|
void |
setSignAuthnRequest(boolean signAuthnRequest)
Sets whether this saml sp idp connection is sign authn request.
|
void |
setUnknownUsersAreStrangers(boolean unknownUsersAreStrangers)
Sets whether this saml sp idp connection is unknown users are strangers.
|
void |
setUserAttributeMappings(java.lang.String userAttributeMappings)
Sets the user attribute mappings of this saml sp idp connection.
|
void |
setUserId(long userId)
Sets the user ID of this saml sp idp connection.
|
void |
setUserIdentifierExpression(java.lang.String userIdentifierExpression)
Sets the user identifier expression of this saml sp idp connection.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this saml sp idp connection.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this saml sp idp 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, toUnescapedModel
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this saml sp idp connectionlong getSamlSpIdpConnectionId()
void setSamlSpIdpConnectionId(long samlSpIdpConnectionId)
samlSpIdpConnectionId
- the saml sp idp connection ID of this saml sp idp connectionlong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this saml sp idp connectionlong getUserId()
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserId(long userId)
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this saml sp idp connectionjava.lang.String getUserUuid()
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this saml sp idp connection@AutoEscape java.lang.String getUserName()
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
void setUserName(java.lang.String userName)
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this saml sp idp connectionjava.util.Date getCreateDate()
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this saml sp idp connectionjava.util.Date getModifiedDate()
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this saml sp idp connectionboolean getAssertionSignatureRequired()
boolean isAssertionSignatureRequired()
true
if this saml sp idp connection is assertion signature required.true
if this saml sp idp connection is assertion signature required; false
otherwisevoid setAssertionSignatureRequired(boolean assertionSignatureRequired)
assertionSignatureRequired
- the assertion signature required of this saml sp idp connectionlong getClockSkew()
void setClockSkew(long clockSkew)
clockSkew
- the clock skew of this saml sp idp connectionboolean getEnabled()
boolean isEnabled()
true
if this saml sp idp connection is enabled.true
if this saml sp idp connection is enabled; false
otherwisevoid setEnabled(boolean enabled)
enabled
- the enabled of this saml sp idp connectionboolean getForceAuthn()
boolean isForceAuthn()
true
if this saml sp idp connection is force authn.true
if this saml sp idp connection is force authn; false
otherwisevoid setForceAuthn(boolean forceAuthn)
forceAuthn
- the force authn of this saml sp idp connectionboolean getLdapImportEnabled()
boolean isLdapImportEnabled()
true
if this saml sp idp connection is ldap import enabled.true
if this saml sp idp connection is ldap import enabled; false
otherwisevoid setLdapImportEnabled(boolean ldapImportEnabled)
ldapImportEnabled
- the ldap import enabled of this saml sp idp connectionjava.util.Date getMetadataUpdatedDate()
void setMetadataUpdatedDate(java.util.Date metadataUpdatedDate)
metadataUpdatedDate
- the metadata updated date of this saml sp idp connection@AutoEscape java.lang.String getMetadataUrl()
void setMetadataUrl(java.lang.String metadataUrl)
metadataUrl
- the metadata url of this saml sp idp connection@AutoEscape java.lang.String getMetadataXml()
void setMetadataXml(java.lang.String metadataXml)
metadataXml
- the metadata xml of this saml sp idp connection@AutoEscape java.lang.String getName()
void setName(java.lang.String name)
name
- the name of this saml sp idp connection@AutoEscape java.lang.String getNameIdFormat()
void setNameIdFormat(java.lang.String nameIdFormat)
nameIdFormat
- the name ID format of this saml sp idp connection@AutoEscape java.lang.String getSamlIdpEntityId()
void setSamlIdpEntityId(java.lang.String samlIdpEntityId)
samlIdpEntityId
- the saml idp entity ID of this saml sp idp connectionboolean getSignAuthnRequest()
boolean isSignAuthnRequest()
true
if this saml sp idp connection is sign authn request.true
if this saml sp idp connection is sign authn request; false
otherwisevoid setSignAuthnRequest(boolean signAuthnRequest)
signAuthnRequest
- the sign authn request of this saml sp idp connectionboolean getUnknownUsersAreStrangers()
boolean isUnknownUsersAreStrangers()
true
if this saml sp idp connection is unknown users are strangers.true
if this saml sp idp connection is unknown users are strangers; false
otherwisevoid setUnknownUsersAreStrangers(boolean unknownUsersAreStrangers)
unknownUsersAreStrangers
- the unknown users are strangers of this saml sp idp connection@AutoEscape java.lang.String getUserAttributeMappings()
void setUserAttributeMappings(java.lang.String userAttributeMappings)
userAttributeMappings
- the user attribute mappings of this saml sp idp connection@AutoEscape java.lang.String getUserIdentifierExpression()
void setUserIdentifierExpression(java.lang.String userIdentifierExpression)
userIdentifierExpression
- the user identifier expression of this saml sp idp connectionSamlSpIdpConnection cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<SamlSpIdpConnection>
default java.lang.String toXmlString()