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

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

Uses of DisplayName in org.opensaml.samlext.saml2mdui
 

Methods in org.opensaml.samlext.saml2mdui that return types with arguments of type DisplayName
 List<DisplayName> UIInfo.getDisplayNames()
          Get the Display Names The element specifies a set of localized names fit for display to users.
 

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

Classes in org.opensaml.samlext.saml2mdui.impl that implement DisplayName
 class DisplayNameImpl
          Concrete implementation of DisplayName.
 

Fields in org.opensaml.samlext.saml2mdui.impl with type parameters of type DisplayName
private  XMLObjectChildrenList<DisplayName> UIInfoImpl.displayNames
          localized displayNames.
 

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

Methods in org.opensaml.samlext.saml2mdui.impl that return types with arguments of type DisplayName
 List<DisplayName> UIInfoImpl.getDisplayNames()
          Get the Display Names The element specifies a set of localized names fit for display to users.
 



Copyright © 1999-2012. All Rights Reserved.