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 SummaryConstructors Constructor Description ExternalPostAuthnContext(Client client, SessionId session, javax.servlet.http.HttpServletRequest httpRequest, javax.servlet.http.HttpServletResponse httpResponse)
 - 
Method SummaryAll 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.ExternalScriptContextcreateWebApplicationException, createWebApplicationException, getEntryAttributeValue, getEntryByDn, getPersistenceEntryManager, getWebApplicationException, isInNetwork, setWebApplicationException, throwWebApplicationExceptionIfSet
 
- 
 
- 
- 
- 
Method Detail- 
getScriptpublic org.gluu.model.custom.script.conf.CustomScriptConfiguration getScript() 
 - 
setScriptpublic void setScript(org.gluu.model.custom.script.conf.CustomScriptConfiguration script) 
 - 
getClientpublic Client getClient() 
 - 
getSessionpublic SessionId getSession() 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- java.lang.Object
 
 
- 
 
-