|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AttributeDesignator | |
---|---|
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 AttributeDesignator in org.opensaml.saml1.core |
---|
Subinterfaces of AttributeDesignator in org.opensaml.saml1.core | |
---|---|
interface |
Attribute
This interface defines how the object representing a SAML 1 Attribute element behaves. |
Methods in org.opensaml.saml1.core that return types with arguments of type AttributeDesignator | |
---|---|
List<AttributeDesignator> |
AttributeQuery.getAttributeDesignators()
Get list of AttributeDesignators |
Uses of AttributeDesignator in org.opensaml.saml1.core.impl |
---|
Classes in org.opensaml.saml1.core.impl that implement AttributeDesignator | |
---|---|
class |
AttributeDesignatorImpl
Concrete Implementation of the AttributeDesignator interface. |
class |
AttributeImpl
A Concrete implementation of the Attribute Interface |
Methods in org.opensaml.saml1.core.impl that return AttributeDesignator | |
---|---|
AttributeDesignator |
AttributeDesignatorBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
AttributeDesignator |
AttributeDesignatorBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
Methods in org.opensaml.saml1.core.impl that return types with arguments of type AttributeDesignator | |
---|---|
List<AttributeDesignator> |
AttributeQueryImpl.getAttributeDesignators()
Get list of AttributeDesignators |
Uses of AttributeDesignator in org.opensaml.saml1.core.validator |
---|
Classes in org.opensaml.saml1.core.validator with type parameters of type AttributeDesignator | |
---|---|
class |
AttributeDesignatorSchemaValidator<AttributeDesignatorType extends AttributeDesignator>
Checks AttributeDesignator for Schema compliance. |
Methods in org.opensaml.saml1.core.validator with parameters of type AttributeDesignator | |
---|---|
protected void |
AttributeDesignatorSchemaValidator.validateName(AttributeDesignator designator)
Checks that the AttributeName attribute is present and valid |
protected void |
AttributeDesignatorSchemaValidator.validateNameSpace(AttributeDesignator designator)
Checks that the AttributeNameSpace attribute is present and valid |
|
OpenSAML-J 2.4.1-redhat-3 | |||||||||
PREV NEXT | FRAMES NO FRAMES |