Uses of Class
org.apache.wss4j.common.bsp.BSPRule
-
Packages that use BSPRule Package Description org.apache.wss4j.common.bsp org.apache.wss4j.dom.handler org.apache.wss4j.stax.ext org.apache.wss4j.stax.impl -
-
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) -
Uses of BSPRule in org.apache.wss4j.dom.handler
Method parameters in org.apache.wss4j.dom.handler with type arguments of type BSPRule Modifier and Type Method Description voidRequestData. setIgnoredBSPRules(List<BSPRule> bspRules) -
Uses of BSPRule in org.apache.wss4j.stax.ext
Methods in org.apache.wss4j.stax.ext that return types with arguments of type BSPRule Modifier and Type Method Description List<BSPRule>WSSSecurityProperties. getIgnoredBSPRules()Methods in org.apache.wss4j.stax.ext with parameters of type BSPRule Modifier and Type Method Description voidWSSSecurityProperties. addIgnoreBSPRule(BSPRule bspRule)voidWSInboundSecurityContext. handleBSPRule(BSPRule bspRule)Method parameters in org.apache.wss4j.stax.ext with type arguments of type BSPRule Modifier and Type Method Description voidWSInboundSecurityContext. ignoredBSPRules(List<BSPRule> bspRules) -
Uses of BSPRule in org.apache.wss4j.stax.impl
Methods in org.apache.wss4j.stax.impl with parameters of type BSPRule Modifier and Type Method Description voidInboundWSSecurityContextImpl. handleBSPRule(BSPRule bspRule)Method parameters in org.apache.wss4j.stax.impl with type arguments of type BSPRule Modifier and Type Method Description voidInboundWSSecurityContextImpl. ignoredBSPRules(List<BSPRule> bspRules)
-