Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
自分のコントローラーでパスワードを検証したいのですが。パスワードをSpringSecurityUIに送信し、パスワードが検証された場合に返品を受け取る方法はありますか?
あなたは探している:
springSecurityService.encodePassword
システムをsaltで構成した場合は、それも必要になります。文字列をエンコードし、エンコードされた文字列をユーザーオブジェクトから読み取り、2つを比較するだけです。
ドキュメント:
http://grails-plugins.github.com/grails-spring-security-core/docs/manual/guide/single.html#6.2%20SpringSecurityService