Apache CXF API

org.apache.cxf.ws.security.wss4j
Class AlgorithmSuiteTranslater

java.lang.Object
  extended by org.apache.cxf.ws.security.wss4j.AlgorithmSuiteTranslater

public final class AlgorithmSuiteTranslater
extends Object

Translate any AlgorithmSuite policy that may be operative into a WSS4J AlgorithmSuite object to enforce what algorithms are allowed in a request.


Constructor Summary
AlgorithmSuiteTranslater()
           
 
Method Summary
 void translateAlgorithmSuites(AssertionInfoMap aim, org.apache.wss4j.dom.handler.RequestData data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AlgorithmSuiteTranslater

public AlgorithmSuiteTranslater()
Method Detail

translateAlgorithmSuites

public void translateAlgorithmSuites(AssertionInfoMap aim,
                                     org.apache.wss4j.dom.handler.RequestData data)
                              throws org.apache.wss4j.common.ext.WSSecurityException
Throws:
org.apache.wss4j.common.ext.WSSecurityException

Apache CXF API

Apache CXF