Package org.gluu.oxauth.service.external
Class ExternalRevokeTokenService
- java.lang.Object
-
- org.gluu.service.custom.script.ExternalScriptService
-
- org.gluu.oxauth.service.external.ExternalRevokeTokenService
-
- All Implemented Interfaces:
java.io.Serializable
@ApplicationScoped public class ExternalRevokeTokenService extends org.gluu.service.custom.script.ExternalScriptService
- Author:
- Yuriy Zabrovarnyy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalRevokeTokenService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
revokeToken(org.gluu.model.custom.script.conf.CustomScriptConfiguration script, RevokeTokenContext context)
boolean
revokeTokenMethods(RevokeTokenContext context)
-
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
-
-
-
-
Method Detail
-
revokeToken
public boolean revokeToken(org.gluu.model.custom.script.conf.CustomScriptConfiguration script, RevokeTokenContext context)
-
revokeTokenMethods
public boolean revokeTokenMethods(RevokeTokenContext context)
-
-