Class JPASAML2SPClientApp
- java.lang.Object
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
-
- org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
-
- org.apache.syncope.core.persistence.jpa.entity.am.AbstractClientApp
-
- org.apache.syncope.core.persistence.jpa.entity.am.JPASAML2SPClientApp
-
- All Implemented Interfaces:
Serializable,ClientApp,SAML2SPClientApp,Entity
@Entity public class JPASAML2SPClientApp extends AbstractClientApp implements SAML2SPClientApp
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static TypeReference<Set<String>>STRING_TYPEREFstatic StringTABLEprotected static TypeReference<List<XmlSecAlgorithm>>XMLSECAGO_TYPEREF-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.am.AbstractClientApp
ATTR_TYPEREF
-
Fields inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
LOG
-
Fields inherited from interface org.apache.syncope.core.persistence.api.entity.Entity
EMAIL_PATTERN, ID_PATTERN, ID_REGEX
-
-
Constructor Summary
Constructors Constructor Description JPASAML2SPClientApp()
-
Method Summary
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.am.AbstractClientApp
getAccessPolicy, getAttrReleasePolicy, getAuthPolicy, getClientAppId, getDescription, getEvaluationOrder, getInformationUrl, getLogo, getLogoutType, getName, getPrivacyUrl, getProperties, getRealm, getTheme, getTicketExpirationPolicy, getUsernameAttributeProviderConf, setAccessPolicy, setAttrReleasePolicy, setAuthPolicy, setClientAppId, setDescription, setEvaluationOrder, setInformationUrl, setLogo, setLogoutType, setName, setPrivacyUrl, setProperties, setRealm, setTheme, setTicketExpirationPolicy, setUsernameAttributeProviderConf
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractGeneratedKeyEntity
getKey, setKey
-
Methods inherited from class org.apache.syncope.core.persistence.jpa.entity.AbstractEntity
checkImplementationType, checkType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.apache.syncope.core.persistence.api.entity.am.ClientApp
getAccessPolicy, getAttrReleasePolicy, getAuthPolicy, getClientAppId, getDescription, getEvaluationOrder, getInformationUrl, getLogo, getLogoutType, getName, getPrivacyUrl, getProperties, getRealm, getTheme, getTicketExpirationPolicy, getUsernameAttributeProviderConf, setAccessPolicy, setAttrReleasePolicy, setAuthPolicy, setClientAppId, setDescription, setEvaluationOrder, setInformationUrl, setLogo, setLogoutType, setName, setPrivacyUrl, setProperties, setRealm, setTheme, setTicketExpirationPolicy, setUsernameAttributeProviderConf
-
-
-
-
Field Detail
-
TABLE
public static final String TABLE
- See Also:
- Constant Field Values
-
STRING_TYPEREF
protected static final TypeReference<Set<String>> STRING_TYPEREF
-
XMLSECAGO_TYPEREF
protected static final TypeReference<List<XmlSecAlgorithm>> XMLSECAGO_TYPEREF
-
-
Method Detail
-
getEntityId
public String getEntityId()
- Specified by:
getEntityIdin interfaceSAML2SPClientApp
-
setEntityId
public void setEntityId(String entityId)
- Specified by:
setEntityIdin interfaceSAML2SPClientApp
-
getMetadataLocation
public String getMetadataLocation()
- Specified by:
getMetadataLocationin interfaceSAML2SPClientApp
-
setMetadataLocation
public void setMetadataLocation(String metadataLocation)
- Specified by:
setMetadataLocationin interfaceSAML2SPClientApp
-
getMetadataSignatureLocation
public String getMetadataSignatureLocation()
- Specified by:
getMetadataSignatureLocationin interfaceSAML2SPClientApp
-
setMetadataSignatureLocation
public void setMetadataSignatureLocation(String metadataSignatureLocation)
- Specified by:
setMetadataSignatureLocationin interfaceSAML2SPClientApp
-
isSignAssertions
public boolean isSignAssertions()
- Specified by:
isSignAssertionsin interfaceSAML2SPClientApp
-
setSignAssertions
public void setSignAssertions(boolean signAssertions)
- Specified by:
setSignAssertionsin interfaceSAML2SPClientApp
-
isSignResponses
public boolean isSignResponses()
- Specified by:
isSignResponsesin interfaceSAML2SPClientApp
-
setSignResponses
public void setSignResponses(boolean signResponses)
- Specified by:
setSignResponsesin interfaceSAML2SPClientApp
-
isEncryptionOptional
public boolean isEncryptionOptional()
- Specified by:
isEncryptionOptionalin interfaceSAML2SPClientApp
-
setEncryptionOptional
public void setEncryptionOptional(boolean encryptionOptional)
- Specified by:
setEncryptionOptionalin interfaceSAML2SPClientApp
-
isEncryptAssertions
public boolean isEncryptAssertions()
- Specified by:
isEncryptAssertionsin interfaceSAML2SPClientApp
-
setEncryptAssertions
public void setEncryptAssertions(boolean encryptAssertions)
- Specified by:
setEncryptAssertionsin interfaceSAML2SPClientApp
-
getRequiredAuthenticationContextClass
public String getRequiredAuthenticationContextClass()
- Specified by:
getRequiredAuthenticationContextClassin interfaceSAML2SPClientApp
-
setRequiredAuthenticationContextClass
public void setRequiredAuthenticationContextClass(String requiredAuthenticationContextClass)
- Specified by:
setRequiredAuthenticationContextClassin interfaceSAML2SPClientApp
-
getRequiredNameIdFormat
public SAML2SPNameId getRequiredNameIdFormat()
- Specified by:
getRequiredNameIdFormatin interfaceSAML2SPClientApp
-
setRequiredNameIdFormat
public void setRequiredNameIdFormat(SAML2SPNameId requiredNameIdFormat)
- Specified by:
setRequiredNameIdFormatin interfaceSAML2SPClientApp
-
getSkewAllowance
public Integer getSkewAllowance()
- Specified by:
getSkewAllowancein interfaceSAML2SPClientApp
-
setSkewAllowance
public void setSkewAllowance(Integer skewAllowance)
- Specified by:
setSkewAllowancein interfaceSAML2SPClientApp
-
getNameIdQualifier
public String getNameIdQualifier()
- Specified by:
getNameIdQualifierin interfaceSAML2SPClientApp
-
setNameIdQualifier
public void setNameIdQualifier(String nameIdQualifier)
- Specified by:
setNameIdQualifierin interfaceSAML2SPClientApp
-
getAssertionAudiences
public Set<String> getAssertionAudiences()
- Specified by:
getAssertionAudiencesin interfaceSAML2SPClientApp
-
getServiceProviderNameIdQualifier
public String getServiceProviderNameIdQualifier()
- Specified by:
getServiceProviderNameIdQualifierin interfaceSAML2SPClientApp
-
setServiceProviderNameIdQualifier
public void setServiceProviderNameIdQualifier(String serviceProviderNameIdQualifier)
- Specified by:
setServiceProviderNameIdQualifierin interfaceSAML2SPClientApp
-
getSigningSignatureAlgorithms
public List<XmlSecAlgorithm> getSigningSignatureAlgorithms()
- Specified by:
getSigningSignatureAlgorithmsin interfaceSAML2SPClientApp
-
getSigningSignatureReferenceDigestMethods
public List<XmlSecAlgorithm> getSigningSignatureReferenceDigestMethods()
- Specified by:
getSigningSignatureReferenceDigestMethodsin interfaceSAML2SPClientApp
-
getEncryptionDataAlgorithms
public List<XmlSecAlgorithm> getEncryptionDataAlgorithms()
- Specified by:
getEncryptionDataAlgorithmsin interfaceSAML2SPClientApp
-
getEncryptionKeyAlgorithms
public List<XmlSecAlgorithm> getEncryptionKeyAlgorithms()
- Specified by:
getEncryptionKeyAlgorithmsin interfaceSAML2SPClientApp
-
getSigningSignatureBlackListedAlgorithms
public List<XmlSecAlgorithm> getSigningSignatureBlackListedAlgorithms()
- Specified by:
getSigningSignatureBlackListedAlgorithmsin interfaceSAML2SPClientApp
-
getEncryptionBlackListedAlgorithms
public List<XmlSecAlgorithm> getEncryptionBlackListedAlgorithms()
- Specified by:
getEncryptionBlackListedAlgorithmsin interfaceSAML2SPClientApp
-
json2list
protected void json2list(boolean clearFirst)
-
postLoad
public void postLoad()
-
postSave
public void postSave()
-
list2json
public void list2json()
-
-