Package org.apache.syncope.common.lib.to
Class SAML2SPClientAppTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.ClientAppTO
-
- org.apache.syncope.common.lib.to.SAML2SPClientAppTO
-
- All Implemented Interfaces:
Serializable
,BaseBean
,EntityTO
,NamedEntityTO
public class SAML2SPClientAppTO extends ClientAppTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SAML2SPClientAppTO()
-
Method Summary
-
Methods inherited from class org.apache.syncope.common.lib.to.ClientAppTO
getAccessPolicy, getAttrReleasePolicy, getAuthPolicy, getClientAppId, getDescription, getInformationUrl, getKey, getLogo, getLogoutType, getName, getPrivacyUrl, getProperties, getRealm, getTheme, getTicketExpirationPolicy, getUsernameAttributeProviderConf, setAccessPolicy, setAttrReleasePolicy, setAuthPolicy, setClientAppId, setDescription, setDiscriminator, setInformationUrl, setKey, setLogo, setLogoutType, setName, setPrivacyUrl, setRealm, setTheme, setTicketExpirationPolicy, setUsernameAttributeProviderConf
-
-
-
-
Method Detail
-
getDiscriminator
public String getDiscriminator()
- Specified by:
getDiscriminator
in classClientAppTO
-
getEntityId
public String getEntityId()
-
setEntityId
public void setEntityId(String entityId)
-
getMetadataLocation
public String getMetadataLocation()
-
setMetadataLocation
public void setMetadataLocation(String metadataLocation)
-
getMetadataSignatureLocation
public String getMetadataSignatureLocation()
-
setMetadataSignatureLocation
public void setMetadataSignatureLocation(String metadataSignatureLocation)
-
isSignAssertions
public boolean isSignAssertions()
-
setSignAssertions
public void setSignAssertions(boolean signAssertions)
-
isSignResponses
public boolean isSignResponses()
-
setSignResponses
public void setSignResponses(boolean signResponses)
-
isEncryptionOptional
public boolean isEncryptionOptional()
-
setEncryptionOptional
public void setEncryptionOptional(boolean encryptionOptional)
-
isEncryptAssertions
public boolean isEncryptAssertions()
-
setEncryptAssertions
public void setEncryptAssertions(boolean encryptAssertions)
-
getRequiredAuthenticationContextClass
public String getRequiredAuthenticationContextClass()
-
setRequiredAuthenticationContextClass
public void setRequiredAuthenticationContextClass(String requiredAuthenticationContextClass)
-
getRequiredNameIdFormat
public SAML2SPNameId getRequiredNameIdFormat()
-
setRequiredNameIdFormat
public void setRequiredNameIdFormat(SAML2SPNameId requiredNameIdFormat)
-
getSkewAllowance
public Integer getSkewAllowance()
-
setSkewAllowance
public void setSkewAllowance(Integer skewAllowance)
-
getNameIdQualifier
public String getNameIdQualifier()
-
setNameIdQualifier
public void setNameIdQualifier(String nameIdQualifier)
-
getServiceProviderNameIdQualifier
public String getServiceProviderNameIdQualifier()
-
setServiceProviderNameIdQualifier
public void setServiceProviderNameIdQualifier(String serviceProviderNameIdQualifier)
-
getSigningSignatureAlgorithms
public List<XmlSecAlgorithm> getSigningSignatureAlgorithms()
-
getSigningSignatureReferenceDigestMethods
public List<XmlSecAlgorithm> getSigningSignatureReferenceDigestMethods()
-
getEncryptionDataAlgorithms
public List<XmlSecAlgorithm> getEncryptionDataAlgorithms()
-
getEncryptionKeyAlgorithms
public List<XmlSecAlgorithm> getEncryptionKeyAlgorithms()
-
getSigningSignatureBlackListedAlgorithms
public List<XmlSecAlgorithm> getSigningSignatureBlackListedAlgorithms()
-
getEncryptionBlackListedAlgorithms
public List<XmlSecAlgorithm> getEncryptionBlackListedAlgorithms()
-
equals
public boolean equals(Object obj)
- Overrides:
equals
in classClientAppTO
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classClientAppTO
-
-