Package | Description |
---|---|
org.apache.cxf.ws.security.trust |
Modifier and Type | Method and Description |
---|---|
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