Class ExternalPostAuthnService
- java.lang.Object
-
- io.jans.service.custom.script.ExternalScriptService
-
- io.jans.as.server.service.external.ExternalPostAuthnService
-
- All Implemented Interfaces:
Serializable
@ApplicationScoped @Named public class ExternalPostAuthnService extends io.jans.service.custom.script.ExternalScriptService
- Author:
- Yuriy Zabrovarnyy
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalPostAuthnService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
externalForceAuthorization(io.jans.as.common.model.registration.Client client, ExternalPostAuthnContext context)
boolean
externalForceAuthorization(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExternalPostAuthnContext context)
boolean
externalForceReAuthentication(io.jans.as.common.model.registration.Client client, ExternalPostAuthnContext context)
boolean
externalForceReAuthentication(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExternalPostAuthnContext context)
-
Methods inherited from class io.jans.service.custom.script.ExternalScriptService
addExternalConfigurations, clearScriptError, configure, determineDefaultCustomScriptConfiguration, executeExternalGetApiVersion, getCustomScriptConfigurationByName, getCustomScriptConfigurations, getCustomScriptConfigurationsByDns, getCustomScriptType, getDefaultExternalCustomScript, init, isEnabled, isLoaded, reload, reloadExternal, saveScriptError
-
-
-
-
Method Detail
-
externalForceReAuthentication
public boolean externalForceReAuthentication(io.jans.as.common.model.registration.Client client, ExternalPostAuthnContext context)
-
externalForceAuthorization
public boolean externalForceAuthorization(io.jans.as.common.model.registration.Client client, ExternalPostAuthnContext context)
-
externalForceReAuthentication
public boolean externalForceReAuthentication(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExternalPostAuthnContext context)
-
externalForceAuthorization
public boolean externalForceAuthorization(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration, ExternalPostAuthnContext context)
-
-