Apache CXF API

Uses of Class
org.apache.cxf.ws.security.trust.AbstractSTSClient.STSResponse

Packages that use AbstractSTSClient.STSResponse
org.apache.cxf.ws.security.trust   
 

Uses of AbstractSTSClient.STSResponse in org.apache.cxf.ws.security.trust
 

Methods in org.apache.cxf.ws.security.trust that return AbstractSTSClient.STSResponse
protected  AbstractSTSClient.STSResponse AbstractSTSClient.cancel(SecurityToken token)
          Make an "Cancel" invocation and return the response as a STSResponse Object
protected  AbstractSTSClient.STSResponse AbstractSTSClient.issue(String appliesTo, String action, String requestType, String binaryExchange)
          Make an "Issue" invocation and return the response as a STSResponse Object
 AbstractSTSClient.STSResponse AbstractSTSClient.renew(SecurityToken tok)
          Make an "Renew" invocation and return the response as a STSResponse Object
protected  AbstractSTSClient.STSResponse AbstractSTSClient.validate(SecurityToken tok, String tokentype)
          Make an "Validate" invocation and return the response as a STSResponse Object
 


Apache CXF API

Apache CXF