Package io.quarkus.oidc.common
Class OidcRequestContextProperties
java.lang.Object
io.quarkus.oidc.common.OidcRequestContextProperties
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> TGet property value<T> TGet typed property valuegetAll()Get an unmodifiable view of the current context properties.Get property value as StringSet the property
-
Field Details
-
TOKEN
-
TOKEN_CREDENTIAL
-
DISCOVERY_ENDPOINT
-
-
Constructor Details
-
OidcRequestContextProperties
public OidcRequestContextProperties() -
OidcRequestContextProperties
-
-
Method Details
-
get
Get property value- Parameters:
name- property name- Returns:
- property value
-
getString
Get property value as String- Parameters:
name- property name- Returns:
- property value as String
-
get
Get typed property value- Parameters:
name- property nametype- property type- Returns:
- typed property value
-
getAll
Get an unmodifiable view of the current context properties.- Returns:
- all properties
-
put
Set the property- Parameters:
name- property namevalue- property value- Returns:
- this OidcRequestContextProperties instance
-