zoukankan      html  css  js  c++  java
  • Spring Security配置命名空间 authenticationprovider

    <authentication-provider user-service-ref="string">

    <user-service id="string" properties="string">

    <user name="string" password="string" authorities="string"

    locked="boolean" disabled="boolean"/>

    </user-service>

    <jdbc-user-service id="string"

    data-source-ref="string"

    cache-ref="string"

    users-by-username-query="string"

    authorities-by-username-query="string"

    group-authorities-by-username-query="string"

    role-prefix="string"/>

    <ldap-user-service id="string"

    ldap-server-ref="string"

    user-search-filter="string"

    user-search-base="string"

    group-search-filter="string"

    group-search-base="string"

    group-role-attribute="string"

    cache-ref="string"

    role-prefix="string"

    user-details-class="string"/>

    <password-encoder hash="plaintext|sha|sha-256|md5|md4|{sha}|{ssha}"

    base64="boolean">

    <salt-source user-property="string" system-wide="string"/>

    </password-encoder>

    </authentication-provider>

  • 相关阅读:
    第三章 读书笔记
    第一章 读书笔记
    第二章 读书笔记
    第九章
    第十章
    第8章 蜂鸣器
    第7章 led闪烁
    第6章 第一个Linux驱动程序:统计单词个数
    第5章 搭建S3C6410开发板环境
    第3章 Git使用入门
  • 原文地址:https://www.cnblogs.com/minideas/p/1935729.html
Copyright © 2011-2022 走看看