|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeStatement | |
---|---|
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. |
Uses of AttributeStatement in org.opensaml.saml2.core |
---|
Methods in org.opensaml.saml2.core that return types with arguments of type AttributeStatement | |
---|---|
List<AttributeStatement> |
Assertion.getAttributeStatements()
Gets the list of AttributeStatement attached to this assertion. |
Uses of AttributeStatement in org.opensaml.saml2.core.impl |
---|
Methods in org.opensaml.saml2.core.impl that return AttributeStatement | |
---|---|
AttributeStatement |
AttributeStatementBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
AttributeStatement |
AttributeStatementBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
Methods in org.opensaml.saml2.core.impl that return types with arguments of type AttributeStatement | |
---|---|
List<AttributeStatement> |
AssertionImpl.getAttributeStatements()
Gets the list of AttributeStatement attached to this assertion. |
Uses of AttributeStatement in org.opensaml.saml2.core.validator |
---|
Methods in org.opensaml.saml2.core.validator with parameters of type AttributeStatement | |
---|---|
void |
AttributeStatementSchemaValidator.validate(AttributeStatement attributeStatement)
|
protected void |
AttributeStatementSchemaValidator.validateAttributes(AttributeStatement attributeStatement)
Checks that at least one Attribute is present. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |