Uses of Interface
org.opensaml.samlext.saml2mdui.GeolocationHint

Packages that use GeolocationHint
org.opensaml.samlext.saml2mdui   
org.opensaml.samlext.saml2mdui.impl   
 

Uses of GeolocationHint in org.opensaml.samlext.saml2mdui
 

Methods in org.opensaml.samlext.saml2mdui that return types with arguments of type GeolocationHint
 List<GeolocationHint> DiscoHints.getGeolocationHints()
          The element specifies the geographic coordinates associated with, or serviced by, the entity.
 

Uses of GeolocationHint in org.opensaml.samlext.saml2mdui.impl
 

Classes in org.opensaml.samlext.saml2mdui.impl that implement GeolocationHint
 class GeolocationHintImpl
          Concrete implementation of GeolocationHint.
 

Fields in org.opensaml.samlext.saml2mdui.impl with type parameters of type GeolocationHint
private  XMLObjectChildrenList<GeolocationHint> DiscoHintsImpl.geoHints
          GeoLocation hints.
 

Methods in org.opensaml.samlext.saml2mdui.impl that return GeolocationHint
 GeolocationHint GeolocationHintBuilder.buildObject()
          Builds a SAMLObject using the default name and namespace information provided SAML specifications.
 GeolocationHint GeolocationHintBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)
          
 

Methods in org.opensaml.samlext.saml2mdui.impl that return types with arguments of type GeolocationHint
 List<GeolocationHint> DiscoHintsImpl.getGeolocationHints()
          The element specifies the geographic coordinates associated with, or serviced by, the entity.
 



Copyright © 1999-2012. All Rights Reserved.