Uses of Interface
org.opensaml.soap.wsfed.EndPointReference
Packages that use EndPointReference
Package
Description
XMLObject interfaces for WS-Federation elements.
XML Object provider implementations for WS-Federation.
-
Uses of EndPointReference in org.opensaml.soap.wsfed
Methods in org.opensaml.soap.wsfed that return EndPointReferenceModifier and TypeMethodDescriptionAppliesTo.getEndPointReference()Gets the endpoint reference of the entity applicable entity.Methods in org.opensaml.soap.wsfed with parameters of type EndPointReferenceModifier and TypeMethodDescriptionvoidAppliesTo.setEndPointReference(EndPointReference newEndPointReference) Sets the endpoint reference of the entity applicable entity. -
Uses of EndPointReference in org.opensaml.soap.wsfed.impl
Classes in org.opensaml.soap.wsfed.impl that implement EndPointReferenceFields in org.opensaml.soap.wsfed.impl declared as EndPointReferenceModifier and TypeFieldDescriptionprivate EndPointReferenceAppliesToImpl.endpointReferenceEndpoint reference.Methods in org.opensaml.soap.wsfed.impl that return EndPointReferenceModifier and TypeMethodDescriptionEndPointReferenceBuilder.buildObject()Builds a WS-Federation object using its default element name.EndPointReferenceBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.AppliesToImpl.getEndPointReference()Gets the endpoint reference of the entity applicable entity.Methods in org.opensaml.soap.wsfed.impl with parameters of type EndPointReferenceModifier and TypeMethodDescriptionvoidAppliesToImpl.setEndPointReference(EndPointReference reference) Sets the endpoint reference of the entity applicable entity.