|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.soa.esb.services.security.auth.ws.SamlAssertionExtractor
public class SamlAssertionExtractor
Extracts SAML Assertions from a SOAP Message.
Constructor Summary | |
---|---|
SamlAssertionExtractor()
Creates an instance using the default Smooks config file. |
|
SamlAssertionExtractor(java.lang.String configFile)
Creates an instance of Smooks using the passed in config file. |
Method Summary | |
---|---|
org.w3c.dom.Node |
extractSamlAssertion(java.lang.String soap)
|
AuthenticationRequest |
extractSecurityInfo(java.lang.String soap)
Extracts security related information from type T and populates a AuthenticationRequest . |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SamlAssertionExtractor()
public SamlAssertionExtractor(java.lang.String configFile)
configFile
- - the Smooks config file to use.Method Detail |
---|
public org.w3c.dom.Node extractSamlAssertion(java.lang.String soap) throws java.io.IOException
java.io.IOException
public AuthenticationRequest extractSecurityInfo(java.lang.String soap)
SecurityInfoExtractor
AuthenticationRequest
.
extractSecurityInfo
in interface SecurityInfoExtractor<java.lang.String>
soap
- - the type from which security information is to be extracted
AuthenticationRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |