Uses of Interface
org.opensaml.saml.saml2.metadata.RequestedAttribute
-
Packages that use RequestedAttribute Package Description org.opensaml.saml.ext.reqattr Interface for SAML V2.0 Protocol Extension For Requesting Attributes Per Request.org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work. -
-
Uses of RequestedAttribute in org.opensaml.saml.ext.reqattr
Methods in org.opensaml.saml.ext.reqattr that return types with arguments of type RequestedAttribute Modifier and Type Method Description List<RequestedAttribute>RequestedAttributes. 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 RequestedAttribute Modifier and Type Method Description List<RequestedAttribute>AttributeConsumingService. getRequestedAttributes()Gets the attributes this service requests.
-