| Package | Description |
|---|---|
| org.opensaml.saml.ext.saml2mdrpi |
The package to define the
SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.
|
| org.opensaml.saml.ext.saml2mdrpi.impl |
Concrete implementations of the interfaces for the
SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<UsagePolicy> |
PublicationInfo.getUsagePolicies()
Get the
UsagePolicys. |
| Modifier and Type | Class and Description |
|---|---|
class |
UsagePolicyImpl
Concrete implementation of
UsagePolicy. |
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<UsagePolicy> |
PublicationInfoImpl.usagePolicies
The policies.
|
| Modifier and Type | Method and Description |
|---|---|
UsagePolicy |
UsagePolicyBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
UsagePolicy |
UsagePolicyBuilder.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<UsagePolicy> |
PublicationInfoImpl.getUsagePolicies()
Get the
UsagePolicys. |