Package | Description |
---|---|
org.opensaml.saml2.core |
Interfaces for SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.impl |
Implementations of SAML 2.0 core specification types and elements.
|
org.opensaml.saml2.core.validator |
Validation rules for SAML 2.0 core types and elements.
|
org.opensaml.saml2.encryption |
Classes for encrypting and decrypting SAML.
|
org.opensaml.saml2.metadata |
Interfaces for SAML 2.0 metadata specification types and elements.
|
org.opensaml.saml2.metadata.impl |
Implementations of the SAML 2.0 metadata specification types and elements.
|
org.opensaml.samlext.saml2mdattr | |
org.opensaml.samlext.saml2mdattr.impl |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
AttributeStatement.getAttributes()
Gets the attribtues 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) |
Modifier and Type | Method and Description |
---|---|
List<Attribute> |
AttributeQueryImpl.getAttributes()
Gets the Attributes of this query.
|
List<Attribute> |
AttributeStatementImpl.getAttributes()
Gets the attribtues expressed in this statement.
|
Modifier and Type | Method and Description |
---|---|
void |
AttributeSchemaValidator.validate(Attribute attribute) |
protected void |
AttributeSchemaValidator.validateName(Attribute attribute)
Checks that the Name attribute is present.
|
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> |
AttributeAuthorityDescriptorImpl.getAttributes()
Gets the list of attribute available from this authority.
|
List<Attribute> |
IDPSSODescriptorImpl.getAttributes()
Gets the list of attributes supported by this IdP.
|
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.
|
Copyright © 1999-2013. All Rights Reserved.