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

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

Uses of Description in org.opensaml.samlext.saml2mdui
 

Methods in org.opensaml.samlext.saml2mdui that return types with arguments of type Description
 List<Description> UIInfo.getDescriptions()
          Return the descriptions.
 

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

Classes in org.opensaml.samlext.saml2mdui.impl that implement Description
 class DescriptionImpl
          Concrete implementation of Description.
 

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

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

Methods in org.opensaml.samlext.saml2mdui.impl that return types with arguments of type Description
 List<Description> UIInfoImpl.getDescriptions()
          Return the descriptions.
 



Copyright © 1999-2012. All Rights Reserved.