|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.services.security.auth.ws.SamlSoapAssertionExtractor
public class SamlSoapAssertionExtractor
Extracts SAML Assertions from a SOAPMessage.
Constructor Summary | |
---|---|
SamlSoapAssertionExtractor()
|
Method Summary | |
---|---|
AuthenticationRequest |
extractSecurityInfo(javax.xml.soap.SOAPMessage soap)
Will extract a SAML security token from the passed in SOAP Message instance. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SamlSoapAssertionExtractor()
Method Detail |
---|
public AuthenticationRequest extractSecurityInfo(javax.xml.soap.SOAPMessage soap)
extractSecurityInfo
in interface SecurityInfoExtractor<javax.xml.soap.SOAPMessage>
soap
- The SOAP message.
AuthenticationRequest
A AuthenticationRequest containing a SamlCredential, or null if no SAML token was present.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |