|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.ws.security.trust.STSClient
public class STSClient
| Constructor Summary | |
|---|---|
STSClient(Bus b)
|
|
| Method Summary | |
|---|---|
void |
cancelSecurityToken(SecurityToken token)
|
java.lang.String |
getBeanName()
Get the configurable object's Bean name |
java.util.List<AbstractFeature> |
getFeatures()
|
java.util.List<Interceptor> |
getInFaultInterceptors()
Returns the list of interceptors attached to the incoming fault interceptor chain of the object. |
java.util.List<Interceptor> |
getInInterceptors()
Returns the list of interceptors attached to the incoming interceptor chain of the object. |
java.util.List<Interceptor> |
getOutFaultInterceptors()
Returns the list of interceptors attached to the outgoing fault interceptor chain of the object. |
java.util.List<Interceptor> |
getOutInterceptors()
Returns the list of interceptors attached to the outgoing interceptor chain of the object. |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
|
java.util.Map<java.lang.String,java.lang.Object> |
getRequestContext()
|
boolean |
isRequiresEntropy()
|
boolean |
isSecureConv()
|
void |
renewSecurityToken(SecurityToken tok)
|
SecurityToken |
requestSecurityToken()
|
SecurityToken |
requestSecurityToken(java.lang.String appliesTo)
|
SecurityToken |
requestSecurityToken(java.lang.String appliesTo,
java.lang.String action,
java.lang.String requestType,
SecurityToken target)
|
void |
setAddressingNamespace(java.lang.String ad)
|
void |
setAlgorithmSuite(AlgorithmSuite ag)
|
void |
setBeanName(java.lang.String s)
|
void |
setEndpointName(java.lang.String qn)
|
void |
setEndpointQName(javax.xml.namespace.QName qn)
|
void |
setFeatures(java.util.List<AbstractFeature> f)
|
void |
setInFaultInterceptors(java.util.List<Interceptor> interceptors)
|
void |
setInInterceptors(java.util.List<Interceptor> interceptors)
|
void |
setLocation(java.lang.String location)
|
void |
setOutFaultInterceptors(java.util.List<Interceptor> interceptors)
|
void |
setOutInterceptors(java.util.List<Interceptor> interceptors)
|
void |
setPolicy(org.w3c.dom.Element policy)
|
void |
setPolicy(org.apache.neethi.Policy policy)
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.Object> p)
|
void |
setRequiresEntropy(boolean requiresEntropy)
|
void |
setSecureConv(boolean secureConv)
|
void |
setServiceName(java.lang.String qn)
|
void |
setServiceQName(javax.xml.namespace.QName qn)
|
void |
setSoap11()
|
void |
setSoap11(boolean b)
|
void |
setSoap12()
|
void |
setTemplate(org.w3c.dom.Element rstTemplate)
|
void |
setTrust(Trust10 trust)
|
void |
setTrust(Trust13 trust)
|
void |
setWsdlLocation(java.lang.String wsdl)
|
boolean |
validateSecurityToken(SecurityToken tok)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public STSClient(Bus b)
| Method Detail |
|---|
public java.lang.String getBeanName()
Configurable
getBeanName in interface Configurablepublic void setBeanName(java.lang.String s)
public void setLocation(java.lang.String location)
public void setPolicy(org.apache.neethi.Policy policy)
public void setPolicy(org.w3c.dom.Element policy)
public void setSoap12()
public void setSoap11()
public void setSoap11(boolean b)
public void setAddressingNamespace(java.lang.String ad)
public void setTrust(Trust10 trust)
public void setTrust(Trust13 trust)
public boolean isRequiresEntropy()
public void setRequiresEntropy(boolean requiresEntropy)
public boolean isSecureConv()
public void setSecureConv(boolean secureConv)
public void setAlgorithmSuite(AlgorithmSuite ag)
public java.util.Map<java.lang.String,java.lang.Object> getRequestContext()
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> p)
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public void setWsdlLocation(java.lang.String wsdl)
public void setServiceName(java.lang.String qn)
public void setEndpointName(java.lang.String qn)
public void setServiceQName(javax.xml.namespace.QName qn)
public void setEndpointQName(javax.xml.namespace.QName qn)
public SecurityToken requestSecurityToken()
throws java.lang.Exception
java.lang.Exception
public SecurityToken requestSecurityToken(java.lang.String appliesTo)
throws java.lang.Exception
java.lang.Exception
public SecurityToken requestSecurityToken(java.lang.String appliesTo,
java.lang.String action,
java.lang.String requestType,
SecurityToken target)
throws java.lang.Exception
java.lang.Exception
public void renewSecurityToken(SecurityToken tok)
throws java.lang.Exception
java.lang.Exception
public boolean validateSecurityToken(SecurityToken tok)
throws java.lang.Exception
java.lang.Exception
public void cancelSecurityToken(SecurityToken token)
throws java.lang.Exception
java.lang.Exceptionpublic void setTemplate(org.w3c.dom.Element rstTemplate)
public java.util.List<Interceptor> getOutFaultInterceptors()
InterceptorProvider
getOutFaultInterceptors in interface InterceptorProviderList outgoing fault interceptor chainpublic java.util.List<Interceptor> getInFaultInterceptors()
InterceptorProvider
getInFaultInterceptors in interface InterceptorProviderList incoming fault interceptor chainpublic java.util.List<Interceptor> getInInterceptors()
InterceptorProvider
getInInterceptors in interface InterceptorProviderList incoming interceptor chainpublic java.util.List<Interceptor> getOutInterceptors()
InterceptorProvider
getOutInterceptors in interface InterceptorProviderList outgoing interceptor chainpublic void setInInterceptors(java.util.List<Interceptor> interceptors)
public void setInFaultInterceptors(java.util.List<Interceptor> interceptors)
public void setOutInterceptors(java.util.List<Interceptor> interceptors)
public void setOutFaultInterceptors(java.util.List<Interceptor> interceptors)
public void setFeatures(java.util.List<AbstractFeature> f)
public java.util.List<AbstractFeature> getFeatures()
|
Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||