org.apache.wss4j.dom.saml
Class WSSSAMLKeyInfoProcessor

java.lang.Object
  extended by org.apache.wss4j.dom.saml.WSSSAMLKeyInfoProcessor
All Implemented Interfaces:
SAMLKeyInfoProcessor

public class WSSSAMLKeyInfoProcessor
extends Object
implements SAMLKeyInfoProcessor

This interface allows the user to plug in custom ways of processing a SAML KeyInfo.


Constructor Summary
WSSSAMLKeyInfoProcessor(RequestData data, WSDocInfo docInfo)
           
 
Method Summary
 SAMLKeyInfo processSAMLKeyInfo(Element keyInfoElement)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WSSSAMLKeyInfoProcessor

public WSSSAMLKeyInfoProcessor(RequestData data,
                               WSDocInfo docInfo)
Method Detail

processSAMLKeyInfo

public SAMLKeyInfo processSAMLKeyInfo(Element keyInfoElement)
                               throws WSSecurityException
Specified by:
processSAMLKeyInfo in interface SAMLKeyInfoProcessor
Throws:
WSSecurityException


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