Package org.apache.wss4j.common.saml
Interface SAMLKeyInfoProcessor
-
public interface SAMLKeyInfoProcessorThis interface allows the user to plug in custom ways of processing a SAML KeyInfo.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SAMLKeyInfoprocessSAMLKeyInfo(Element keyInfoElement)
-
-
-
Method Detail
-
processSAMLKeyInfo
SAMLKeyInfo processSAMLKeyInfo(Element keyInfoElement) throws WSSecurityException
- Throws:
WSSecurityException
-
-