Package org.apache.cxf.sts.request
Class RequestParser
- java.lang.Object
-
- org.apache.cxf.sts.request.RequestParser
-
public class RequestParser extends Object
This class parses a RequestSecurityToken object. It stores the values that it finds into a KeyRequirements and TokenRequirements objects.
-
-
Constructor Summary
Constructors Constructor Description RequestParser()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAllowCustomContent()RequestRequirementsparseRequest(RequestSecurityTokenType request, Map<String,Object> messageContext, STSPropertiesMBean stsProperties, List<ClaimsParser> claimsParsers)voidsetAllowCustomContent(boolean allowCustomContent)
-
-
-
Method Detail
-
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)
-
-