Genero Application Server for Java User Guide 1.00

Content
Search
Index
Loading, please wait ...

Loading

  • Genero Application Server for Java User Guide
  • What's New in 1.00
  • Overview
    • Install and configure
    • Package content
    • Override the WebContent
    • Override the GBC
    • Deploy and run standalone
  • Quick Start Guide
    • Compile applications
    • Build Genero archive
    • Build war file
    • Run application
    • Tutorial: run fgl demos
    • Tutorial: run ggc demos
  • Configuring applications
    • Application configuration file
    • Application and service templates
    • How to implement delegation
      • How delegation works
      • Configure delegation for application or service
      • From the user agent to the REST service
      • From the REST service to the proxy
      • REST service example
      • Delegation use cases
    • How to implement Single sign-on (SSO)
      • OpenID Connect SSO
        • Quick start: Set up OpenID Connect
        • Configure OpenID Connect SSO
        • Configure OpenID Connect identity on Google
        • Add OpenID Connect SSO to Web application
        • Retrieve the OpenID Connect user identifier
        • Authorization and OpenID Connect SSO
        • Genero OpenID Connect FGLPROFILE
        • Genero OpenID Connect log file
      • SAML SSO
        • Quick start: Set up SAML
        • Configure support for SAML SSO
        • The ImportIdP program
        • Add SAML SSO to a Genero Web application
        • Select the SAML server (Identity Provider)
        • Define the SAML ID format
        • Retrieve the SAML user identifier
        • Set the authentication context
        • Retrieve identity attributes with SAML
        • Authorization and SAML SSO
        • Execute an application with SAML SSO
        • Genero SAML configuration
        • Specify a database to store SAML data
        • Genero SAML FGLPROFILE
        • Genero SAML log file
  • Application Web address
  • Serving static files
  • User Interface
    • Home page
    • Global resources page
    • Application resources page
  • Logging
    • Log file
    • Override category log resource
    • Override log resource at command line
  • Auto logout
    • Override auto logout resource
  • Upgrading
    • New Features of the JGAS
      • JGAS 1.00 new features
  • Configuration Reference
    • Configuration file
    • Configuration file hierarchy
    • Syntax diagrams
    • Configuration file elements
      • ACCESS_CONTROL
      • ALLOW_FROM
      • APPLICATION (for an application)
      • APPLICATION (for HTTP)
      • APPLICATION (for JGAS)
      • APPLICATION (for a service)
      • AUTO_LOGOUT (for JGAS)
      • CATEGORIES (under LOG)
      • CLASS
      • COMMAND (for auto logout)
      • COMMAND (under EXECUTION)
      • CONFIGURATION (for JGAS)
      • CONSOLE (under LOG)
      • DAILYFILE (under LOG)
      • DELEGATE
      • DESCRIPTION
      • DVM_AVAILABLE
      • DVM
      • ENVIRONMENT_VARIABLE
      • EXECUTION (for a service)
      • EXECUTION
      • FORMAT (under LOG)
      • GBC
      • GBC_LOOKUP_PATH
      • GDC_SHORTCUT
      • HEADER
      • HTTP
      • INTERFACE (for JGAS)
      • KEEP_ALIVE
      • LONG
      • LOG (for JGAS)
      • MAX_AVAILABLE
      • MAX_REQUESTS_PER_DVM
      • MIN_AVAILABLE
      • MODULE
      • PARAMETER
      • PARAMETERS
      • PATH (under EXECUTION)
      • POOL
      • PROXY (for an application)
      • PROXY (for a service)
      • PUBLIC_IMAGEPATH
      • REPORT_REMOTE_URL_PREFIX
      • REPORT_VIEWER_DIRECTORY
      • REQUEST_RESULT (for an application)
      • REQUEST_RESULT (for a service)
      • RESOURCE
      • RESOURCE (for a service)
      • RESOURCE (for an application)
      • RESOURCES (for JGAS)
      • ROOT_URL_PREFIX
      • SERVICE (for HTTP)
      • SERVICE (for JGAS)
      • SESSION_COOKIE
      • SHORT
      • START
      • TIMEOUT (for an application)
      • TIMEOUT (for a service)
      • TIMEOUT (for auto logout)
      • UA_OUTPUT
      • USER_AGENT
      • WEB_COMPONENT_DIRECTORY
  • Copyrights and Trademarks
  • application configuration [1]
  • application templates [1]
  • application web address [1]
  • command reference
    • fglrun AccessProgram [1]
    • fglrun ImportIdP [1]
  • configuration
    • as.xcf [1]
    • create application configuration [1]
    • JGAS configuration file [1]
    • JGAS configuration file hierarchy [1]
  • configuration element
    • ACCESS_CONTROL [1]
    • ALLOW_FROM [1]
    • APPLICATION (for a service) [1]
    • APPLICATION (for HTTP) [1]
    • AUTHCONTEXT [1]
    • COMMAND auto logout [1]
    • DELEGATE [1]
    • DESCRIPTION [1]
    • DVM [1]
    • DVM_AVAILABLE [1]
    • ENVIRONMENT_VARIABLE [1]
    • GBC [1]
    • GBC_LOOKUP_PATH [1]
    • GDC_SHORTCUT [1]
    • HEADER [1]
    • HTTP [1]
    • IDFORMAT [1]
    • KEEP_ALIVE [1]
    • LONG [1]
    • MAX_AVAILABLE [1]
    • MAX_REQUESTS_PER_DVM [1]
    • MIN_AVAILABLE [1]
    • MODULE [1]
    • PARAMETER [1]
    • PARAMETERS [1]
    • PATH [1]
    • POOL [1]
    • PROXY for app [1]
    • PROXY for service [1]
    • PUBLIC_IMAGEPATH [1]
    • REPORT_REMOTE_URL_PREFIX [1]
    • REPORT_VIEWER_DIRECTORY [1]
    • REQUEST_RESULT for app [1]
    • REQUEST_RESULT for service [1]
    • RESOURCE [1]
    • RESOURCE (for application) [1]
    • RESOURCE (for service) [1]
    • ROOT_URL_PREFIX [1]
    • SERVICE (for HTTP) [1]
    • SESSION_COOKIE [1]
    • SHORT [1]
    • START [1]
    • TIMEOUT
      • application [1]
      • service [1]
    • TIMEOUT auto logout [1]
    • UA_OUTPUT [1]
    • USER_AGENT [1]
    • WEB_COMPONENT_DIRECTORY [1]
  • delegation
    • configuring [1]
    • how delegation works [1]
    • implementation [1]
    • REST service
      • allowing application start [1]
      • example [1]
      • user agent request [1]
    • use cases
      • local authentication [1]
      • Single sign-on (SSO) authentication [1]
      • Web services monitoring [1]
  • examples
    • application configuration
      • access control for demos [1]
      • secure cookies [1]
      • with OpenID Connect SSO [1]
      • with SAML SSO [1]
    • delegation
      • approving proxy start [1]
      • configuration example [1]
      • examples of use [1]
      • passing parameters to proxy [1]
      • REST service [1]
        • delegation entry point [1]
        • non-delegated and delegated requests [1]
        • pass parameters [1]
        • pass URL [1]
        • request in delegation service [1]
    • Single sign-on (SSO)
      • OpenID Connect
        • authorization program [1]
        • retrieve user identifier [1]
      • SAML
        • authorization program [1]
        • retrieve identity attributes [1]
        • retrieve user identifier [1]
    • Single sign-on(SSO)
      • SAML
        • execute an application [1]
  • file format
    • OpenID Connect
      • FGLPROFILE file [1]
      • OIDC.log [1]
    • SAML.log [1]
  • JGAS
    • Installation [1]
    • package content [1]
    • standalone [1]
  • jgas autologout [1]
  • JGAS configuration element
    • APPLICATION [1]
    • APPLICATION (for app) [1]
    • AUTO_LOGOUT [1]
    • CATEGORIES [1]
    • CLASS [1]
    • COMMAND [1]
    • CONFIGURATION [1]
    • CONSOLE [1]
    • DAILYFILE [1]
    • EXECUTION [1]
    • EXECUTION for service [1]
    • FORMAT [1]
    • INTERFACE [1]
    • LOG [1]
    • RESOURCES [1]
    • SERVICE [1]
  • jgas logging
    • Application logs [1]
    • daily log file [1]
  • JGAS standalone
    • static files [1]
  • JGAS tutorial
    • run fgl demos [1] [2]
  • JGAS user interface
    • application resources page [1]
    • global resources page [1]
    • home page [1]
  • override
    • app resources [1]
    • gbc [1]
    • jgas autologout configuration [1]
    • log configuration [1]
    • webContent [1]
  • overview [1]
  • quick start jgas
    • build archive [1]
    • build war file [1]
    • compiling application [1]
    • run application [1]
  • quick start SSO
    • OpenID Connect, set up on JGAS [1]
    • SAML, set up on JGAS [1]
  • Single sign-on (SSO) [1]
    • OpenID Connect [1]
      • Add to Web application [1]
      • authorize user [1]
      • configure for GAS [1]
      • configure Google identity [1]
      • FGLPROFILE file [1]
      • IDP parameter
        • CLIENT_PUBLIC_ID parameter [1]
        • CLIENT_SECRET_ID parameter [1]
      • OIDC log file [1]
      • Retrieve user identifier [1]
      • set up on JGAS [1]
    • SAML [1]
      • Add SSO to Web application [1]
      • authenticate user [1]
      • authorize user [1]
      • configure GAS [1]
      • database [1]
      • define the ID format [1]
      • digital signatures [1]
      • federation of identities [1]
      • FGLPROFILE file [1]
      • FGLPROFILE file entries [1]
      • IDP parameter [1]
      • importIdP program [1]
      • log file [1]
      • retrieve identity attributes [1]
      • retrieve user identifier [1]
      • Set up on JGAS [1]
      • specify Identity Provider [1]
  • Single sign-on(SSO)
    • SAML
      • authenticate user [1]