public class RequestParser extends Object
Constructor and Description |
---|
RequestParser() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAllowCustomContent() |
RequestRequirements |
parseRequest(RequestSecurityTokenType request,
Map<String,Object> messageContext,
STSPropertiesMBean stsProperties,
List<ClaimsParser> claimsParsers) |
void |
setAllowCustomContent(boolean allowCustomContent) |
public RequestRequirements parseRequest(RequestSecurityTokenType request, Map<String,Object> messageContext, STSPropertiesMBean stsProperties, List<ClaimsParser> claimsParsers) throws STSException
STSException
public boolean isAllowCustomContent()
public void setAllowCustomContent(boolean allowCustomContent)
Apache CXF