Package org.apache.wss4j.dom.saml
Class WSSSAMLKeyInfoProcessor
java.lang.Object
org.apache.wss4j.dom.saml.WSSSAMLKeyInfoProcessor
- All Implemented Interfaces:
org.apache.wss4j.common.saml.SAMLKeyInfoProcessor
public class WSSSAMLKeyInfoProcessor
extends Object
implements org.apache.wss4j.common.saml.SAMLKeyInfoProcessor
This interface allows the user to plug in custom ways of processing a SAML KeyInfo.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wss4j.common.saml.SAMLKeyInfoprocessSAMLKeyInfo(Element keyInfoElement)
-
Constructor Details
-
WSSSAMLKeyInfoProcessor
-
-
Method Details
-
processSAMLKeyInfo
public org.apache.wss4j.common.saml.SAMLKeyInfo processSAMLKeyInfo(Element keyInfoElement) throws org.apache.wss4j.common.ext.WSSecurityException - Specified by:
processSAMLKeyInfoin interfaceorg.apache.wss4j.common.saml.SAMLKeyInfoProcessor- Throws:
org.apache.wss4j.common.ext.WSSecurityException
-