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>

  • 相关阅读:
    数组迭代方法
    promise
    Gulp执行预处理
    第一个gulp 项目
    vue 单元素过渡
    webpack 入门
    webpack初始化
    v-for 指令
    ajax 工作原理
    面试小问题
  • 原文地址:https://www.cnblogs.com/minideas/p/1935729.html
Copyright © 2011-2022 走看看