|
|||||||||
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.BinarySecurityTokenExtractor
public class BinarySecurityTokenExtractor
This SecurityInfoExtractor implementation will extract data from a BinarySecurityToken if one exist in the xml String passed to this instances extractSecurityInfo method.
Constructor Summary | |
---|---|
BinarySecurityTokenExtractor(java.lang.String securityNS)
Creates a instance and uses the passed-in security namespace (NS) as the namesspace for the BinarySecurityToken. |
Method Summary | |
---|---|
AuthenticationRequest |
extractSecurityInfo(java.lang.String soap)
Will extract the data from a BinarySecurityToken element from the passed-in SOAP message String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BinarySecurityTokenExtractor(java.lang.String securityNS)
securityNS
- The namespace for the BinarySecurityToken element.Method Detail |
---|
public AuthenticationRequest extractSecurityInfo(java.lang.String soap) throws ExtractionException
extractSecurityInfo
in interface SecurityInfoExtractor<java.lang.String>
soap
- The String containing the SOAP message xml.
AuthenticationRequest
The ESB AuthenticationRequest with
a credential of the content of the BinarySecurityToken, or null if the SOAP
String did not contain a BinarySecurityHeader.
ExtractionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |