Uses of Class
org.apache.wss4j.common.bsp.BSPRule
-
Packages that use BSPRule Package Description org.apache.wss4j.common.bsp -
-
Uses of BSPRule in org.apache.wss4j.common.bsp
Methods in org.apache.wss4j.common.bsp that return BSPRule Modifier and Type Method Description static BSPRuleBSPRule. valueOf(String name)Returns the enum constant of this type with the specified name.static BSPRule[]BSPRule. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.wss4j.common.bsp with parameters of type BSPRule Modifier and Type Method Description voidBSPEnforcer. handleBSPRule(BSPRule bspRule)Method parameters in org.apache.wss4j.common.bsp with type arguments of type BSPRule Modifier and Type Method Description voidBSPEnforcer. setIgnoredBSPRules(List<BSPRule> bspRules)Constructor parameters in org.apache.wss4j.common.bsp with type arguments of type BSPRule Constructor Description BSPEnforcer(List<BSPRule> bspRules)
-