| Package | Description |
|---|---|
| org.opensaml.saml.metadata.resolver.filter.impl |
Implementation of the resolver filters.
|
| org.opensaml.saml.saml2.metadata |
Concrete definitions of the objects described in saml-metadata-2.0-os work.
|
| org.opensaml.saml.saml2.metadata.impl |
Concrete implementations of the metadata APIs.
|
| Modifier and Type | Field and Description |
|---|---|
private SAMLObjectBuilder<Extensions> |
EntityAttributesFilter.extBuilder
Builder for
Extensions. |
| Modifier and Type | Method and Description |
|---|---|
Extensions |
EntitiesDescriptor.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
Organization.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
RoleDescriptor.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
AffiliationDescriptor.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
EntityDescriptor.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
ContactPerson.getExtensions()
Gets the Extensions child of this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntitiesDescriptor.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
Organization.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
RoleDescriptor.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
AffiliationDescriptor.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
EntityDescriptor.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
void |
ContactPerson.setExtensions(Extensions extensions)
Sets the Extensions child of this object.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ExtensionsImpl
Implementation of
Extensions. |
| Modifier and Type | Field and Description |
|---|---|
private Extensions |
EntityDescriptorImpl.extensions
Extensions child.
|
private Extensions |
ContactPersonImpl.extensions
Extensions child object.
|
private Extensions |
EntitiesDescriptorImpl.extensions
Extensions child.
|
private Extensions |
RoleDescriptorImpl.extensions
Extensions child.
|
private Extensions |
AffiliationDescriptorImpl.extensions
Extensions child.
|
private Extensions |
OrganizationImpl.extensions
element extensions.
|
| Modifier and Type | Method and Description |
|---|---|
Extensions |
ExtensionsBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Extensions |
ExtensionsBuilder.buildObject(java.lang.String namespaceURI,
java.lang.String localName,
java.lang.String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Extensions |
EntityDescriptorImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
ContactPersonImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
EntitiesDescriptorImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
RoleDescriptorImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
AffiliationDescriptorImpl.getExtensions()
Gets the Extensions child of this object.
|
Extensions |
OrganizationImpl.getExtensions()
Gets the Extensions child of this object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityDescriptorImpl.setExtensions(Extensions newExtensions)
Sets the Extensions child of this object.
|
void |
ContactPersonImpl.setExtensions(Extensions theExtensions)
Sets the Extensions child of this object.
|
void |
EntitiesDescriptorImpl.setExtensions(Extensions newExtensions)
Sets the Extensions child of this object.
|
void |
RoleDescriptorImpl.setExtensions(Extensions ext)
Sets the Extensions child of this object.
|
void |
AffiliationDescriptorImpl.setExtensions(Extensions theExtensions)
Sets the Extensions child of this object.
|
void |
OrganizationImpl.setExtensions(Extensions newExtensions)
Sets the Extensions child of this object.
|