Uses of Class
org.opensaml.saml2.metadata.LocalizedString

Packages that use LocalizedString
org.opensaml.saml2.metadata Interfaces for SAML 2.0 metadata specification types and elements. 
org.opensaml.saml2.metadata.impl Implementations of the SAML 2.0 metadata specification types and elements. 
org.opensaml.samlext.saml2mdui Interfaces for SAML 2 Metadata Extensions for UI and Discovery

Information on using this library can be found in the User's Manual and information on extending its functionality can be found in the Developer's Manual

org.opensaml.samlext.saml2mdui.impl Implementation for SAML 2 Metadata Extensions for UI and Discovery objects. 
 

Uses of LocalizedString in org.opensaml.saml2.metadata
 

Methods in org.opensaml.saml2.metadata that return LocalizedString
 LocalizedString ServiceDescription.getDescription()
          Gets the description of the service.
 LocalizedString OrganizationDisplayName.getName()
          Gets the name of the organization.
 LocalizedString OrganizationName.getName()
          Gets the name of the organization.
 LocalizedString ServiceName.getName()
          Gets the name of the service.
 LocalizedString OrganizationURL.getURL()
          Gets the URL of the organization.
 

Methods in org.opensaml.saml2.metadata with parameters of type LocalizedString
 void ServiceDescription.setDescription(LocalizedString newDescription)
          Sets the description of the service.
 void OrganizationDisplayName.setName(LocalizedString newName)
          Sets the organization name.
 void OrganizationName.setName(LocalizedString newName)
          Sets the organization name.
 void ServiceName.setName(LocalizedString newName)
          Sets the service name.
 void OrganizationURL.setURL(LocalizedString newURL)
          Sets the organization URL.
 

Uses of LocalizedString in org.opensaml.saml2.metadata.impl
 

Fields in org.opensaml.saml2.metadata.impl declared as LocalizedString
private  LocalizedString ServiceDescriptionImpl.description
          Service description
private  LocalizedString ServiceNameImpl.name
          Service name
private  LocalizedString OrganizationDisplayNameImpl.name
          Organization name
private  LocalizedString OrganizationNameImpl.name
          Organization name
private  LocalizedString OrganizationURLImpl.url
          Organization URL
 

Methods in org.opensaml.saml2.metadata.impl that return LocalizedString
 LocalizedString ServiceDescriptionImpl.getDescription()
          Gets the description of the service.
 LocalizedString ServiceNameImpl.getName()
          Gets the name of the service.
 LocalizedString OrganizationDisplayNameImpl.getName()
          Gets the name of the organization.
 LocalizedString OrganizationNameImpl.getName()
          Gets the name of the organization.
 LocalizedString OrganizationURLImpl.getURL()
          Gets the URL of the organization.
 

Methods in org.opensaml.saml2.metadata.impl with parameters of type LocalizedString
 void ServiceDescriptionImpl.setDescription(LocalizedString newDescription)
          Sets the description of the service.
 void ServiceNameImpl.setName(LocalizedString newName)
          Sets the service name.
 void OrganizationDisplayNameImpl.setName(LocalizedString newName)
          Sets the organization name.
 void OrganizationNameImpl.setName(LocalizedString newName)
          Sets the organization name.
 void OrganizationURLImpl.setURL(LocalizedString newURL)
          Sets the organization URL.
 

Uses of LocalizedString in org.opensaml.samlext.saml2mdui
 

Methods in org.opensaml.samlext.saml2mdui that return LocalizedString
 LocalizedString Description.getDescription()
          Gets the description of the EndPoint.
 LocalizedString LocalizedName.getName()
          Gets the name.
 LocalizedString LocalizedURI.getURI()
          Gets the URI.
 

Methods in org.opensaml.samlext.saml2mdui with parameters of type LocalizedString
 void Description.setDescription(LocalizedString newDescription)
          Sets the description of the EndPoint.
 void LocalizedName.setName(LocalizedString newName)
          Sets the name.
 void LocalizedURI.setURI(LocalizedString newURI)
          Sets the URI.
 

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

Fields in org.opensaml.samlext.saml2mdui.impl declared as LocalizedString
private  LocalizedString LocalizedNameImpl.name
          Display name.
private  LocalizedString LocalizedURIImpl.uri
          Display name.
 

Methods in org.opensaml.samlext.saml2mdui.impl that return LocalizedString
 LocalizedString DescriptionImpl.getDescription()
          Gets the description of the EndPoint.
 LocalizedString LocalizedNameImpl.getName()
          Gets the name.
 LocalizedString LocalizedURIImpl.getURI()
          Gets the URI.
 

Methods in org.opensaml.samlext.saml2mdui.impl with parameters of type LocalizedString
 void DescriptionImpl.setDescription(LocalizedString newDescription)
          Sets the description of the EndPoint.
 void LocalizedNameImpl.setName(LocalizedString newName)
          Sets the name.
 void LocalizedURIImpl.setURI(LocalizedString newURI)
          Sets the URI.
 



Copyright © 1999-2013. All Rights Reserved.