Package org.apache.wss4j.dom.str
Class SignatureSTRParser
- java.lang.Object
- 
- org.apache.wss4j.dom.str.SignatureSTRParser
 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from interface org.apache.wss4j.dom.str.STRParserSTRParser.REFERENCE_TYPE
 
- 
 - 
Constructor SummaryConstructors Constructor Description SignatureSTRParser()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description STRParserResultparseSecurityTokenReference(STRParserParameters parameters)Parse a SecurityTokenReference element and extract credentials.
 
- 
- 
- 
Method Detail- 
parseSecurityTokenReferencepublic STRParserResult parseSecurityTokenReference(STRParserParameters parameters) throws WSSecurityException Parse a SecurityTokenReference element and extract credentials.- Specified by:
- parseSecurityTokenReferencein interface- STRParser
- Parameters:
- parameters- The parameters to parse
- Returns:
- the STRParserResult Object containing the parsing results
- Throws:
- WSSecurityException
 
 
- 
 
-