Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
jvx:server:security:dbsecman [2018/02/02 08:39] admin created |
jvx:server:security:dbsecman [2020/06/25 10:48] (current) cduncan |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | User authentication is a common requirement for business applications. Although it is a fairly simple task, implementation is often anything but easy. The more an application has to be integrated into an existing infrastructure, the more complex the implementation can be, e.g. Single Sign On. | + | ~~Title: Using DBSecurityManager~~ |
- | The JVx framework allows the integration of any authentication system. The Security Manager concept allows the use of a new system at any time. | + | User authentication is a common requirement for business applications. Although it is a fairly simple task, implementation is often anything but easy. The more an application has to be integrated into an existing infrastructure, the more complex the implementation can be, e.g., single sign on. |
- | [[jvx:server:security:xmlsecman:XmlSecuritymanager]] and DBSecurityManager have already been implemented. The DBSecurityManager checks a username and passwort against a user table in the database. | + | The JVx framework allows the integration of any authentication system. The security manager concept allows the use of a new system at any time. |
+ | |||
+ | [[jvx:server:security:xmlsecman:XmlSecuritymanager]] and DBSecurityManager have already been implemented. The DBSecurityManager checks a username and password against a user table in the database. | ||
This table can be defined as follows: | This table can be defined as follows: | ||
Line 26: | Line 28: | ||
</file> | </file> | ||
- | The config.xml has to be adapted to enable the use of the Security Manager: | + | The config.xml has to be adapted to enable the use of the security manager: |
<file xml config.xml> | <file xml config.xml> | ||
Line 50: | Line 52: | ||
* Verifying activation | * Verifying activation | ||
- | or the implementation of alternative authentication systems see [[jvx:server:security:manager|Implementing the Security Manager]]. | + | For the implementation of alternative authentication systems, see [[jvx:server:security:manager|Implementing the Security Manager]]. |