|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Attribute | |
|---|---|
| org.opensaml.saml1.core | Interfaces for SAML 1.0 and 1.1 types and elements. |
| org.opensaml.saml1.core.impl | Implementations of SAML 1.0 and 1.1 types and elements interfaces. |
| org.opensaml.saml1.core.validator | Validation rules for SAML 1.0 and 1.1 types and elements. |
| Uses of Attribute in org.opensaml.saml1.core |
|---|
| Methods in org.opensaml.saml1.core that return types with arguments of type Attribute | |
|---|---|
java.util.List<Attribute> |
AttributeStatement.getAttributes()
Get all the subsiduary Attribute elements |
| Uses of Attribute in org.opensaml.saml1.core.impl |
|---|
| Classes in org.opensaml.saml1.core.impl that implement Attribute | |
|---|---|
class |
AttributeImpl
A Concrete implementation of the Attribute Interface |
| Methods in org.opensaml.saml1.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.saml1.core.impl that return types with arguments of type Attribute | |
|---|---|
java.util.List<Attribute> |
AttributeStatementImpl.getAttributes()
Get all the subsiduary Attribute elements |
| Uses of Attribute in org.opensaml.saml1.core.validator |
|---|
| Methods in org.opensaml.saml1.core.validator with parameters of type Attribute | |
|---|---|
void |
AttributeSchemaValidator.validate(Attribute attribute)
|
protected void |
AttributeSchemaValidator.validateAttributeValue(Attribute attribute)
Validates that the attribute has at least one attribute value. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||