From 3fc853cc1e861f455888a92ff0c9995270d2ba2c Mon Sep 17 00:00:00 2001 From: root Date: Mon, 25 Jul 2011 20:14:02 +0200 Subject: imported 1.1.2 --- .../shibboleth/wayf/idpdisco/UIInfoBuilder.html | 315 +++++++++++++++++++++ 1 file changed, 315 insertions(+) create mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/UIInfoBuilder.html (limited to 'doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/UIInfoBuilder.html') diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/UIInfoBuilder.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/UIInfoBuilder.html new file mode 100644 index 0000000..eea9013 --- /dev/null +++ b/doc/api/edu/internet2/middleware/shibboleth/wayf/idpdisco/UIInfoBuilder.html @@ -0,0 +1,315 @@ + + + + + + + +UIInfoBuilder (Shibboleth Discovery Service 1.1.2 Java API.) + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +edu.internet2.middleware.shibboleth.wayf.idpdisco +
+Class UIInfoBuilder

+
+java.lang.Object
+  extended by org.opensaml.xml.AbstractXMLObjectBuilder<SAMLObjectType>
+      extended by org.opensaml.common.impl.AbstractSAMLObjectBuilder<UIInfo>
+          extended by edu.internet2.middleware.shibboleth.wayf.idpdisco.UIInfoBuilder
+
+
+
All Implemented Interfaces:
org.opensaml.common.SAMLObjectBuilder<UIInfo>, org.opensaml.xml.XMLObjectBuilder<UIInfo>
+
+
+
+
public class UIInfoBuilder
extends org.opensaml.common.impl.AbstractSAMLObjectBuilder<UIInfo>
+ + +

+Builder of UIInfo. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
UIInfoBuilder() + +
+          Constructor.
+  + + + + + + + + + + + + + + + +
+Method Summary
+ UIInfobuildObject() + +
+          
+ UIInfobuildObject(String namespaceURI, + String localName, + String namespacePrefix) + +
+          
+ + + + + + + +
Methods inherited from class org.opensaml.xml.AbstractXMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.opensaml.xml.XMLObjectBuilder
buildObject, buildObject, buildObject, buildObject
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+UIInfoBuilder

+
+public UIInfoBuilder()
+
+
Constructor. +

+

+ + + + + + + + +
+Method Detail
+ +

+buildObject

+
+public UIInfo buildObject()
+
+
+

+

+
Specified by:
buildObject in interface org.opensaml.common.SAMLObjectBuilder<UIInfo>
Specified by:
buildObject in class org.opensaml.common.impl.AbstractSAMLObjectBuilder<UIInfo>
+
+
+
+
+
+
+ +

+buildObject

+
+public UIInfo buildObject(String namespaceURI,
+                          String localName,
+                          String namespacePrefix)
+
+
+

+

+
Specified by:
buildObject in interface org.opensaml.xml.XMLObjectBuilder<UIInfo>
Specified by:
buildObject in class org.opensaml.xml.AbstractXMLObjectBuilder<UIInfo>
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+Copyright © 2006-2010 Internet2. All Rights Reserved. + + -- cgit v1.1