Uses of Interface
org.opensaml.saml.ext.saml2mdattr.EntityAttributes
Packages that use EntityAttributes
Package
Description
Implementation for SAML v2.0 Metadata Extension for Entity Attributes Version 1.0.
Implementation of the resolver filters.
-
Uses of EntityAttributes in org.opensaml.saml.ext.saml2mdattr.impl
Classes in org.opensaml.saml.ext.saml2mdattr.impl that implement EntityAttributesMethods in org.opensaml.saml.ext.saml2mdattr.impl that return EntityAttributesModifier and TypeMethodDescriptionEntityAttributesBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.EntityAttributesBuilder.buildObject
(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name. -
Uses of EntityAttributes in org.opensaml.saml.metadata.resolver.filter.impl
Fields in org.opensaml.saml.metadata.resolver.filter.impl with type parameters of type EntityAttributesModifier and TypeFieldDescriptionprivate final SAMLObjectBuilder<EntityAttributes>
EntityAttributesFilter.entityAttributesBuilder
Builder forEntityAttributes
.Methods in org.opensaml.saml.metadata.resolver.filter.impl with parameters of type EntityAttributesModifier and TypeMethodDescriptionprivate void
EntityAttributesFilter.addEntityAttribute
(EntityDescriptor descriptor, EntityAttributes container, Attribute input) Get or createAttribute
based on the input/template object.