Uses of Interface
net.shibboleth.oidc.saml.xmlobject.OAuthRPExtensions
-
Packages that use OAuthRPExtensions Package Description net.shibboleth.oidc.metadata.impl Implementation classes related to resolution of OIDC metadata (or client information).net.shibboleth.oidc.saml.xmlobject.impl 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 OAuthRPExtensions Modifier and Type Method Description protected 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 OAuthRPExtensions Modifier and Type Method Description protected com.nimbusds.openid.connect.sdk.rp.ApplicationTypeClientInformationNodeProcessor. parseApplicationType(OAuthRPExtensions extensions)Parse theApplicationTypefrom the given extensions.protected List<String>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 OAuthRPExtensions Modifier and Type Class Description classOAuthRPExtensionsImplImplementation forOAuthRPExtensions.Methods in net.shibboleth.oidc.saml.xmlobject.impl that return OAuthRPExtensions Modifier and Type Method Description OAuthRPExtensionsOAuthRPExtensionsBuilder. buildObject()OAuthRPExtensionsOAuthRPExtensionsBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
-