File: Deprecated_security_modules.xml

package info (click to toggle)
resteasy 3.6.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 34,612 kB
  • sloc: java: 265,492; xml: 27,855; javascript: 405; jsp: 166; python: 101; sh: 15; sql: 3; makefile: 2
file content (18 lines) | stat: -rw-r--r-- 607 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<chapter id="Deprecated_security_modules">
    <title>Deprecated Security Modules</title>

    <para>
        The following security related modules are deprecated and meant to be removed in the future:
    </para>

    <itemizedlist>
        <listitem>keystone</listitem>
        <listitem>login-module-authenticator</listitem>
        <listitem>resteasy-oauth</listitem>
        <listitem>skeleton-key-idm</listitem>
    </itemizedlist>

    <para>
        Please refer to http://www.keycloak.org/ for a modern solution for the usecases previously covered by the deprecated modules.
    </para>
</chapter>