Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

FEJ uses Spring Security for authentication purposes. Authentication configuration is located in the spring/custom-security.xml file.

File-based authentication

By default, for testing purposes, the FEJ container uses simple in-memory authentication with the NoOpPasswordEncoder encoder and plain-text credentials.

...

  • FIXICC_ADMIN - access by FIXICC with ALL permissions (the role is defined in fixicc_permissions.properties )
  • FIXICC_GUEST - access by FIXICC with ONLY READ permissions (the role is defined in fixicc_permissions.properties )
  • SSH_ADMIN - access by Remote Shell with ALL permissions (the role is defined in fixedge.properties)
  • JMX_ADMIN - access by JMX with ALL permissions (the role is defined in fixedge.properties)

LDAP authentication

FEJ also supports authentication against an LDAP server.

...