| Package | Description |
|---|---|
| org.opensaml.saml.ext.saml2mdattr.impl |
Implementation for SAML v2.0 Metadata Extension for Entity Attributes Version 1.0.
|
| org.opensaml.saml.metadata.resolver.filter.impl |
Implementation of the resolver filters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
EntityAttributesImpl
Concrete implementation of
EntityAttributes. |
| Modifier and Type | Method and Description |
|---|---|
EntityAttributes |
EntityAttributesBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
EntityAttributes |
EntityAttributesBuilder.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 | Field and Description |
|---|---|
private SAMLObjectBuilder<EntityAttributes> |
EntityAttributesFilter.entityAttributesBuilder
Builder for
EntityAttributes. |