Uses of Enum
org.opensaml.xmlsec.AlgorithmPolicyConfiguration.Precedence
Packages that use AlgorithmPolicyConfiguration.Precedence
Package
Description
Configuration and support classes for security.
Implementation of configuration and parameter resolver classes.
-
Uses of AlgorithmPolicyConfiguration.Precedence in org.opensaml.xmlsec
Methods in org.opensaml.xmlsec that return AlgorithmPolicyConfiguration.PrecedenceModifier and TypeMethodDescriptionAlgorithmPolicyConfiguration.getIncludeExcludePrecedence()
Get preference value indicating which should take precedence when both include and exclude collections are non-empty.Returns the enum constant of this type with the specified name.AlgorithmPolicyConfiguration.Precedence.values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AlgorithmPolicyConfiguration.Precedence in org.opensaml.xmlsec.impl
Fields in org.opensaml.xmlsec.impl declared as AlgorithmPolicyConfiguration.PrecedenceModifier and TypeFieldDescriptionstatic final AlgorithmPolicyConfiguration.Precedence
BasicAlgorithmPolicyConfiguration.DEFAULT_PRECEDENCE
Default precedence.BasicAlgorithmPolicyConfiguration.precedence
Precedence flag.Methods in org.opensaml.xmlsec.impl that return AlgorithmPolicyConfiguration.PrecedenceModifier and TypeMethodDescriptionBasicAlgorithmPolicyConfiguration.getIncludeExcludePrecedence()
Get preference value indicating which should take precedence when both include and exclude collections are non-empty.protected AlgorithmPolicyConfiguration.Precedence
AbstractSecurityParametersResolver.resolveIncludeExcludePrecedence
(CriteriaSet criteria, List<? extends AlgorithmPolicyConfiguration> configs) Resolve and return the effective algorithm include/exclude precedence based on supplied configuration.Methods in org.opensaml.xmlsec.impl with parameters of type AlgorithmPolicyConfiguration.PrecedenceModifier and TypeMethodDescriptionvoid
BasicAlgorithmPolicyConfiguration.setIncludeExcludePrecedence
(AlgorithmPolicyConfiguration.Precedence value) Set preference value indicating which should take precedence when both includes and excludes are non-empty.