Uses of Class
sh.ory.hydra.model.WellKnown
-
Packages that use WellKnown Package Description sh.ory.hydra.api sh.ory.hydra.model -
-
Uses of WellKnown in sh.ory.hydra.api
Methods in sh.ory.hydra.api that return WellKnown Modifier and Type Method Description WellKnownPublicApi. discoverOpenIDConfiguration()OpenID Connect Discovery The well known endpoint an be used to retrieve information for OpenID Connect clients.Methods in sh.ory.hydra.api that return types with arguments of type WellKnown Modifier and Type Method Description ApiResponse<WellKnown>PublicApi. discoverOpenIDConfigurationWithHttpInfo()OpenID Connect Discovery The well known endpoint an be used to retrieve information for OpenID Connect clients.Method parameters in sh.ory.hydra.api with type arguments of type WellKnown Modifier and Type Method Description okhttp3.CallPublicApi. discoverOpenIDConfigurationAsync(ApiCallback<WellKnown> _callback)OpenID Connect Discovery (asynchronously) The well known endpoint an be used to retrieve information for OpenID Connect clients. -
Uses of WellKnown in sh.ory.hydra.model
Methods in sh.ory.hydra.model that return WellKnown Modifier and Type Method Description WellKnownWellKnown. addClaimsSupportedItem(String claimsSupportedItem)WellKnownWellKnown. addGrantTypesSupportedItem(String grantTypesSupportedItem)WellKnownWellKnown. addIdTokenSigningAlgValuesSupportedItem(String idTokenSigningAlgValuesSupportedItem)WellKnownWellKnown. addRequestObjectSigningAlgValuesSupportedItem(String requestObjectSigningAlgValuesSupportedItem)WellKnownWellKnown. addResponseModesSupportedItem(String responseModesSupportedItem)WellKnownWellKnown. addResponseTypesSupportedItem(String responseTypesSupportedItem)WellKnownWellKnown. addScopesSupportedItem(String scopesSupportedItem)WellKnownWellKnown. addSubjectTypesSupportedItem(String subjectTypesSupportedItem)WellKnownWellKnown. addTokenEndpointAuthMethodsSupportedItem(String tokenEndpointAuthMethodsSupportedItem)WellKnownWellKnown. addUserinfoSigningAlgValuesSupportedItem(String userinfoSigningAlgValuesSupportedItem)WellKnownWellKnown. authorizationEndpoint(String authorizationEndpoint)WellKnownWellKnown. backchannelLogoutSessionSupported(Boolean backchannelLogoutSessionSupported)WellKnownWellKnown. backchannelLogoutSupported(Boolean backchannelLogoutSupported)WellKnownWellKnown. claimsParameterSupported(Boolean claimsParameterSupported)WellKnownWellKnown. claimsSupported(List<String> claimsSupported)WellKnownWellKnown. endSessionEndpoint(String endSessionEndpoint)WellKnownWellKnown. frontchannelLogoutSessionSupported(Boolean frontchannelLogoutSessionSupported)WellKnownWellKnown. frontchannelLogoutSupported(Boolean frontchannelLogoutSupported)WellKnownWellKnown. grantTypesSupported(List<String> grantTypesSupported)WellKnownWellKnown. idTokenSigningAlgValuesSupported(List<String> idTokenSigningAlgValuesSupported)WellKnownWellKnown. issuer(String issuer)WellKnownWellKnown. jwksUri(String jwksUri)WellKnownWellKnown. registrationEndpoint(String registrationEndpoint)WellKnownWellKnown. requestObjectSigningAlgValuesSupported(List<String> requestObjectSigningAlgValuesSupported)WellKnownWellKnown. requestParameterSupported(Boolean requestParameterSupported)WellKnownWellKnown. requestUriParameterSupported(Boolean requestUriParameterSupported)WellKnownWellKnown. requireRequestUriRegistration(Boolean requireRequestUriRegistration)WellKnownWellKnown. responseModesSupported(List<String> responseModesSupported)WellKnownWellKnown. responseTypesSupported(List<String> responseTypesSupported)WellKnownWellKnown. revocationEndpoint(String revocationEndpoint)WellKnownWellKnown. scopesSupported(List<String> scopesSupported)WellKnownWellKnown. subjectTypesSupported(List<String> subjectTypesSupported)WellKnownWellKnown. tokenEndpoint(String tokenEndpoint)WellKnownWellKnown. tokenEndpointAuthMethodsSupported(List<String> tokenEndpointAuthMethodsSupported)WellKnownWellKnown. userinfoEndpoint(String userinfoEndpoint)WellKnownWellKnown. userinfoSigningAlgValuesSupported(List<String> userinfoSigningAlgValuesSupported)
-