Package org.apache.wss4j.common.bsp
Class BSPEnforcer
- java.lang.Object
-
- org.apache.wss4j.common.bsp.BSPEnforcer
-
public class BSPEnforcer extends Object
An class that enforces Basic Security Profile Rules
-
-
Constructor Summary
Constructors Constructor Description BSPEnforcer()BSPEnforcer(boolean disableBSPRules)BSPEnforcer(List<BSPRule> bspRules)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleBSPRule(BSPRule bspRule)voidsetDisableBSPRules(boolean disableBSPRules)voidsetIgnoredBSPRules(List<BSPRule> bspRules)
-
-
-
Method Detail
-
handleBSPRule
public void handleBSPRule(BSPRule bspRule) throws WSSecurityException
- Throws:
WSSecurityException
-
setDisableBSPRules
public void setDisableBSPRules(boolean disableBSPRules)
-
-