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 Summary
Constructors Constructor Description ExternalPostAuthnContext(Client client, SessionId session, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ClientgetClient()org.gluu.model.custom.script.conf.CustomScriptConfigurationgetScript()SessionIdgetSession()voidsetScript(org.gluu.model.custom.script.conf.CustomScriptConfiguration script)java.lang.StringtoString()-
Methods inherited from class org.gluu.oxauth.service.external.context.ExternalScriptContext
createWebApplicationException, createWebApplicationException, getEntryAttributeValue, getEntryByDn, getPersistenceEntryManager, getWebApplicationException, isInNetwork, setWebApplicationException, throwWebApplicationExceptionIfSet
-
-
-
-
Method Detail
-
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 java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-