Uses of Interface
org.opensaml.saml.saml2.core.Attribute
Packages that use Attribute
Package
Description
Functions and predicates supporting common SAML profile behavior.
Interfaces for SAML 2 Metadata Extension for Entity Attributes.
Implementation for SAML v2.0 Metadata Extension for Entity Attributes Version 1.0.
Implementation of Metadata Filters.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
Classes for encrypting and decrypting SAML.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
Implementations of SAML 2.0 profile behavior.
-
Uses of Attribute in org.opensaml.saml.common.profile.logic
Fields in org.opensaml.saml.common.profile.logic with type parameters of type AttributeModifier and TypeFieldDescriptionprivate final Collection<Attribute>EntityAttributesPredicate.EntityAttributesMatcher.attributesPopulation to evaluate for a match.Methods in org.opensaml.saml.common.profile.logic with parameters of type AttributeModifier and TypeMethodDescriptionEntityAttributesPredicate.EntityAttributesMatcher.getPossibleAttributeValuesAsStrings(Attribute attribute) Get all possible strings values for the attribute.Constructor parameters in org.opensaml.saml.common.profile.logic with type arguments of type Attribute -
Uses of Attribute in org.opensaml.saml.ext.saml2mdattr
Methods in org.opensaml.saml.ext.saml2mdattr that return types with arguments of type AttributeModifier and TypeMethodDescriptionEntityAttributes.getAttributes()Gets the attributes about the entity. -
Uses of Attribute in org.opensaml.saml.ext.saml2mdattr.impl
Methods in org.opensaml.saml.ext.saml2mdattr.impl that return types with arguments of type AttributeModifier and TypeMethodDescriptionEntityAttributesImpl.getAttributes()Gets the attributes about the entity. -
Uses of Attribute in org.opensaml.saml.metadata.resolver.filter.impl
Fields in org.opensaml.saml.metadata.resolver.filter.impl with type parameters of type AttributeModifier and TypeFieldDescriptionprivate Multimap<Predicate<EntityDescriptor>,Attribute> EntityAttributesFilter.applyMapRules for adding attributes.EntityAttributesFilter.attributeFilterA condition to apply to pre-existing tags to determine their legitimacy.Methods in org.opensaml.saml.metadata.resolver.filter.impl with parameters of type AttributeModifier and TypeMethodDescriptionprivate voidEntityAttributesFilter.addEntityAttribute(EntityDescriptor descriptor, EntityAttributes container, Attribute input) Get or createAttributebased on the input/template object.Method parameters in org.opensaml.saml.metadata.resolver.filter.impl with type arguments of type AttributeModifier and TypeMethodDescriptionvoidEntityAttributesFilter.setAttributeFilter(Predicate<Attribute> condition) Set a condition to apply to any pre-existing extension attributes, such that failure causes their removal.voidEntityAttributesFilter.setRules(Map<Predicate<EntityDescriptor>, Collection<Attribute>> rules) -
Uses of Attribute in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributeQuery.getAttributes()Gets the Attributes of this query.AttributeStatement.getAttributes()Gets the attributes expressed in this statement. -
Uses of Attribute in org.opensaml.saml.saml2.core.impl
Classes in org.opensaml.saml.saml2.core.impl that implement AttributeFields in org.opensaml.saml.saml2.core.impl with type parameters of type AttributeModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<Attribute>AttributeQueryImpl.attributesAttribute child elements.Methods in org.opensaml.saml.saml2.core.impl that return AttributeModifier and TypeMethodDescriptionAttributeBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.AttributeBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.saml2.core.impl that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributeQueryImpl.getAttributes()Gets the Attributes of this query.AttributeStatementImpl.getAttributes()Gets the attributes expressed in this statement. -
Uses of Attribute in org.opensaml.saml.saml2.encryption
Methods in org.opensaml.saml.saml2.encryption that return AttributeModifier and TypeMethodDescriptionDecrypter.decrypt(EncryptedAttribute encryptedAttribute) Decrypt the specified EncryptedAttribute.Methods in org.opensaml.saml.saml2.encryption with parameters of type AttributeModifier and TypeMethodDescriptionEncrypt the specified Attribute. -
Uses of Attribute in org.opensaml.saml.saml2.metadata
Subinterfaces of Attribute in org.opensaml.saml.saml2.metadataModifier and TypeInterfaceDescriptioninterfaceSAML 2.0 Metadata RequestedAttribute.Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributeAuthorityDescriptor.getAttributes()Gets the list of attribute available from this authority.IDPSSODescriptor.getAttributes()Gets the list of attributes supported by this IdP. -
Uses of Attribute in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement AttributeFields in org.opensaml.saml.saml2.metadata.impl with type parameters of type AttributeModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<Attribute>AttributeAuthorityDescriptorImpl.attributesSupported attribute.private final XMLObjectChildrenList<Attribute>IDPSSODescriptorImpl.attributesAttributes accepted by this entity.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type AttributeModifier and TypeMethodDescriptionAttributeAuthorityDescriptorImpl.getAttributes()Gets the list of attribute available from this authority.IDPSSODescriptorImpl.getAttributes()Gets the list of attributes supported by this IdP. -
Uses of Attribute in org.opensaml.saml.saml2.profile.impl
Methods in org.opensaml.saml.saml2.profile.impl that return AttributeModifier and TypeMethodDescriptionprivate AttributeDecryptAttributes.processEncryptedAttribute(ProfileRequestContext profileRequestContext, EncryptedAttribute encAttr) Decrypt anEncryptedAttributeand return the result.