Uses of Interface
org.opensaml.saml.saml2.core.Attribute
-
Packages that use Attribute Package Description org.opensaml.saml.common.profile.logic Functions and predicates supporting common SAML profile behavior.org.opensaml.saml.ext.saml2mdattr Interfaces for SAML 2 Metadata Extension for Entity Attributes.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.encryption Classes for encrypting and decrypting SAML.org.opensaml.saml.saml2.metadata 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 Attribute Modifier and Type Field Description private Collection<Attribute>EntityAttributesPredicate.EntityAttributesMatcher. attributesPopulation to evaluate for a match.Methods in org.opensaml.saml.common.profile.logic with parameters of type Attribute Modifier and Type Method Description (package private) List<String>EntityAttributesPredicate.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 Constructor Description EntityAttributesMatcher(Collection<Attribute> attrs)Constructor. -
Uses of Attribute in org.opensaml.saml.ext.saml2mdattr
Methods in org.opensaml.saml.ext.saml2mdattr that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>EntityAttributes. 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 Attribute Modifier and Type Method Description List<Attribute>AttributeQuery. getAttributes()Gets the Attributes of this query.List<Attribute>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 Attribute Modifier and Type Method Description AttributeDecrypter. decrypt(EncryptedAttribute encryptedAttribute)Decrypt the specified EncryptedAttribute.Methods in org.opensaml.saml.saml2.encryption with parameters of type Attribute Modifier and Type Method Description EncryptedAttributeEncrypter. encrypt(Attribute attribute)Encrypt the specified Attribute. -
Uses of Attribute in org.opensaml.saml.saml2.metadata
Subinterfaces of Attribute in org.opensaml.saml.saml2.metadata Modifier and Type Interface Description interfaceRequestedAttributeSAML 2.0 Metadata RequestedAttribute.Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type Attribute Modifier and Type Method Description List<Attribute>AttributeAuthorityDescriptor. getAttributes()Gets the list of attribute available from this authority.List<Attribute>IDPSSODescriptor. getAttributes()Gets the list of attributes supported by this IdP.
-