Uses of Interface
org.opensaml.soap.wsfed.EndPointReference
-
Packages that use EndPointReference Package Description org.opensaml.soap.wsfed XMLObject interfaces for WS-Federation elements.org.opensaml.soap.wsfed.impl XML Object provider implementations for WS-Federation. -
-
Uses of EndPointReference in org.opensaml.soap.wsfed
Methods in org.opensaml.soap.wsfed that return EndPointReference Modifier and Type Method Description EndPointReferenceAppliesTo. getEndPointReference()Gets the endpoint reference of the entity applicable entity.Methods in org.opensaml.soap.wsfed with parameters of type EndPointReference Modifier and Type Method Description voidAppliesTo. 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 EndPointReference Modifier and Type Class Description classEndPointReferenceImplImplementation of theEndPointReferenceobject.Fields in org.opensaml.soap.wsfed.impl declared as EndPointReference Modifier and Type Field Description private EndPointReferenceAppliesToImpl. endPointReferenceEndpoint reference.Methods in org.opensaml.soap.wsfed.impl that return EndPointReference Modifier and Type Method Description EndPointReferenceEndPointReferenceBuilder. buildObject()Builds a WS-Federation object using its default element name.EndPointReferenceEndPointReferenceBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.EndPointReferenceAppliesToImpl. getEndPointReference()Gets the endpoint reference of the entity applicable entity.Methods in org.opensaml.soap.wsfed.impl with parameters of type EndPointReference Modifier and Type Method Description voidAppliesToImpl. setEndPointReference(EndPointReference reference)Sets the endpoint reference of the entity applicable entity.
-