public class STSClientAction extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.cxf.Bus |
bus |
protected String |
namespace |
protected String |
tokenType |
protected int |
ttl |
protected boolean |
use200502Namespace |
protected String |
wsdlEndpoint |
protected String |
wsdlLocation |
protected String |
wsdlService |
| Constructor and Description |
|---|
STSClientAction() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.cxf.Bus |
getBus() |
String |
getKeyType() |
String |
getNamespace() |
String |
getTokenType() |
int |
getTtl() |
String |
getWsdlEndpoint() |
String |
getWsdlLocation() |
String |
getWsdlService() |
boolean |
isUse200502Namespace() |
void |
setBus(org.apache.cxf.Bus bus) |
void |
setKeyType(String keyType) |
void |
setNamespace(String namespace) |
void |
setTokenType(String tokenType) |
void |
setTtl(int ttl) |
void |
setUse200502Namespace(boolean use200502Namespace) |
void |
setWsdlEndpoint(String wsdlEndpoint) |
void |
setWsdlLocation(String wsdlLocation) |
void |
setWsdlService(String wsdlService) |
String |
submit(org.springframework.webflow.execution.RequestContext context) |
protected void |
validateApplicationEndpoint(Application serviceConfig,
org.springframework.webflow.execution.RequestContext context) |
protected String namespace
protected String wsdlLocation
protected String wsdlEndpoint
protected String wsdlService
protected String tokenType
protected boolean use200502Namespace
protected int ttl
protected org.apache.cxf.Bus bus
public String getWsdlLocation()
public void setWsdlLocation(String wsdlLocation)
public String getWsdlEndpoint()
public void setWsdlEndpoint(String wsdlEndpoint)
public String getWsdlService()
public void setWsdlService(String wsdlService)
public String getNamespace()
public void setNamespace(String namespace)
public void setBus(org.apache.cxf.Bus bus)
public org.apache.cxf.Bus getBus()
public String getTokenType()
public void setTokenType(String tokenType)
public int getTtl()
public void setTtl(int ttl)
public String submit(org.springframework.webflow.execution.RequestContext context) throws Exception
context - the webflow request contextExceptionprotected void validateApplicationEndpoint(Application serviceConfig, org.springframework.webflow.execution.RequestContext context) throws org.apache.cxf.fediz.core.exception.ProcessingException
org.apache.cxf.fediz.core.exception.ProcessingExceptionpublic String getKeyType()
public void setKeyType(String keyType)
public boolean isUse200502Namespace()
public void setUse200502Namespace(boolean use200502Namespace)
Apache Fediz