Package | Description |
---|---|
org.opensaml.xmlsec |
Configuration and support classes for security.
|
org.opensaml.xmlsec.impl |
Implementation of configuration and parameter resolver classes.
|
Modifier and Type | Method and Description |
---|---|
WhitelistBlacklistConfiguration.Precedence |
WhitelistBlacklistConfiguration.getWhitelistBlacklistPrecedence()
Get preference value indicating which should take precedence when both whitelist and blacklist are non-empty.
|
static WhitelistBlacklistConfiguration.Precedence |
WhitelistBlacklistConfiguration.Precedence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WhitelistBlacklistConfiguration.Precedence[] |
WhitelistBlacklistConfiguration.Precedence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
static WhitelistBlacklistConfiguration.Precedence |
BasicWhitelistBlacklistConfiguration.DEFAULT_PRECEDENCE
Default precedence.
|
Modifier and Type | Method and Description |
---|---|
WhitelistBlacklistConfiguration.Precedence |
BasicWhitelistBlacklistConfiguration.getWhitelistBlacklistPrecedence()
Get preference value indicating which should take precedence when both whitelist and blacklist are non-empty.
|
protected WhitelistBlacklistConfiguration.Precedence |
AbstractSecurityParametersResolver.resolveWhitelistBlacklistPrecedence(net.shibboleth.utilities.java.support.resolver.CriteriaSet criteria,
List<? extends WhitelistBlacklistConfiguration> configs)
Resolve and return the effective algorithm whitelist/blacklist precedence based
on supplied configuration.
|
Modifier and Type | Method and Description |
---|---|
void |
BasicWhitelistBlacklistConfiguration.setWhitelistBlacklistPrecedence(WhitelistBlacklistConfiguration.Precedence value)
Set preference value indicating which should take precedence when both whitelist and blacklist are non-empty.
|
Copyright © 2018. All rights reserved.