Uses of Interface
org.opensaml.ws.wsfed.EndPointReference

Packages that use EndPointReference
org.opensaml.ws.wsfed   
org.opensaml.ws.wsfed.impl   
 

Uses of EndPointReference in org.opensaml.ws.wsfed
 

Methods in org.opensaml.ws.wsfed that return EndPointReference
 EndPointReference AppliesTo.getEndPointReference()
          Gets the endpoint reference of the entity applicable entity.
 

Methods in org.opensaml.ws.wsfed with parameters of type EndPointReference
 void AppliesTo.setEndPointReference(EndPointReference newEndPointReference)
          Sets the endpoint reference of the entity applicable entity.
 

Uses of EndPointReference in org.opensaml.ws.wsfed.impl
 

Classes in org.opensaml.ws.wsfed.impl that implement EndPointReference
 class EndPointReferenceImpl
          Implementation of the EndPointReference object.
 

Methods in org.opensaml.ws.wsfed.impl that return EndPointReference
 EndPointReference EndPointReferenceBuilder.buildObject()
          Builds a WS-Federation object using its default element name.
 EndPointReference EndPointReferenceBuilder.buildObject(java.lang.String namespaceURI, java.lang.String localName, java.lang.String namespacePrefix)
          
 EndPointReference AppliesToImpl.getEndPointReference()
          Gets the endpoint reference of the entity applicable entity.
 

Methods in org.opensaml.ws.wsfed.impl with parameters of type EndPointReference
 void AppliesToImpl.setEndPointReference(EndPointReference reference)
          Sets the endpoint reference of the entity applicable entity.
 



Copyright © 2006-2011 Internet2. All Rights Reserved.