Uses of Class
org.openliberty.xmltooling.epr.EndpointReference

Packages that use EndpointReference
org.openliberty.wsc This package contains all of the Service Client classes and the basic WSFMessage. 
org.openliberty.xmltooling.disco   
org.openliberty.xmltooling.epr   
org.openliberty.xmltooling.sasl   
org.openliberty.xmltooling.soapbinding   
 

Uses of EndpointReference in org.openliberty.wsc
 

Fields in org.openliberty.wsc with type parameters of type EndpointReference
private  java.util.List<EndpointReference> BaseServiceClient.serviceEndpointReferenceStore
          The EndpointReferences that are used to invoke the service.
 

Methods in org.openliberty.wsc that return EndpointReference
 EndpointReference AuthenticationService.authenticate(java.lang.String username, java.lang.String password, AuthenticationService.AuthMechanism mechanism)
          This wraps method calls
 EndpointReference AuthenticationService.authenticate(java.lang.String username, java.lang.String password, AuthenticationService.AuthMechanism mechanism, org.opensaml.saml2.core.RequestedAuthnContext requestedAuthnContext)
           
 EndpointReference AuthenticationService.authenticateCRAM_MD5(java.lang.String username, java.lang.String password, org.opensaml.saml2.core.RequestedAuthnContext requestedAuthnContext)
          CRAM-MD5 is a two stage authentication procedure.
 EndpointReference AuthenticationService.authenticatePLAIN(java.lang.String username, java.lang.String password, org.opensaml.saml2.core.RequestedAuthnContext requestedAuthnContext)
          authenticate Perform the (multi-step) authentication
static EndpointReference WSCUtilities.boostrapDiscoveryEPRFromDefaultAS(AuthenticationService.AuthMechanism authMechanism)
          Attempts to retrieve a Discovery Service Endpoint Reference from the default Authentication Service.
 EndpointReference BaseServiceClient.getServiceEndpointReference()
          Get the ID-WSF 2.0 Endpoint Reference for the Service that will be invoked.
 

Methods in org.openliberty.wsc that return types with arguments of type EndpointReference
static java.util.List<EndpointReference> DiscoveryService.eprsFromDiscoResponse(WSFMessage message)
          Utility method to extract the EndpointReferences from the WSFMessage response.
 java.util.List<EndpointReference> BaseServiceClient.getServiceEndpointReferenceStore()
          Returns the full list of stored EPRs
 java.util.List<EndpointReference> DiscoveryService.invoke()
          This method creates a disco request from the specified EndpointReference generating a ServiceRequest for each ServiceType specified
static java.util.List<EndpointReference> WSCUtilities.queryDiscoveryServiceForServiceEPRs(DiscoveryService discoService, java.lang.String[] serviceTypes, java.lang.String[] providerIDs, java.lang.String[] securityMechIDs)
          Retrieves a list of EndpointReference objects from the specified Discovery Service using the supplied parameters.
 

Methods in org.openliberty.wsc with parameters of type EndpointReference
static BaseServiceClient WSCUtilities.clientForDiscoveryEPR(EndpointReference discoEPR, DiscoveryService.WSFServiceType serviceType)
          This method takes a discovery EndpointReference and a WSFServiceType and returns an instantiated service client.
static PeopleService PeopleService.peopleServiceForEndpointReference(DiscoveryService discoveryService, EndpointReference epr)
          Factory method that creates and initializes a PeopleService.
static PersonalProfileService PersonalProfileService.personalProfileServiceForEndpointReference(DiscoveryService discoveryService, EndpointReference epr)
          Factory method that creates and initializes a PersonalProfileService.
 void BaseServiceClient.replaceServiceEndpointReference(EndpointReference serviceEndPointReference)
          This method clears out the epr chain and sets it to the specified epr
 BaseServiceClient DiscoveryService.serviceClientForTypeAndEndpointReference(DiscoveryService.WSFServiceType serviceType, EndpointReference endpointReference)
          Convenience method that returns a Service Client that is supported and enumerated by the ClientLibrary, from this discovery service
static BaseServiceClient DiscoveryService.serviceClientForTypeAndEndpointReference(DiscoveryService discoveryService, DiscoveryService.WSFServiceType serviceType, EndpointReference endpointReference)
          Convenience method that returns a Service Client that is supported and enumerated by the ClientLibrary
static DirectoryAccessProtocolService DirectoryAccessProtocolService.serviceForEndpointReference(DiscoveryService discoveryService, EndpointReference epr)
          Factory method that creates and initializes a DirectoryAccessProtocolService.
static AuthenticationService AuthenticationService.serviceForEndpointReference(DiscoveryService discoveryService, EndpointReference epr)
          Creates an Authentication Service Client from the specified EndpointReference
 void BaseServiceClient.setServiceEndpointReference(EndpointReference serviceEndPointReference)
          Set the ID-WSF 2.0 Endpoint Reference for the Service that will be invoked.
 

Constructors in org.openliberty.wsc with parameters of type EndpointReference
AuthenticationService(DiscoveryService discoveryService, EndpointReference initialEndpointReference)
          
BaseServiceClient(DiscoveryService discoveryService, EndpointReference initialEndpointReference)
          The base constructor requires a DiscoverService parameter.
DirectoryAccessProtocolService(DiscoveryService discoveryService, EndpointReference initialEndpointReference)
          
DiscoveryService(DiscoveryService discoveryService, EndpointReference initialEndpointReference)
          
DiscoveryService(EndpointReference initialEndpointReference)
          The discovery service EPR is not necessarily supplied by a Discovery Service, therefore a constructor with only an EPR is provided.
PeopleService(DiscoveryService discoveryService, EndpointReference initialEndpointReference)
          
PersonalProfileService(DiscoveryService discoveryService, EndpointReference initialEndpointReference)
          
 

Uses of EndpointReference in org.openliberty.xmltooling.disco
 

Fields in org.openliberty.xmltooling.disco with type parameters of type EndpointReference
private  org.opensaml.xml.util.XMLObjectChildrenList<EndpointReference> DiscoQueryResponse.endpointReferences
           
 

Methods in org.openliberty.xmltooling.disco that return types with arguments of type EndpointReference
 org.opensaml.xml.util.XMLObjectChildrenList<EndpointReference> DiscoQueryResponse.getEndpointReferences()
           
 

Uses of EndpointReference in org.openliberty.xmltooling.epr
 

Methods in org.openliberty.xmltooling.epr that return EndpointReference
 EndpointReference EndpointReferenceBuilder.buildObject()
           
 EndpointReference EndpointReferenceBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
           
 

Methods in org.openliberty.xmltooling.epr with parameters of type EndpointReference
static java.lang.String[] EndpointReference.securityMechIDStringsFromEPR(EndpointReference epr)
           
 

Uses of EndpointReference in org.openliberty.xmltooling.sasl
 

Fields in org.openliberty.xmltooling.sasl declared as EndpointReference
private  EndpointReference SASLResponse.epr
           
 

Methods in org.openliberty.xmltooling.sasl that return EndpointReference
 EndpointReference SASLResponse.getEndpointReference()
           
 

Methods in org.openliberty.xmltooling.sasl with parameters of type EndpointReference
 void SASLResponse.setEndpointReference(EndpointReference epr)
           
 

Uses of EndpointReference in org.openliberty.xmltooling.soapbinding
 

Subclasses of EndpointReference in org.openliberty.xmltooling.soapbinding
 class ApplicationEPR
          This header may be included in a message zero or more times and provides a means for a sender to specify application endpoints that may be referenced from the SOAP Body of the message.
 class EndpointUpdate
          It may be necessary for an entity receiving an ID-* message to indicate that messages from the sender should be directed to a different endpoint, or that they wish a different credential to be used than was originally specified by the entity for access to the requested resource.
 class FaultTo
          The header block is defined in [WSAv1.0-SOAP].
 class InteractionService
           
 class ReplyTo
          The <wsa:ReplyTo> header block is defined in [WSAv1.0-SOAP].