Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jvx:server:security:dbsecman [2018/02/02 08:39]
admin
jvx:server:security:dbsecman [2020/06/25 10:48] (current)
cduncan
Line 1: Line 1:
 ~~Title: Using DBSecurityManager~~ ~~Title: Using DBSecurityManager~~
  
-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.+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.
  
-The JVx framework allows the integration of any authentication system. The Security Manager ​concept allows the use of a new system at any time.+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 passwort ​against a user table in the database.+[[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 28: 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 52: Line 52:
   * Verifying activation   * Verifying activation
  
-For the implementation of alternative authentication systems see [[jvx:​server:​security:​manager|Implementing the Security Manager]].+For the implementation of alternative authentication systemssee [[jvx:​server:​security:​manager|Implementing the Security Manager]].
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information