Package org.apache.cxf.sts.request
Class RequestParser
java.lang.Object
org.apache.cxf.sts.request.RequestParser
This class parses a RequestSecurityToken object. It stores the values that it finds into a KeyRequirements
and TokenRequirements objects.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanparseRequest(RequestSecurityTokenType request, Map<String, Object> messageContext, STSPropertiesMBean stsProperties, List<ClaimsParser> claimsParsers) voidsetAllowCustomContent(boolean allowCustomContent)
-
Constructor Details
-
RequestParser
public RequestParser()
-
-
Method Details
-
parseRequest
public RequestRequirements parseRequest(RequestSecurityTokenType request, Map<String, Object> messageContext, STSPropertiesMBean stsProperties, List<ClaimsParser> claimsParsers) throws STSException- Throws:
STSException
-
isAllowCustomContent
public boolean isAllowCustomContent() -
setAllowCustomContent
public void setAllowCustomContent(boolean allowCustomContent)
-