Package org.pac4j.oidc.config
Class OidcConfigurationContext
java.lang.Object
org.pac4j.oidc.config.OidcConfigurationContext
This is
OidcConfigurationContext.- Since:
- 5.0.0
- Author:
- Misagh Moayyed
-
Constructor Summary
ConstructorsConstructorDescriptionOidcConfigurationContext(org.pac4j.core.context.WebContext webContext, OidcConfiguration oidcConfiguration) Constructor for OidcConfigurationContext. -
Method Summary
Modifier and TypeMethodDescriptionGetter for the fieldconfiguration.getCustomParams.getMaxAge.getResponseMode.getResponseType.getScope()getScope.isForceAuthn.isPassive.
-
Constructor Details
-
OidcConfigurationContext
public OidcConfigurationContext(org.pac4j.core.context.WebContext webContext, OidcConfiguration oidcConfiguration) Constructor for OidcConfigurationContext.
- Parameters:
webContext- aWebContextobjectoidcConfiguration- aOidcConfigurationobject
-
-
Method Details
-
getMaxAge
getMaxAge.
- Returns:
- a
Integerobject
-
isForceAuthn
isForceAuthn.
- Returns:
- a
Booleanobject
-
isPassive
isPassive.
- Returns:
- a
Booleanobject
-
getScope
getScope.
- Returns:
- a
Stringobject
-
getResponseType
getResponseType.
- Returns:
- a
Stringobject
-
getResponseMode
getResponseMode.
- Returns:
- a
Stringobject
-
getCustomParams
getCustomParams.
- Returns:
- a
Mapobject
-
getConfiguration
Getter for the field
configuration.- Returns:
- a
OidcConfigurationobject
-