|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Attribute | |
---|---|
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. |
Uses of Attribute in org.opensaml.saml2.core |
---|
Methods in org.opensaml.saml2.core that return types with arguments of type Attribute | |
---|---|
java.util.List<Attribute> |
AttributeStatement.getAttributes()
Gets the attribtues expressed in this statement. |
java.util.List<Attribute> |
AttributeQuery.getAttributes()
Gets the Attributes of this query. |
Uses of Attribute in org.opensaml.saml2.core.impl |
---|
Classes in org.opensaml.saml2.core.impl that implement Attribute | |
---|---|
class |
AttributeImpl
Concrete implementation of Attribute . |
Methods in org.opensaml.saml2.core.impl that return Attribute | |
---|---|
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)
|
Methods in org.opensaml.saml2.core.impl that return types with arguments of type Attribute | |
---|---|
java.util.List<Attribute> |
AttributeStatementImpl.getAttributes()
Gets the attribtues expressed in this statement. |
java.util.List<Attribute> |
AttributeQueryImpl.getAttributes()
Gets the Attributes of this query. |
Uses of Attribute in org.opensaml.saml2.core.validator |
---|
Methods in org.opensaml.saml2.core.validator with parameters of type Attribute | |
---|---|
void |
AttributeSchemaValidator.validate(Attribute attribute)
|
protected void |
AttributeSchemaValidator.validateName(Attribute attribute)
Checks that the Name attribute is present. |
Uses of Attribute in org.opensaml.saml2.encryption |
---|
Methods in org.opensaml.saml2.encryption that return Attribute | |
---|---|
Attribute |
Decrypter.decrypt(EncryptedAttribute encryptedAttribute)
Decrypt the specified EncryptedAttribute. |
Methods in org.opensaml.saml2.encryption with parameters of type Attribute | |
---|---|
EncryptedAttribute |
Encrypter.encrypt(Attribute attribute)
Encrypt the specified Attribute. |
Uses of Attribute in org.opensaml.saml2.metadata |
---|
Subinterfaces of Attribute in org.opensaml.saml2.metadata | |
---|---|
interface |
RequestedAttribute
SAML 2.0 Metadata RequestedAttribute |
Methods in org.opensaml.saml2.metadata that return types with arguments of type Attribute | |
---|---|
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. |
Uses of Attribute in org.opensaml.saml2.metadata.impl |
---|
Classes in org.opensaml.saml2.metadata.impl that implement Attribute | |
---|---|
class |
RequestedAttributeImpl
Concrete implementation of RequestedAttribute |
Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type Attribute | |
---|---|
java.util.List<Attribute> |
AttributeAuthorityDescriptorImpl.getAttributes()
Gets the list of attribute available from this authority. |
java.util.List<Attribute> |
IDPSSODescriptorImpl.getAttributes()
Gets the list of attributes supported by this IdP. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |