org.springframework.security.config
Class PasswordEncoderParser
java.lang.Object
org.springframework.security.config.PasswordEncoderParser
public class PasswordEncoderParser
- extends java.lang.Object
Stateful parser for the element.
Will produce a PasswordEncoder and (optionally) a SaltSource.
- Version:
- $Id: PasswordEncoderParser.java 3079 2008-05-20 22:45:02Z luke_t $
- Author:
- Luke Taylor
Constructor Summary |
PasswordEncoderParser(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PasswordEncoderParser
public PasswordEncoderParser(org.w3c.dom.Element element,
org.springframework.beans.factory.xml.ParserContext parserContext)
getPasswordEncoder
public org.springframework.beans.BeanMetadataElement getPasswordEncoder()
getSaltSource
public org.springframework.beans.factory.config.BeanDefinition getSaltSource()