| 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.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.
|
| org.opensaml.saml.saml2.core |
Interfaces for SAML 2.0 core and protocol interfaces.
|
| org.opensaml.saml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
| 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.
|
| org.opensaml.saml.saml2.metadata.impl |
Concrete implementations of the metadata APIs.
|
| org.opensaml.saml.saml2.profile.impl |
Implementations of SAML 2.0 profile behavior.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Collection<Attribute> |
EntityAttributesPredicate.EntityAttributesMatcher.attributes
Population to evaluate for a match.
|
| Constructor and Description |
|---|
EntityAttributesMatcher(java.util.Collection<Attribute> attrs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
EntityAttributes.getAttributes()
Gets the attributes about the entity.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
EntityAttributesImpl.getAttributes()
Gets the attributes about the entity.
|
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.Multimap<com.google.common.base.Predicate<EntityDescriptor>,Attribute> |
EntityAttributesFilter.applyMap
Rules for adding attributes.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityAttributesFilter.setRules(java.util.Map<com.google.common.base.Predicate<EntityDescriptor>,java.util.Collection<Attribute>> rules)
Set the mappings from
Predicate to Attribute collection to apply. |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
AttributeStatement.getAttributes()
Gets the attributes expressed in this statement.
|
java.util.List<Attribute> |
AttributeQuery.getAttributes()
Gets the Attributes of this query.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttributeImpl
Concrete implementation of
Attribute. |
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<Attribute> |
AttributeQueryImpl.attributes
Attribute child elements.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
AttributeBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Attribute |
AttributeBuilder.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 | Method and Description |
|---|---|
java.util.List<Attribute> |
AttributeStatementImpl.getAttributes()
Gets the attributes expressed in this statement.
|
java.util.List<Attribute> |
AttributeQueryImpl.getAttributes()
Gets the Attributes of this query.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
Decrypter.decrypt(EncryptedAttribute encryptedAttribute)
Decrypt the specified EncryptedAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
EncryptedAttribute |
Encrypter.encrypt(Attribute attribute)
Encrypt the specified Attribute.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
RequestedAttribute
SAML 2.0 Metadata RequestedAttribute.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
IDPSSODescriptor.getAttributes()
Gets the list of attributes supported by this IdP.
|
java.util.List<Attribute> |
AttributeAuthorityDescriptor.getAttributes()
Gets the list of attribute available from this authority.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RequestedAttributeImpl
Concrete implementation of
RequestedAttribute. |
| Modifier and Type | Field and Description |
|---|---|
private XMLObjectChildrenList<Attribute> |
IDPSSODescriptorImpl.attributes
Attributes accepted by this entity.
|
private XMLObjectChildrenList<Attribute> |
AttributeAuthorityDescriptorImpl.attributes
Supported attribute.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attribute> |
IDPSSODescriptorImpl.getAttributes()
Gets the list of attributes supported by this IdP.
|
java.util.List<Attribute> |
AttributeAuthorityDescriptorImpl.getAttributes()
Gets the list of attribute available from this authority.
|
| Modifier and Type | Method and Description |
|---|---|
private Attribute |
DecryptAttributes.processEncryptedAttribute(ProfileRequestContext profileRequestContext,
EncryptedAttribute encAttr)
Decrypt an
EncryptedAttribute and return the result. |