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.
Interfaces for SAML 2.0 core and protocol interfaces.
Classes for encrypting and decrypting SAML.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
-
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.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.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.