org.apache.cxf.sts.request
Class RequestParser

java.lang.Object
  extended by 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
RequestParser()
           
 
Method Summary
 KeyRequirements getKeyRequirements()
           
 TokenRequirements getTokenRequirements()
           
 void parseRequest(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType request, javax.xml.ws.WebServiceContext wsContext, STSPropertiesMBean stsProperties, List<ClaimsParser> claimsParsers)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestParser

public RequestParser()
Method Detail

parseRequest

public void parseRequest(org.apache.cxf.ws.security.sts.provider.model.RequestSecurityTokenType request,
                         javax.xml.ws.WebServiceContext wsContext,
                         STSPropertiesMBean stsProperties,
                         List<ClaimsParser> claimsParsers)
                  throws org.apache.cxf.ws.security.sts.provider.STSException
Throws:
org.apache.cxf.ws.security.sts.provider.STSException

getKeyRequirements

public KeyRequirements getKeyRequirements()

getTokenRequirements

public TokenRequirements getTokenRequirements()


Apache CXF