Apache CXF API

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(RequestSecurityTokenType request, 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, WebServiceContext context)
          Create a TokenProviderParameters object given a RequestParser and WebServiceContext object
protected  void AbstractOperation.performDelegationHandling(RequestParser requestParser, WebServiceContext context, ReceivedToken token, Principal tokenPrincipal, Set<Principal> tokenRoles)
           
 


Apache CXF API

Apache CXF