Uses of Enum
com.nimbusds.oauth2.sdk.WellKnownPathComposeStrategy
Packages that use WellKnownPathComposeStrategy
Package
Description
Classes for representing, serialising and parsing core OAuth 2.0 concepts.
OAuth 2.0 Authorisation Server (AS) classes.
OpenID Connect Federation 1.0 entity configuration request and response
classes.
OpenID Connect Provider (OP) classes.
-
Uses of WellKnownPathComposeStrategy in com.nimbusds.oauth2.sdk
Methods in com.nimbusds.oauth2.sdk that return WellKnownPathComposeStrategyModifier and TypeMethodDescriptionstatic WellKnownPathComposeStrategy
Returns the enum constant of this type with the specified name.static WellKnownPathComposeStrategy[]
WellKnownPathComposeStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.nimbusds.oauth2.sdk with parameters of type WellKnownPathComposeStrategyModifierConstructorDescriptionprotected
AbstractConfigurationRequest
(URI baseURI, String wellKnownPath, WellKnownPathComposeStrategy strategy) Creates a new base abstract request. -
Uses of WellKnownPathComposeStrategy in com.nimbusds.oauth2.sdk.as
Constructors in com.nimbusds.oauth2.sdk.as with parameters of type WellKnownPathComposeStrategyModifierConstructorDescriptionAuthorizationServerConfigurationRequest
(Issuer issuer, WellKnownPathComposeStrategy strategy) Creates a new OAuth 2.0 Authorisation Server configuration request. -
Uses of WellKnownPathComposeStrategy in com.nimbusds.openid.connect.sdk.federation.config
Constructors in com.nimbusds.openid.connect.sdk.federation.config with parameters of type WellKnownPathComposeStrategyModifierConstructorDescriptionFederationEntityConfigurationRequest
(EntityID entityID, WellKnownPathComposeStrategy strategy) Creates a new federation entity configuration request. -
Uses of WellKnownPathComposeStrategy in com.nimbusds.openid.connect.sdk.op
Constructors in com.nimbusds.openid.connect.sdk.op with parameters of type WellKnownPathComposeStrategyModifierConstructorDescriptionOIDCProviderConfigurationRequest
(Issuer issuer, WellKnownPathComposeStrategy strategy) Creates a new OpenID Provider configuration request.