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.STRParser
STRParser.REFERENCE_TYPE
-
-
Constructor Summary
Constructors Constructor Description SignatureSTRParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description STRParserResult
parseSecurityTokenReference(STRParserParameters parameters)
Parse a SecurityTokenReference element and extract credentials.
-
-
-
Method Detail
-
parseSecurityTokenReference
public STRParserResult parseSecurityTokenReference(STRParserParameters parameters) throws WSSecurityException
Parse a SecurityTokenReference element and extract credentials.- Specified by:
parseSecurityTokenReference
in interfaceSTRParser
- Parameters:
parameters
- The parameters to parse- Returns:
- the STRParserResult Object containing the parsing results
- Throws:
WSSecurityException
-
-