public interface WhitelistBlacklistConfiguration
Modifier and Type | Interface and Description |
---|---|
static class |
WhitelistBlacklistConfiguration.Precedence
Whitelist/blacklist precedence values.
|
Modifier and Type | Method and Description |
---|---|
Collection<String> |
getBlacklistedAlgorithms()
Get the list of blacklisted algorithm URI's.
|
WhitelistBlacklistConfiguration.Precedence |
getWhitelistBlacklistPrecedence()
Get preference value indicating which should take precedence when both whitelist and blacklist are non-empty.
|
Collection<String> |
getWhitelistedAlgorithms()
Get the list of whitelisted algorithm URI's.
|
boolean |
isBlacklistMerge()
Flag indicating whether to merge this configuration's blacklist with one of a lower order of precedence,
or to treat this blacklist as authoritative.
|
boolean |
isWhitelistMerge()
Flag indicating whether to merge this configuration's whitelist with one of a lower order of precedence,
or to treat this whitelist as authoritative.
|
@Nonnull @NonnullElements @Unmodifiable @NotLive Collection<String> getWhitelistedAlgorithms()
boolean isWhitelistMerge()
@Nonnull @NonnullElements @Unmodifiable @NotLive Collection<String> getBlacklistedAlgorithms()
boolean isBlacklistMerge()
@Nonnull WhitelistBlacklistConfiguration.Precedence getWhitelistBlacklistPrecedence()
Copyright © 1999–2018 Shibboleth Consortium. All rights reserved.