Uses of Interface
net.shibboleth.oidc.saml.xmlobject.RequestUri
Packages that use RequestUri
Package
Description
Concrete definitions of the objects described in saml-metadata-ext-oidcmd.xsd work.
Concrete implementations of the objects described in saml-metadata-ext-oidcmd.xsd.
-
Uses of RequestUri in net.shibboleth.oidc.saml.xmlobject
Methods in net.shibboleth.oidc.saml.xmlobject that return types with arguments of type RequestUriModifier and TypeMethodDescriptionOAuthRPExtensions.getRequestUris()Get the list of request URIs. -
Uses of RequestUri in net.shibboleth.oidc.saml.xmlobject.impl
Classes in net.shibboleth.oidc.saml.xmlobject.impl that implement RequestUriFields in net.shibboleth.oidc.saml.xmlobject.impl with type parameters of type RequestUriModifier and TypeFieldDescriptionprivate final XMLObjectChildrenList<RequestUri>OAuthRPExtensionsImpl.requestUrisRequest URIs for this entity.Methods in net.shibboleth.oidc.saml.xmlobject.impl that return RequestUriModifier and TypeMethodDescriptionRequestUriBuilder.buildObject()RequestUriBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix) Methods in net.shibboleth.oidc.saml.xmlobject.impl that return types with arguments of type RequestUriModifier and TypeMethodDescriptionOAuthRPExtensionsImpl.getRequestUris()Get the list of request URIs.