Uses of Interface
net.shibboleth.oidc.saml.xmlobject.RequestUri
-
Packages that use RequestUri Package Description net.shibboleth.oidc.saml.xmlobject Concrete definitions of the objects described in saml-metadata-ext-oidcmd.xsd work.net.shibboleth.oidc.saml.xmlobject.impl 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 RequestUri Modifier and Type Method Description List<RequestUri>OAuthRPExtensions. 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 RequestUri Modifier and Type Class Description classRequestUriImplConcrete implementation ofRequestUri.Fields in net.shibboleth.oidc.saml.xmlobject.impl with type parameters of type RequestUri Modifier and Type Field Description private XMLObjectChildrenList<RequestUri>OAuthRPExtensionsImpl. requestUrisRequest URIs for this entity.Methods in net.shibboleth.oidc.saml.xmlobject.impl that return RequestUri Modifier and Type Method Description RequestUriRequestUriBuilder. buildObject()RequestUriRequestUriBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Methods in net.shibboleth.oidc.saml.xmlobject.impl that return types with arguments of type RequestUri Modifier and Type Method Description List<RequestUri>OAuthRPExtensionsImpl. getRequestUris()Get the list of request URIs.
-