Class ExternalSelectAccountService

  • All Implemented Interfaces:
    Serializable

    @ApplicationScoped
    @Named
    public class ExternalSelectAccountService
    extends io.jans.service.custom.script.ExternalScriptService
    Author:
    Yuriy Z
    See Also:
    Serialized Form
    • Constructor Detail

      • ExternalSelectAccountService

        public ExternalSelectAccountService()
    • Method Detail

      • externalGetAccountDisplayName

        public String externalGetAccountDisplayName​(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration,
                                                    ExecutionContext context)
      • externalPrepare

        public boolean externalPrepare​(ExecutionContext context)
      • externalPrepare

        public boolean externalPrepare​(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration,
                                       ExecutionContext context)
      • externalOnSelect

        public boolean externalOnSelect​(ExecutionContext context)
      • externalOnSelect

        public boolean externalOnSelect​(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration,
                                        ExecutionContext context)
      • externalGetSelectAccountPage

        public String externalGetSelectAccountPage​(io.jans.model.custom.script.conf.CustomScriptConfiguration scriptConfiguration,
                                                   ExecutionContext context)