Uses of Interface
de.fzj.unicore.wsrflite.security.ISecurityProperties

Packages that use ISecurityProperties
de.fzj.unicore.wsrflite This package contains the main interfaces and major classes of the WSRFlite hosting environment. 
de.fzj.unicore.wsrflite.security   
de.fzj.unicore.wsrflite.xfire This package contains the code related to the XFire SOAP engine. 
de.fzj.unicore.wsrflite.xfire.http   
de.fzj.unicore.wsrflite.xmlbeans.client This package contains client side code. 
 

Uses of ISecurityProperties in de.fzj.unicore.wsrflite
 

Methods in de.fzj.unicore.wsrflite that return ISecurityProperties
 ISecurityProperties Kernel.getSecurityProperties()
          retrieve the security properties
 

Methods in de.fzj.unicore.wsrflite with parameters of type ISecurityProperties
 void Kernel.setSecurityProperties(ISecurityProperties securityProperties)
          set the security properties on this kernel
 

Uses of ISecurityProperties in de.fzj.unicore.wsrflite.security
 

Classes in de.fzj.unicore.wsrflite.security that implement ISecurityProperties
 class DefaultSecurityProperties
          provide some default security settings (SSL and WS-Security are off)
 class KernelSecurityProperties
          SecurityProperties that are taken from the Kernel properties
 class SecurityProperties
          Properties that can be configured from a file or an input stream
 

Methods in de.fzj.unicore.wsrflite.security that return ISecurityProperties
 ISecurityProperties DefaultSecurityProperties.clone()
           
 ISecurityProperties ISecurityProperties.clone()
           
 

Constructors in de.fzj.unicore.wsrflite.security with parameters of type ISecurityProperties
SecurityPropertiesWrapper(ISecurityProperties sec)
           
 

Uses of ISecurityProperties in de.fzj.unicore.wsrflite.xfire
 

Fields in de.fzj.unicore.wsrflite.xfire declared as ISecurityProperties
protected  ISecurityProperties XFireClientFactory.securityProperties
           
 

Methods in de.fzj.unicore.wsrflite.xfire that return ISecurityProperties
protected  ISecurityProperties JettyTestCase.getClientSideSecurityProperties()
          override to provide non-trivial client side security properties
protected  ISecurityProperties JettyTestCase.getServerSideSecurityProperties()
          override to provide non-trivial server side security properties
 

Methods in de.fzj.unicore.wsrflite.xfire with parameters of type ISecurityProperties
protected  void XFireClientFactory.configureSecurity(org.codehaus.xfire.client.Client client, ISecurityProperties sec, String uri)
           
protected  void XFireClientFactory.configureSecurity(Object proxy, ISecurityProperties sec, String uri)
          customize security settings on the client proxy object
 org.codehaus.xfire.client.Client XFireClientFactory.createDynamicClient(String url, ISecurityProperties sec)
          creates a dynamic client from the wsdl of the service
<T> T
XFireClientFactory.createPlainWSProxy(Class<T> iFace, String url, ISecurityProperties sec)
          Create a proxy for the plain web service at the given URL, i.e. not using ws-addressing
<T> T
XFireClientFactory.createProxy(Class<T> iFace, String url, org.w3.x2005.x08.addressing.EndpointReferenceType wsaEPR, ISecurityProperties sec)
          Create a proxy for the service at the given EPR
 

Uses of ISecurityProperties in de.fzj.unicore.wsrflite.xfire.http
 

Methods in de.fzj.unicore.wsrflite.xfire.http with parameters of type ISecurityProperties
static org.apache.commons.httpclient.HttpClient HttpUtils.createClient(String uri, ISecurityProperties security)
          Convenience method for getting a pre-configured HttpClient
static org.apache.commons.httpclient.HostConfiguration HttpUtils.getHostConfiguration(ISecurityProperties sec)
          get a HostConfiguration using the specified security settings
 

Uses of ISecurityProperties in de.fzj.unicore.wsrflite.xmlbeans.client
 

Fields in de.fzj.unicore.wsrflite.xmlbeans.client declared as ISecurityProperties
protected  ISecurityProperties BaseWSRFClient.securityProperties
           
 

Methods in de.fzj.unicore.wsrflite.xmlbeans.client that return ISecurityProperties
 ISecurityProperties BaseWSRFClient.getSecurityProperties()
          get the security properties used by this client
 

Constructors in de.fzj.unicore.wsrflite.xmlbeans.client with parameters of type ISecurityProperties
AdminServiceClient(String endpointUrl, org.w3.x2005.x08.addressing.EndpointReferenceType epr, ISecurityProperties sec)
           
AdminServiceClient(String endpointUrl, org.w3.x2005.x08.addressing.EndpointReferenceType epr, ISecurityProperties sec, XFireClientFactory clientFactory)
           
BaseWSRFClient(String endpointUrl, org.w3.x2005.x08.addressing.EndpointReferenceType epr, ISecurityProperties sec)
          create a new wsrf client instance
BaseWSRFClient(String endpointUrl, org.w3.x2005.x08.addressing.EndpointReferenceType epr, ISecurityProperties sec, XFireClientFactory clientFactory)
          create a new wsrf client instance
NotificationClient(org.w3.x2005.x08.addressing.EndpointReferenceType consumer, String endpointUrl, org.w3.x2005.x08.addressing.EndpointReferenceType epr, ISecurityProperties sec)
           
 



Copyright © 2010. All Rights Reserved.