Java 用户帐户管理解决方案 [英] Solutions for Java User Account Management

查看:49
本文介绍了Java 用户帐户管理解决方案的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我目前正在开发一个 Java Web 应用程序,该应用程序依赖于权限机制来管理用户内容.这当然意味着我们需要管理用户.我们当前的用户管理系统是一个内部系统,用于管理 RDBMS 中有关用户、组、用户和权限的信息.该系统有效,但维护起来很麻烦.我想找到一种方法来简化事情.

I currently work on a Java web application that has relies on a permissions mechanism to manage user content. This of course means that we need to manage users. Our current user management system is an in house system that manage info about users, groups, and user and permissions in an RDBMS. The system works but is a hassle to maintain. I'd like to find a way to simplify things.

鉴于用户管理是许多 Web 应用程序的核心功能,因此似乎必须在 Internet 计算机上普遍使用用于管理用户的软件包.您使用什么解决方案来管理用户?似乎 Spring Security 包之类的东西可能会起作用,但我想在将自己锁定到 Spring Security 之前了解可用的内容.

It seems that packages to manage users must be commonly used out there on the internet machine given that user management is a core piece of functionality of many web apps. What solution to you use to manage users? It seems that something like the Spring Security package may work, but I'd like to get a handle on what's available before locking myself into Spring Security.

谢谢.

推荐答案

您正在寻找诸如 LDAP 或 Active Directory 之类的工具来管理您的用户.您将使用 Spring Security 应用/强制您存储在 LDAP 中的安全信息.非常确定您可以将任何应用服务器配置为使用 LDAP 进行开箱即用的基本身份验证和授权功能.

You are looking for something like LDAP or Active Directory to manage your users. You would use Spring Security to apply/enforce your security information that you store in LDAP. Pretty sure you can configure any App Server to use LDAP for basic authentication and authorization features out of the box.

这篇关于Java 用户帐户管理解决方案的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆