Uses of Interface
org.opensaml.saml.saml2.metadata.RequestedAttribute
Packages that use RequestedAttribute
Package
Description
Implementation of SAML binding-level functionality, such as MessageHandlers.
Interface for SAML V2.0 Protocol Extension For Requesting Attributes Per Request.
Implementations for SAML V2.0 Protocol Extension For Requesting Attributes Per Request.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
-
Uses of RequestedAttribute in org.opensaml.saml.common.binding.impl
Fields in org.opensaml.saml.common.binding.impl with type parameters of type RequestedAttributeModifier and TypeFieldDescriptionprivate Collection<RequestedAttribute>SAMLAddAttributeConsumingServiceHandler.requestedAttributesRequestedAttributelist - if specified.Methods in org.opensaml.saml.common.binding.impl that return types with arguments of type RequestedAttributeModifier and TypeMethodDescriptionprotected Collection<RequestedAttribute>SAMLAddAttributeConsumingServiceHandler.getRequestedAttributes(MessageContext messageContext, AuthnRequest authn) Grab theRequestedAttribute(if any) from theAuthnRequest. -
Uses of RequestedAttribute in org.opensaml.saml.ext.reqattr
Methods in org.opensaml.saml.ext.reqattr that return types with arguments of type RequestedAttributeModifier and TypeMethodDescriptionRequestedAttributes.getRequestedAttributes()Gets a list of childRequestedAttributes. -
Uses of RequestedAttribute in org.opensaml.saml.ext.reqattr.impl
Fields in org.opensaml.saml.ext.reqattr.impl with type parameters of type RequestedAttributeModifier and TypeFieldDescriptionprivate XMLObjectChildrenList<RequestedAttribute>RequestedAttributesImpl.requestedAttributesThe policies.Methods in org.opensaml.saml.ext.reqattr.impl that return types with arguments of type RequestedAttributeModifier and TypeMethodDescriptionRequestedAttributesImpl.getRequestedAttributes()Gets a list of childRequestedAttributes. -
Uses of RequestedAttribute in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return types with arguments of type RequestedAttributeModifier and TypeMethodDescriptionAttributeConsumingService.getRequestedAttributes()Gets the attributes this service requests. -
Uses of RequestedAttribute in org.opensaml.saml.saml2.metadata.impl
Classes in org.opensaml.saml.saml2.metadata.impl that implement RequestedAttributeFields in org.opensaml.saml.saml2.metadata.impl with type parameters of type RequestedAttributeModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<RequestedAttribute>AttributeConsumingServiceImpl.requestedAttributesRequestedAttribute children.Methods in org.opensaml.saml.saml2.metadata.impl that return RequestedAttributeModifier and TypeMethodDescriptionRequestedAttributeBuilder.buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.RequestedAttributeBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.saml2.metadata.impl that return types with arguments of type RequestedAttributeModifier and TypeMethodDescriptionAttributeConsumingServiceImpl.getRequestedAttributes()Gets the attributes this service requests.