Spring Security Framework

org.springframework.security.config
Class PasswordEncoderParser

java.lang.Object
  extended by org.springframework.security.config.PasswordEncoderParser

public class PasswordEncoderParser
extends Object

Stateful parser for the element. Will produce a PasswordEncoder and (optionally) a SaltSource.

Version:
$Id$
Author:
Luke Taylor

Constructor Summary
PasswordEncoderParser(Element element, ParserContext parserContext)
           
 
Method Summary
 BeanMetadataElement getPasswordEncoder()
           
 BeanDefinition getSaltSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordEncoderParser

public PasswordEncoderParser(Element element,
                             ParserContext parserContext)
Method Detail

getPasswordEncoder

public BeanMetadataElement getPasswordEncoder()

getSaltSource

public BeanDefinition getSaltSource()

Spring Security Framework

Copyright © 2004-2010 SpringSource, Inc. All Rights Reserved.