Class WhitelistBlacklistParameters

java.lang.Object
org.opensaml.xmlsec.AlgorithmPolicyParameters
org.opensaml.xmlsec.WhitelistBlacklistParameters
Direct Known Subclasses:
DecryptionParameters, SignatureValidationParameters

@Deprecated(forRemoval=true, since="4.1.0") public class WhitelistBlacklistParameters extends AlgorithmPolicyParameters
Deprecated, for removal: This API element is subject to removal in a future version.
The whitelist and blacklist algorithm parameters.

Replace with AlgorithmPolicyParameters.

  • Constructor Details

    • WhitelistBlacklistParameters

      public WhitelistBlacklistParameters()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getWhitelistedAlgorithms

      @Nonnull @NonnullElements @NotLive @Unmodifiable public Collection<String> getWhitelistedAlgorithms()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Get the list of whitelisted algorithm URI's.
      Returns:
      the list of algorithms
    • setWhitelistedAlgorithms

      public void setWhitelistedAlgorithms(@Nullable Collection<String> uris)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Set the list of whitelisted algorithm URI's.
      Parameters:
      uris - the list of algorithms
    • getBlacklistedAlgorithms

      @Nonnull @NonnullElements @NotLive @Unmodifiable public Collection<String> getBlacklistedAlgorithms()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Get the list of blacklisted algorithm URI's.
      Returns:
      the list of algorithms
    • setBlacklistedAlgorithms

      public void setBlacklistedAlgorithms(@Nonnull @NonnullElements Collection<String> uris)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Set the list of blacklisted algorithm URI's.
      Parameters:
      uris - the list of algorithms