Uses of Class
org.opensaml.xmlsec.WhitelistBlacklistConfiguration.Precedence
Package | Description |
---|---|
org.opensaml.xmlsec |
Configuration and support classes for security.
|
org.opensaml.xmlsec.impl |
Implementation of configuration and parameter resolver classes.
|
-
Uses of WhitelistBlacklistConfiguration.Precedence in org.opensaml.xmlsec
Methods in org.opensaml.xmlsec that return WhitelistBlacklistConfiguration.Precedence Modifier and Type Method Description WhitelistBlacklistConfiguration.Precedence
WhitelistBlacklistConfiguration. getWhitelistBlacklistPrecedence()
Deprecated, for removal: This API element is subject to removal in a future version.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. -
Uses of WhitelistBlacklistConfiguration.Precedence in org.opensaml.xmlsec.impl
Methods in org.opensaml.xmlsec.impl that return WhitelistBlacklistConfiguration.Precedence Modifier and Type Method Description WhitelistBlacklistConfiguration.Precedence
BasicWhitelistBlacklistConfiguration. getWhitelistBlacklistPrecedence()
Deprecated, for removal: This API element is subject to removal in a future version.Get preference value indicating which should take precedence when both whitelist and blacklist are non-empty.Methods in org.opensaml.xmlsec.impl with parameters of type WhitelistBlacklistConfiguration.Precedence Modifier and Type Method Description void
BasicWhitelistBlacklistConfiguration. setWhitelistBlacklistPrecedence(WhitelistBlacklistConfiguration.Precedence value)
Deprecated, for removal: This API element is subject to removal in a future version.Set preference value indicating which should take precedence when both whitelist and blacklist are non-empty.