Uses of Class
org.apache.syncope.common.lib.types.XmlSecAlgorithm
-
-
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 XmlSecAlgorithm Modifier and Type Method Description List<XmlSecAlgorithm>SAML2SPClientAppTO. getEncryptionBlackListedAlgorithms()List<XmlSecAlgorithm>SAML2SPClientAppTO. getEncryptionDataAlgorithms()List<XmlSecAlgorithm>SAML2SPClientAppTO. getEncryptionKeyAlgorithms()List<XmlSecAlgorithm>SAML2SPClientAppTO. getSigningSignatureAlgorithms()List<XmlSecAlgorithm>SAML2SPClientAppTO. getSigningSignatureBlackListedAlgorithms()List<XmlSecAlgorithm>SAML2SPClientAppTO. getSigningSignatureReferenceDigestMethods() -
Uses of XmlSecAlgorithm in org.apache.syncope.common.lib.types
Methods in org.apache.syncope.common.lib.types that return XmlSecAlgorithm Modifier and Type Method Description static XmlSecAlgorithmXmlSecAlgorithm. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlSecAlgorithm[]XmlSecAlgorithm. values()Returns an array containing the constants of this enum type, 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 XmlSecAlgorithm Modifier and Type Method Description List<XmlSecAlgorithm>SAML2SPClientApp. getEncryptionBlackListedAlgorithms()List<XmlSecAlgorithm>SAML2SPClientApp. getEncryptionDataAlgorithms()List<XmlSecAlgorithm>SAML2SPClientApp. getEncryptionKeyAlgorithms()List<XmlSecAlgorithm>SAML2SPClientApp. getSigningSignatureAlgorithms()List<XmlSecAlgorithm>SAML2SPClientApp. getSigningSignatureBlackListedAlgorithms()List<XmlSecAlgorithm>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 XmlSecAlgorithm Modifier and Type Field Description protected static TypeReference<List<XmlSecAlgorithm>>JPASAML2SPClientApp. XMLSECAGO_TYPEREFMethods in org.apache.syncope.core.persistence.jpa.entity.am that return types with arguments of type XmlSecAlgorithm Modifier and Type Method Description List<XmlSecAlgorithm>JPASAML2SPClientApp. getEncryptionBlackListedAlgorithms()List<XmlSecAlgorithm>JPASAML2SPClientApp. getEncryptionDataAlgorithms()List<XmlSecAlgorithm>JPASAML2SPClientApp. getEncryptionKeyAlgorithms()List<XmlSecAlgorithm>JPASAML2SPClientApp. getSigningSignatureAlgorithms()List<XmlSecAlgorithm>JPASAML2SPClientApp. getSigningSignatureBlackListedAlgorithms()List<XmlSecAlgorithm>JPASAML2SPClientApp. getSigningSignatureReferenceDigestMethods()
-