@Deprecated
public class SamlSpIdpConnectionSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
SamlSpIdpConnectionSoap()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAssertionSignatureRequired()
Deprecated.
|
long |
getClockSkew()
Deprecated.
|
long |
getCompanyId()
Deprecated.
|
java.util.Date |
getCreateDate()
Deprecated.
|
boolean |
getEnabled()
Deprecated.
|
boolean |
getForceAuthn()
Deprecated.
|
boolean |
getLdapImportEnabled()
Deprecated.
|
java.util.Date |
getMetadataUpdatedDate()
Deprecated.
|
java.lang.String |
getMetadataUrl()
Deprecated.
|
java.lang.String |
getMetadataXml()
Deprecated.
|
java.util.Date |
getModifiedDate()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
java.lang.String |
getNameIdFormat()
Deprecated.
|
long |
getPrimaryKey()
Deprecated.
|
java.lang.String |
getSamlIdpEntityId()
Deprecated.
|
long |
getSamlSpIdpConnectionId()
Deprecated.
|
boolean |
getSignAuthnRequest()
Deprecated.
|
boolean |
getUnknownUsersAreStrangers()
Deprecated.
|
java.lang.String |
getUserAttributeMappings()
Deprecated.
|
long |
getUserId()
Deprecated.
|
java.lang.String |
getUserName()
Deprecated.
|
boolean |
isAssertionSignatureRequired()
Deprecated.
|
boolean |
isEnabled()
Deprecated.
|
boolean |
isForceAuthn()
Deprecated.
|
boolean |
isLdapImportEnabled()
Deprecated.
|
boolean |
isSignAuthnRequest()
Deprecated.
|
boolean |
isUnknownUsersAreStrangers()
Deprecated.
|
void |
setAssertionSignatureRequired(boolean assertionSignatureRequired)
Deprecated.
|
void |
setClockSkew(long clockSkew)
Deprecated.
|
void |
setCompanyId(long companyId)
Deprecated.
|
void |
setCreateDate(java.util.Date createDate)
Deprecated.
|
void |
setEnabled(boolean enabled)
Deprecated.
|
void |
setForceAuthn(boolean forceAuthn)
Deprecated.
|
void |
setLdapImportEnabled(boolean ldapImportEnabled)
Deprecated.
|
void |
setMetadataUpdatedDate(java.util.Date metadataUpdatedDate)
Deprecated.
|
void |
setMetadataUrl(java.lang.String metadataUrl)
Deprecated.
|
void |
setMetadataXml(java.lang.String metadataXml)
Deprecated.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Deprecated.
|
void |
setName(java.lang.String name)
Deprecated.
|
void |
setNameIdFormat(java.lang.String nameIdFormat)
Deprecated.
|
void |
setPrimaryKey(long pk)
Deprecated.
|
void |
setSamlIdpEntityId(java.lang.String samlIdpEntityId)
Deprecated.
|
void |
setSamlSpIdpConnectionId(long samlSpIdpConnectionId)
Deprecated.
|
void |
setSignAuthnRequest(boolean signAuthnRequest)
Deprecated.
|
void |
setUnknownUsersAreStrangers(boolean unknownUsersAreStrangers)
Deprecated.
|
void |
setUserAttributeMappings(java.lang.String userAttributeMappings)
Deprecated.
|
void |
setUserId(long userId)
Deprecated.
|
void |
setUserName(java.lang.String userName)
Deprecated.
|
static SamlSpIdpConnectionSoap |
toSoapModel(SamlSpIdpConnection model)
Deprecated.
|
static SamlSpIdpConnectionSoap[] |
toSoapModels(java.util.List<SamlSpIdpConnection> models)
Deprecated.
|
static SamlSpIdpConnectionSoap[] |
toSoapModels(SamlSpIdpConnection[] models)
Deprecated.
|
static SamlSpIdpConnectionSoap[][] |
toSoapModels(SamlSpIdpConnection[][] models)
Deprecated.
|
public static SamlSpIdpConnectionSoap toSoapModel(SamlSpIdpConnection model)
public static SamlSpIdpConnectionSoap[] toSoapModels(SamlSpIdpConnection[] models)
public static SamlSpIdpConnectionSoap[][] toSoapModels(SamlSpIdpConnection[][] models)
public static SamlSpIdpConnectionSoap[] toSoapModels(java.util.List<SamlSpIdpConnection> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getSamlSpIdpConnectionId()
public void setSamlSpIdpConnectionId(long samlSpIdpConnectionId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getUserId()
public void setUserId(long userId)
public java.lang.String getUserName()
public void setUserName(java.lang.String userName)
public java.util.Date getCreateDate()
public void setCreateDate(java.util.Date createDate)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public java.lang.String getSamlIdpEntityId()
public void setSamlIdpEntityId(java.lang.String samlIdpEntityId)
public boolean getAssertionSignatureRequired()
public boolean isAssertionSignatureRequired()
public void setAssertionSignatureRequired(boolean assertionSignatureRequired)
public long getClockSkew()
public void setClockSkew(long clockSkew)
public boolean getEnabled()
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean getForceAuthn()
public boolean isForceAuthn()
public void setForceAuthn(boolean forceAuthn)
public boolean getLdapImportEnabled()
public boolean isLdapImportEnabled()
public void setLdapImportEnabled(boolean ldapImportEnabled)
public java.util.Date getMetadataUpdatedDate()
public void setMetadataUpdatedDate(java.util.Date metadataUpdatedDate)
public java.lang.String getMetadataUrl()
public void setMetadataUrl(java.lang.String metadataUrl)
public java.lang.String getMetadataXml()
public void setMetadataXml(java.lang.String metadataXml)
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getNameIdFormat()
public void setNameIdFormat(java.lang.String nameIdFormat)
public boolean getSignAuthnRequest()
public boolean isSignAuthnRequest()
public void setSignAuthnRequest(boolean signAuthnRequest)
public boolean getUnknownUsersAreStrangers()
public boolean isUnknownUsersAreStrangers()
public void setUnknownUsersAreStrangers(boolean unknownUsersAreStrangers)
public java.lang.String getUserAttributeMappings()
public void setUserAttributeMappings(java.lang.String userAttributeMappings)