|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestedAttribute | |
---|---|
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.saml2.metadata.validator | Validation rules for SAML 2.0 metadata types and elements. |
Uses of RequestedAttribute in org.opensaml.saml2.metadata |
---|
Methods in org.opensaml.saml2.metadata that return types with arguments of type RequestedAttribute | |
---|---|
List<RequestedAttribute> |
AttributeConsumingService.getRequestAttributes()
Gets the attributes this service requests. |
Uses of RequestedAttribute in org.opensaml.saml2.metadata.impl |
---|
Classes in org.opensaml.saml2.metadata.impl that implement RequestedAttribute | |
---|---|
class |
RequestedAttributeImpl
Concrete implementation of RequestedAttribute |
Methods in org.opensaml.saml2.metadata.impl that return RequestedAttribute | |
---|---|
RequestedAttribute |
RequestedAttributeBuilder.buildObject()
Builds a SAMLObject using the default name and namespace information provided SAML specifications. |
RequestedAttribute |
RequestedAttributeBuilder.buildObject(String namespaceURI,
String localName,
String namespacePrefix)
|
Methods in org.opensaml.saml2.metadata.impl that return types with arguments of type RequestedAttribute | |
---|---|
List<RequestedAttribute> |
AttributeConsumingServiceImpl.getRequestAttributes()
Gets the attributes this service requests. |
Uses of RequestedAttribute in org.opensaml.saml2.metadata.validator |
---|
Methods in org.opensaml.saml2.metadata.validator with parameters of type RequestedAttribute | |
---|---|
void |
RequestedAttributeSchemaValidator.validate(RequestedAttribute attribute)
|
protected void |
RequestedAttributeSchemaValidator.validateName(RequestedAttribute attribute)
Checks that the Name attribute is present. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |