Uses of Interface
org.opensaml.soap.wsfed.Address
Packages that use Address
Package
Description
XMLObject interfaces for WS-Federation elements.
XML Object provider implementations for WS-Federation.
-
Uses of Address in org.opensaml.soap.wsfed
Methods in org.opensaml.soap.wsfed that return AddressModifier and TypeMethodDescriptionEndPointReference.getAddress()Return the object representing theAddress(element).Methods in org.opensaml.soap.wsfed with parameters of type AddressModifier and TypeMethodDescriptionvoidEndPointReference.setAddress(Address address) Sets the end point address as an object. -
Uses of Address in org.opensaml.soap.wsfed.impl
Classes in org.opensaml.soap.wsfed.impl that implement AddressFields in org.opensaml.soap.wsfed.impl declared as AddressModifier and TypeFieldDescriptionprivate AddressEndPointReferenceImpl.addressAddress of the endpoint.Methods in org.opensaml.soap.wsfed.impl that return AddressModifier and TypeMethodDescriptionfinal AddressAddressBuilder.buildObject()Builds a WS-Federation object using its default element name.AddressBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.EndPointReferenceImpl.getAddress()Return the object representing theAddress(element).Methods in org.opensaml.soap.wsfed.impl with parameters of type AddressModifier and TypeMethodDescriptionvoidEndPointReferenceImpl.setAddress(Address newAddress) Sets the end point address as an object.