使用salt-source bean,我需要实现哪个域?

时间:2013-05-09 00:46:07

标签: spring spring-security

我正在尝试在Spring安全性3中实现一个salt源作为我的安全性的一部分。我想对用户名加盐,但是为了使用它如下所示,我需要实现哪个域以便利用spring security的默认实现???

<authentication-manager>
    <authentication-provider user-service-ref="userDetailsService">
        <password-encoder hash="sha-256">
            <salt-source user-property="username" />
        </password-encoder>
    </authentication-provider>
</authentication-manager>

1 个答案:

答案 0 :(得分:-1)

我想在域名中你指的是安全命名空间。 Spring Security命名空间配置的位置是:http://www.springframework.org/schema/security/spring-security.xsd(不指定要针对最新版本解析的版本)。请查看文档:{​​{3}}