Package | Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
EntityAttributes.getAttributes()
Gets the attributes about the entity.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
EntityAttributesImpl.getAttributes()
Gets the attributes about the entity.
|
Modifier and Type | Method and Description |
---|---|
void |
EntityAttributesFilter.setRules(Map<com.google.common.base.Predicate<EntityDescriptor>,Collection<Attribute>> rules)
Set the mappings from
Predicate to Attribute collection to apply. |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
AttributeStatement.getAttributes()
Gets the attributes expressed in this statement.
|
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 | Method and Description |
---|---|
Attribute |
AttributeBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications.
|
Attribute |
AttributeBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
Creates an XMLObject with a given fully qualified name.
|
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
AttributeStatementImpl.getAttributes()
Gets the attributes expressed in this statement.
|
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 |
---|---|
List<Attribute> |
IDPSSODescriptor.getAttributes()
Gets the list of attributes supported by this IdP.
|
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 | Method and Description |
---|---|
List<Attribute> |
IDPSSODescriptorImpl.getAttributes()
Gets the list of attributes supported by this IdP.
|
List<Attribute> |
AttributeAuthorityDescriptorImpl.getAttributes()
Gets the list of attribute available from this authority.
|
Copyright © 2017. All rights reserved.