Uses of Class
org.opensaml.xmlsec.WhitelistBlacklistConfiguration.Precedence
-
Packages that use 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.PrecedenceWhitelistBlacklistConfiguration. 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.PrecedenceWhitelistBlacklistConfiguration.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.PrecedenceBasicWhitelistBlacklistConfiguration. 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 voidBasicWhitelistBlacklistConfiguration. 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.
-