Uses of Interface
net.shibboleth.oidc.saml.xmlobject.OAuthRPExtensions
Packages that use OAuthRPExtensions
Package
Description
Implementation classes related to resolution of OIDC metadata (or client information).
Concrete implementations of the objects described in saml-metadata-ext-oidcmd.xsd.
-
Uses of OAuthRPExtensions in net.shibboleth.oidc.metadata.impl
Methods in net.shibboleth.oidc.metadata.impl that return OAuthRPExtensionsModifier and TypeMethodDescriptionprotected OAuthRPExtensionsClientInformationNodeProcessor.getOAuthRPExtensions(SPSSODescriptor roleDescriptor) Get theOAuthRPExtensionsfrom the givenSPSSODescriptor, it it was found from its extensions.Methods in net.shibboleth.oidc.metadata.impl with parameters of type OAuthRPExtensionsModifier and TypeMethodDescriptionprotected com.nimbusds.openid.connect.sdk.rp.ApplicationTypeClientInformationNodeProcessor.parseApplicationType(OAuthRPExtensions extensions) Parse theApplicationTypefrom the given extensions.ClientInformationNodeProcessor.parseAudiences(OAuthRPExtensions extensions) Parse the SAML Audience elements.protected com.nimbusds.oauth2.sdk.auth.ClientAuthenticationMethodClientInformationNodeProcessor.parseClientAuthenticationMethod(OAuthRPExtensions extensions) Parse theClientAuthenticationMethodfrom the given extensions.protected List<com.nimbusds.openid.connect.sdk.claims.ACR>ClientInformationNodeProcessor.parseDefaultAcrValues(OAuthRPExtensions extensions) Parse the defaultACRvalues from the given extensions.protected Set<com.nimbusds.oauth2.sdk.GrantType>ClientInformationNodeProcessor.parseGrantTypes(OAuthRPExtensions extensions) Parse theGrantTypes from the given extensions.protected Set<com.nimbusds.oauth2.sdk.ResponseType>ClientInformationNodeProcessor.parseResponseTypes(OAuthRPExtensions extensions) Parse theResponseTypes from the given extensions.protected com.nimbusds.oauth2.sdk.ScopeClientInformationNodeProcessor.parseScopes(OAuthRPExtensions extensions) Parse theScopefrom the given extensions. -
Uses of OAuthRPExtensions in net.shibboleth.oidc.saml.xmlobject.impl
Classes in net.shibboleth.oidc.saml.xmlobject.impl that implement OAuthRPExtensionsMethods in net.shibboleth.oidc.saml.xmlobject.impl that return OAuthRPExtensionsModifier and TypeMethodDescriptionOAuthRPExtensionsBuilder.buildObject()OAuthRPExtensionsBuilder.buildObject(String namespaceURI, String localName, String namespacePrefix)