Uses of Class
org.opensaml.xmlsec.WhitelistBlacklistConfiguration.Precedence
-
Packages that use WhitelistBlacklistConfiguration.Precedence Package Description org.opensaml.xmlsec Configuration and support classes for security. -
-
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.
-