Class OidcConfigurationContext

java.lang.Object
org.pac4j.oidc.config.OidcConfigurationContext

public class OidcConfigurationContext extends Object
Since:
5.0.0
Author:
Misagh Moayyed
  • Constructor Details

    • OidcConfigurationContext

      public OidcConfigurationContext(org.pac4j.core.context.WebContext webContext, OidcConfiguration oidcConfiguration)
  • Method Details

    • getMaxAge

      public Integer getMaxAge()
    • isForceAuthn

      public Boolean isForceAuthn()
    • isPassive

      public Boolean isPassive()
    • getScope

      public String getScope()
    • getResponseType

      public String getResponseType()
    • getResponseMode

      public String getResponseMode()
    • getCustomParams

      public Map<String,String> getCustomParams()
    • getConfiguration

      public OidcConfiguration getConfiguration()