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.
|
Modifier and Type | Field and Description |
---|---|
private Collection<Attribute> |
EntityAttributesPredicate.EntityAttributesMatcher.attributes
Population to evaluate for a match.
|
Constructor and Description |
---|
EntityAttributesMatcher(Collection<Attribute> attrs)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
EntityAttributes.getAttributes()
Gets the attributes about the entity.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
AttributeQuery.getAttributes()
Gets the Attributes of this query.
|
List<Attribute> |
AttributeStatement.getAttributes()
Gets the attributes expressed in this statement.
|
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 |
---|---|
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.
|
Copyright © 1999–2015 JBoss by Red Hat. All rights reserved.