Class ExternalPostAuthnContext

java.lang.Object
org.gluu.service.external.context.ExternalScriptContext
org.gluu.oxauth.service.external.context.ExternalScriptContext
org.gluu.oxauth.service.external.context.ExternalPostAuthnContext

public class ExternalPostAuthnContext extends ExternalScriptContext
Author:
Yuriy Zabrovarnyy
  • Constructor Details

    • ExternalPostAuthnContext

      public ExternalPostAuthnContext(Client client, SessionId session, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
  • Method Details

    • getScript

      public org.gluu.model.custom.script.conf.CustomScriptConfiguration getScript()
    • setScript

      public void setScript(org.gluu.model.custom.script.conf.CustomScriptConfiguration script)
    • getClient

      public Client getClient()
    • getSession

      public SessionId getSession()
    • toString

      public String toString()
      Overrides:
      toString in class Object