Class ExternalAuthorizationChallengeService
- java.lang.Object
-
- io.jans.service.custom.script.ExternalScriptService
-
- io.jans.as.server.service.external.ExternalAuthorizationChallengeService
-
- All Implemented Interfaces:
Serializable
@ApplicationScoped public class ExternalAuthorizationChallengeService extends io.jans.service.custom.script.ExternalScriptService
Authorization Challenge service responsible for external script interaction.- Author:
- Yuriy Z
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExternalAuthorizationChallengeService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
externalAuthorize(ExecutionContext executionContext)
Map<String,String>
getAuthenticationMethodClaims(ExecutionContext executionContext)
io.jans.model.custom.script.conf.CustomScriptConfiguration
identifyScript(List<String> acrValues)
-
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
-
getAuthenticationMethodClaims
public Map<String,String> getAuthenticationMethodClaims(ExecutionContext executionContext)
-
externalAuthorize
public boolean externalAuthorize(ExecutionContext executionContext)
-
-