org.mule.module.cxf.wssec
Class SAML2CallbackHandler

java.lang.Object
  extended by org.mule.module.cxf.wssec.SAML2CallbackHandler
All Implemented Interfaces:
CallbackHandler

public class SAML2CallbackHandler
extends Object
implements CallbackHandler

Callback handler that populates a SAML 2 assertion based on the SAML properties file


Constructor Summary
SAML2CallbackHandler()
           
 
Method Summary
 void handle(Callback[] callbacks)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAML2CallbackHandler

public SAML2CallbackHandler()
                     throws org.apache.ws.security.WSSecurityException
Throws:
org.apache.ws.security.WSSecurityException
Method Detail

handle

public void handle(Callback[] callbacks)
            throws IOException,
                   UnsupportedCallbackException
Specified by:
handle in interface CallbackHandler
Throws:
IOException
UnsupportedCallbackException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.