Uses of Enum
org.opensaml.xmlsec.WhitelistBlacklistConfiguration.Precedence
Packages that use WhitelistBlacklistConfiguration.Precedence
Package
Description
Configuration and support classes for security.
Implementation of configuration and parameter resolver classes.
-
Uses of WhitelistBlacklistConfiguration.Precedence in org.opensaml.xmlsec
Methods in org.opensaml.xmlsec that return WhitelistBlacklistConfiguration.PrecedenceModifier and TypeMethodDescriptionWhitelistBlacklistConfiguration.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.Returns the enum constant of this type with the specified name.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.PrecedenceModifier and TypeMethodDescriptionBasicWhitelistBlacklistConfiguration.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.PrecedenceModifier and TypeMethodDescriptionvoidBasicWhitelistBlacklistConfiguration.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.