Package org.apache.wss4j.dom.str
Class DerivedKeyTokenSTRParser
java.lang.Object
org.apache.wss4j.dom.str.DerivedKeyTokenSTRParser
- All Implemented Interfaces:
STRParser
This implementation of STRParser is for parsing a SecurityTokenReference element associated
with a DerivedKeyToken element.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.wss4j.dom.str.STRParser
STRParser.REFERENCE_TYPE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparseSecurityTokenReference(STRParserParameters parameters) Parse a SecurityTokenReference element and extract credentials.
-
Constructor Details
-
DerivedKeyTokenSTRParser
public DerivedKeyTokenSTRParser()
-
-
Method Details
-
parseSecurityTokenReference
public STRParserResult parseSecurityTokenReference(STRParserParameters parameters) throws WSSecurityException Parse a SecurityTokenReference element and extract credentials.- Specified by:
parseSecurityTokenReferencein interfaceSTRParser- Parameters:
parameters- The parameters to parse- Returns:
- the STRParserResult Object containing the parsing results
- Throws:
WSSecurityException
-