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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RequestParser
public RequestParser()
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