Uses of Enum Class
org.apache.syncope.common.lib.types.XmlSecAlgorithm
Packages that use XmlSecAlgorithm
Package
Description
-
Uses of XmlSecAlgorithm in org.apache.syncope.common.lib.to
Methods in org.apache.syncope.common.lib.to that return types with arguments of type XmlSecAlgorithmModifier and TypeMethodDescriptionSAML2SPClientAppTO.getEncryptionBlackListedAlgorithms()SAML2SPClientAppTO.getEncryptionDataAlgorithms()SAML2SPClientAppTO.getEncryptionKeyAlgorithms()SAML2SPClientAppTO.getSigningSignatureAlgorithms()SAML2SPClientAppTO.getSigningSignatureBlackListedAlgorithms()SAML2SPClientAppTO.getSigningSignatureReferenceDigestMethods() -
Uses of XmlSecAlgorithm in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return XmlSecAlgorithmModifier and TypeMethodDescriptionstatic XmlSecAlgorithmReturns the enum constant of this class with the specified name.static XmlSecAlgorithm[]XmlSecAlgorithm.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of XmlSecAlgorithm in org.apache.syncope.core.persistence.api.entity.am
Methods in org.apache.syncope.core.persistence.api.entity.am that return types with arguments of type XmlSecAlgorithmModifier and TypeMethodDescriptionSAML2SPClientApp.getEncryptionBlackListedAlgorithms()SAML2SPClientApp.getEncryptionDataAlgorithms()SAML2SPClientApp.getEncryptionKeyAlgorithms()SAML2SPClientApp.getSigningSignatureAlgorithms()SAML2SPClientApp.getSigningSignatureBlackListedAlgorithms()SAML2SPClientApp.getSigningSignatureReferenceDigestMethods() -
Uses of XmlSecAlgorithm in org.apache.syncope.core.persistence.jpa.entity.am
Fields in org.apache.syncope.core.persistence.jpa.entity.am with type parameters of type XmlSecAlgorithmModifier and TypeFieldDescriptionprotected static final TypeReference<List<XmlSecAlgorithm>> JPASAML2SPClientApp.XMLSECAGO_TYPEREFMethods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type XmlSecAlgorithmModifier and TypeMethodDescriptionJPASAML2SPClientApp.getEncryptionBlackListedAlgorithms()JPASAML2SPClientApp.getEncryptionDataAlgorithms()JPASAML2SPClientApp.getEncryptionKeyAlgorithms()JPASAML2SPClientApp.getSigningSignatureAlgorithms()JPASAML2SPClientApp.getSigningSignatureBlackListedAlgorithms()JPASAML2SPClientApp.getSigningSignatureReferenceDigestMethods() -
Uses of XmlSecAlgorithm in org.apache.syncope.core.persistence.neo4j.entity.am
Fields in org.apache.syncope.core.persistence.neo4j.entity.am with type parameters of type XmlSecAlgorithmModifier and TypeFieldDescriptionprotected static final TypeReference<List<XmlSecAlgorithm>> Neo4jSAML2SPClientApp.XMLSECAGO_TYPEREFMethods in org.apache.syncope.core.persistence.neo4j.entity.am that return types with arguments of type XmlSecAlgorithmModifier and TypeMethodDescriptionNeo4jSAML2SPClientApp.getEncryptionBlackListedAlgorithms()Neo4jSAML2SPClientApp.getEncryptionDataAlgorithms()Neo4jSAML2SPClientApp.getEncryptionKeyAlgorithms()Neo4jSAML2SPClientApp.getSigningSignatureAlgorithms()Neo4jSAML2SPClientApp.getSigningSignatureBlackListedAlgorithms()Neo4jSAML2SPClientApp.getSigningSignatureReferenceDigestMethods()