org.apache.wss4j.dom.bsp
Class BSPEnforcer

java.lang.Object
  extended by org.apache.wss4j.dom.bsp.BSPEnforcer

public class BSPEnforcer
extends Object

An class that enforces Basic Security Profile Rules


Constructor Summary
BSPEnforcer()
           
BSPEnforcer(boolean disableBSPRules)
           
BSPEnforcer(List<BSPRule> bspRules)
           
 
Method Summary
 void handleBSPRule(BSPRule bspRule)
           
 void setDisableBSPRules(boolean disableBSPRules)
           
 void setIgnoredBSPRules(List<BSPRule> bspRules)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BSPEnforcer

public BSPEnforcer()

BSPEnforcer

public BSPEnforcer(List<BSPRule> bspRules)

BSPEnforcer

public BSPEnforcer(boolean disableBSPRules)
Method Detail

handleBSPRule

public void handleBSPRule(BSPRule bspRule)
                   throws WSSecurityException
Throws:
WSSecurityException

setIgnoredBSPRules

public void setIgnoredBSPRules(List<BSPRule> bspRules)

setDisableBSPRules

public void setDisableBSPRules(boolean disableBSPRules)


Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.