Package org.opensaml.xmlsec
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 Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Get the list of blacklisted algorithm URI's.Deprecated, for removal: This API element is subject to removal in a future version.Get the list of whitelisted algorithm URI's.void
Deprecated, for removal: This API element is subject to removal in a future version.Set the list of blacklisted algorithm URI's.void
Deprecated, for removal: This API element is subject to removal in a future version.Set the list of whitelisted algorithm URI's.Methods inherited from class org.opensaml.xmlsec.AlgorithmPolicyParameters
getExcludedAlgorithms, getIncludedAlgorithms, setExcludedAlgorithms, setIncludedAlgorithms
-
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
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
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
-