Package org.gluu.oxauth.service.external
Class ExternalApplicationSessionService
java.lang.Object
org.gluu.service.custom.script.ExternalScriptService
org.gluu.oxauth.service.external.ExternalApplicationSessionService
- All Implemented Interfaces:
Serializable
@ApplicationScoped
public class ExternalApplicationSessionService
extends org.gluu.service.custom.script.ExternalScriptService
Provides factory methods needed to create external application session extension
- Version:
- August 9, 2017
- Author:
- Yuriy Movchan
- See Also:
-
Field Summary
Fields inherited from class org.gluu.service.custom.script.ExternalScriptService
customScriptConfigurations, customScriptConfigurationsNameMap, customScriptManager, customScriptType, defaultExternalCustomScript, loaded, log -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanexecuteExternalEndSessionMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId) booleanexecuteExternalEndSessionMethods(javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId) booleanexecuteExternalStartSessionMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId) booleanexecuteExternalStartSessionMethods(javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId) voidexternalEvent(SessionEvent event) Methods inherited from class org.gluu.service.custom.script.ExternalScriptService
addExternalConfigurations, clearScriptError, configure, determineDefaultCustomScriptConfiguration, executeExternalGetApiVersion, getCustomScriptConfigurationByName, getCustomScriptConfigurations, getCustomScriptConfigurationsByDns, getCustomScriptType, getDefaultExternalCustomScript, init, isEnabled, isLoaded, reload, reloadExternal, saveScriptError
-
Constructor Details
-
ExternalApplicationSessionService
public ExternalApplicationSessionService()
-
-
Method Details
-
executeExternalStartSessionMethod
public boolean executeExternalStartSessionMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId) -
executeExternalStartSessionMethods
public boolean executeExternalStartSessionMethods(javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId) -
executeExternalEndSessionMethod
public boolean executeExternalEndSessionMethod(org.gluu.model.custom.script.conf.CustomScriptConfiguration customScriptConfiguration, javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId) -
executeExternalEndSessionMethods
public boolean executeExternalEndSessionMethods(javax.servlet.http.HttpServletRequest httpRequest, SessionId sessionId) -
externalEvent
-