Uses of Interface
org.ogf.graap.wsag.api.security.ISecurityProperties

Packages that use ISecurityProperties
org.ogf.graap.wsag.api.security   
org.ogf.graap.wsag.client.api Provides the necessary interfaces in order to communicate with a WSAG4J server. 
org.ogf.graap.wsag.client.api.impl   
org.ogf.graap.wsag.client.rest   
org.ogf.graap.wsag.client.wsrf   
org.ogf.graap.wsag.client.wsrf.impl   
org.ogf.graap.wsag.client.wsrf.security   
 

Uses of ISecurityProperties in org.ogf.graap.wsag.api.security
 

Classes in org.ogf.graap.wsag.api.security that implement ISecurityProperties
 class SecurityProperties
          SecurityProperties
 

Methods in org.ogf.graap.wsag.api.security that return ISecurityProperties
 ISecurityProperties SecurityProperties.clone()
           
 ISecurityProperties ISecurityProperties.clone()
           
 

Uses of ISecurityProperties in org.ogf.graap.wsag.client.api
 

Methods in org.ogf.graap.wsag.client.api that return ISecurityProperties
 ISecurityProperties RemoteClient.getSecurityProperties()
          Returns the security properties used by the web-service client.
 

Methods in org.ogf.graap.wsag.client.api with parameters of type ISecurityProperties
 void RemoteClient.setSecurityProperties(ISecurityProperties securityProperties)
          Sets the security properties used by the web-service client.
 

Constructors in org.ogf.graap.wsag.client.api with parameters of type ISecurityProperties
RemoteClient(EndpointReferenceType reference, Properties properties, ISecurityProperties securityProperties)
          Constructs a new remote client with the given properties and reference.
RemoteClient(String reference, Properties properties, ISecurityProperties securityProperties)
          Constructs a new remote client with the given properties and reference.
 

Uses of ISecurityProperties in org.ogf.graap.wsag.client.api.impl
 

Methods in org.ogf.graap.wsag.client.api.impl that return ISecurityProperties
 ISecurityProperties AbstractClient.getSecurityProperties()
          Returns the security properties of the remote client.
 

Uses of ISecurityProperties in org.ogf.graap.wsag.client.rest
 

Methods in org.ogf.graap.wsag.client.rest with parameters of type ISecurityProperties
static
<U> RestRemoteClient<U>
RestRemoteClient.getInstance(EndpointReferenceType reference, Properties properties, ISecurityProperties securityProperties, Class<U> interfaceClass)
          Returns a new instance of a REST remote client.
static
<U> RestRemoteClient<U>
RestRemoteClient.getInstance(String uri, Properties properties, ISecurityProperties securityProperties, Class<U> interfaceClass)
          Returns a new instance of a REST remote client.
 

Constructors in org.ogf.graap.wsag.client.rest with parameters of type ISecurityProperties
RestAgreementAcceptanceClient(EndpointReferenceType epr, ISecurityProperties securityProperties)
          default constructor
RestAgreementClient(EndpointReferenceType epr, ISecurityProperties securityProperties)
          Instantiates a new agreement client for the given EPR.
RestAgreementFactoryClient(EndpointReferenceType epr, Properties properties, ISecurityProperties securityProperties)
          Constructs a new RESTful agreement factory client
RestAgreementFactoryClient(String uri, Properties properties, ISecurityProperties securityProperties)
          Constructs a new RESTful agreement factory client
RestAgreementFactoryRegistryClient(EndpointReferenceType epr, Properties properties, ISecurityProperties securityProperties)
          Instantiates a new agreement factory client for the given endpoint reference.
RestNegotiationClient(EndpointReferenceType epr, Properties properties, ISecurityProperties securityProperties)
          Instantiates a negotiation client for the given EPR.
 

Uses of ISecurityProperties in org.ogf.graap.wsag.client.wsrf
 

Methods in org.ogf.graap.wsag.client.wsrf that return ISecurityProperties
 ISecurityProperties WsrfAgreementClient.getSecurityProperties()
          Returns the security properties of the remote client.
 

Constructors in org.ogf.graap.wsag.client.wsrf with parameters of type ISecurityProperties
WsrfAgreementAcceptanceClient(EndpointReferenceType epr, Properties properties, ISecurityProperties securityProperties)
          Creates a new acceptance client for the given acceptance EPR.
WsrfAgreementClient(EndpointReferenceType epr, Properties properties, ISecurityProperties securityProperties)
          Instantiates a new agreement client for the given EPR.
WsrfAgreementFactoryClient(EndpointReferenceType epr, Properties properties, ISecurityProperties securityProperties)
          Creates a new agreement factory client for a given endpoint using the given security properties.
WsrfAgreementFactoryRegistryClient(EndpointReferenceType epr, Properties properties, ISecurityProperties securityProperties)
          Instantiates a new agreement factory client for the given endpoint reference.
WsrfNegotiationClient(EndpointReferenceType epr, Properties properties, ISecurityProperties securityProperties)
          Instantiates a negotiation client for the given EPR.
 

Uses of ISecurityProperties in org.ogf.graap.wsag.client.wsrf.impl
 

Methods in org.ogf.graap.wsag.client.wsrf.impl that return ISecurityProperties
 ISecurityProperties WsrfResourceClient.getSecurityProperties()
           
 

Constructors in org.ogf.graap.wsag.client.wsrf.impl with parameters of type ISecurityProperties
Axis2SoapClient(Properties properties, ISecurityProperties securityProperties)
          Creates a new SOAP client with the given security properties.
WsrfAgreementFactoryService(EndpointReferenceType epr, Properties properties, ISecurityProperties securityProperties)
          Instantiates an agreement factory service client for the given EPR.
WsrfAgreementRegistryService(EndpointReferenceType epr, Properties properties, ISecurityProperties securityProperties)
          Creates a new agreement factory registry client with the given endpoint using the provided security properties.
WsrfResourceClient(EndpointReferenceType destination, Properties properties, ISecurityProperties securityProperties)
          Creates a WSRFResourceClient with the given endpoint and the provided security properties.
 

Uses of ISecurityProperties in org.ogf.graap.wsag.client.wsrf.security
 

Methods in org.ogf.graap.wsag.client.wsrf.security with parameters of type ISecurityProperties
 Element[] DefaultSecurityHandler.createHeader(ISecurityProperties secProperties)
          Default implementation of a wsag4j client security handler.
 Element[] ClientSecurityHandler.createHeader(ISecurityProperties secProperties)
          Creates additional SOAP headers that are included in a message.
 



Copyright © 2008-2012. All Rights Reserved.