| Package | Description |
|---|---|
| org.opensaml.saml.ext.saml2mdui |
Interfaces for SAML 2 Metadata Extensions for Login UI and Discovery.
|
| org.opensaml.saml.ext.saml2mdui.impl |
Implementation for SAML V2 Metadata Extensions for UI and Discovery.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Description> |
UIInfo.getDescriptions()
Return the descriptions.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DescriptionImpl
Concrete implementation of
Description. |
| Modifier and Type | Method and Description |
|---|---|
Description |
DescriptionBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Description |
DescriptionBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Description> |
UIInfoImpl.getDescriptions()
Return the descriptions.
|