public class WhitelistBlacklistParameters extends Object
| Modifier and Type | Field and Description |
|---|---|
private Collection<String> |
blackListedAlgorithmURIs
Blacklisted algorithm URIs.
|
private Collection<String> |
whiteListedAlgorithmURIs
Whitelisted algorithm URIs.
|
| Constructor and Description |
|---|
WhitelistBlacklistParameters()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getBlacklistedAlgorithms()
Get the list of blacklisted algorithm URI's.
|
Collection<String> |
getWhitelistedAlgorithms()
Get the list of whitelisted algorithm URI's.
|
void |
setBlacklistedAlgorithms(Collection<String> uris)
Set the list of blacklisted algorithm URI's.
|
void |
setWhitelistedAlgorithms(Collection<String> uris)
Set the list of whitelisted algorithm URI's.
|
@Nonnull @NonnullElements private Collection<String> whiteListedAlgorithmURIs
@Nonnull @NonnullElements private Collection<String> blackListedAlgorithmURIs
@Nonnull @NonnullElements @NotLive @Unmodifiable public Collection<String> getWhitelistedAlgorithms()
public void setWhitelistedAlgorithms(@Nullable Collection<String> uris)
uris - the list of algorithms@Nonnull @NonnullElements @NotLive @Unmodifiable public Collection<String> getBlacklistedAlgorithms()
public void setBlacklistedAlgorithms(@Nonnull@NonnullElements Collection<String> uris)
uris - the list of algorithmsCopyright © 1999–2019 Shibboleth Consortium. All rights reserved.