Uses of Class
org.opensaml.xmlsec.AlgorithmPolicyConfiguration.Precedence
-
Packages that use AlgorithmPolicyConfiguration.Precedence Package Description org.opensaml.xmlsec Configuration and support classes for security. -
-
Uses of AlgorithmPolicyConfiguration.Precedence in org.opensaml.xmlsec
Methods in org.opensaml.xmlsec that return AlgorithmPolicyConfiguration.Precedence Modifier and Type Method Description AlgorithmPolicyConfiguration.PrecedenceAlgorithmPolicyConfiguration. getIncludeExcludePrecedence()Get preference value indicating which should take precedence when both include and exclude collections are non-empty.static AlgorithmPolicyConfiguration.PrecedenceAlgorithmPolicyConfiguration.Precedence. valueOf(String name)Returns the enum constant of this type with the specified name.static AlgorithmPolicyConfiguration.Precedence[]AlgorithmPolicyConfiguration.Precedence. values()Returns an array containing the constants of this enum type, in the order they are declared.
-