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(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType request, Map<String,Object> messageContext, STSPropertiesMBean stsProperties, List<ClaimsParser> claimsParsers)voidsetAllowCustomContent(boolean allowCustomContent)
-
-
-
Method Detail
-
parseRequest
public RequestRequirements parseRequest(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType request, Map<String,Object> messageContext, STSPropertiesMBean stsProperties, List<ClaimsParser> claimsParsers) throws org.apache.cxf.ws.security.sts.provider.STSException
- Throws:
org.apache.cxf.ws.security.sts.provider.STSException
-
isAllowCustomContent
public boolean isAllowCustomContent()
-
setAllowCustomContent
public void setAllowCustomContent(boolean allowCustomContent)
-
-