You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This build item holds essential metadata about the application, specifically its name and version. The values can be configured using the following properties:
144
+
145
+
* `quarkus.application.name` - Sets the application name
146
+
147
+
148
+
* `quarkus.application.version` - Sets the application version
149
+
150
+
151
+
This configuration is intended to be used by extensions that require application metadata, such as the kubernetes extension.
Attempts to register a complete type hierarchy for reflection.
2055
2063
This is intended to be used to register types that are going to be serialized, e.g. by Jackson or some other JSON mapper.
2056
2064
This will do 'smart discovery' and in addition to registering the type itself it will also attempt to register the following:
2057
-
- Superclasses - Subclasses - Component types of collections - Types used in bean properties (if method reflection is enabled) - Field types (if field reflection is enabled)
2058
-
This discovery is applied recursively, so any additional types that are registered will also have their dependencies discovered
2065
+
2066
+
* Superclasses
2067
+
2068
+
2069
+
* Component types of collections
2070
+
2071
+
2072
+
* Types used in bean properties (if method reflection is enabled)
2073
+
2074
+
2075
+
* Field types (if field reflection is enabled)
2076
+
2077
+
2078
+
2079
+
This discovery is applied recursively, so any additional types that are registered will also have their dependencies discovered.
<1> Revoke tokens if an RP-initiated logout event is observed.
1713
+
<2> Revoke the authorization code flow access token.
1714
+
<3> Revoke the authorization code flow refresh token.
1715
+
1658
1716
=== Propagating tokens to downstream services
1659
1717
1660
1718
For information about Authorization Code Flow access token propagation to downstream services, see the xref:security-openid-connect-client-reference.adoc#token-propagation-rest[Token Propagation] section.
0 commit comments