Uses of Class
org.apache.cxf.sts.request.RequestParser

Packages that use RequestParser
org.apache.cxf.sts.operation   
 

Uses of RequestParser in org.apache.cxf.sts.operation
 

Methods in org.apache.cxf.sts.operation that return RequestParser
protected  RequestParser AbstractOperation.parseRequest(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType request, javax.xml.ws.WebServiceContext context)
          Check the arguments from the STSProvider and parse the request.
 

Methods in org.apache.cxf.sts.operation with parameters of type RequestParser
protected  TokenProviderParameters AbstractOperation.createTokenProviderParameters(RequestParser requestParser, javax.xml.ws.WebServiceContext context)
          Create a TokenProviderParameters object given a RequestParser and WebServiceContext object
 



Apache CXF