Spring Security Framework

org.springframework.security.config
Class X509BeanDefinitionParser

java.lang.Object
  extended by org.springframework.security.config.X509BeanDefinitionParser
All Implemented Interfaces:
BeanDefinitionParser

public class X509BeanDefinitionParser
extends Object
implements BeanDefinitionParser

Parses x509 element in namespace, registering an X509PreAuthenticatedProcessingFilter instance and a PreAuthenticatedProcessingFilterEntryPoint.

Since:
2.0
Version:
$Id$
Author:
Luke Taylor

Field Summary
static String ATT_REGEX
           
static String ATT_USER_SERVICE_REF
           
 
Constructor Summary
X509BeanDefinitionParser()
           
 
Method Summary
 BeanDefinition parse(Element element, ParserContext parserContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ATT_REGEX

public static final String ATT_REGEX
See Also:
Constant Field Values

ATT_USER_SERVICE_REF

public static final String ATT_USER_SERVICE_REF
See Also:
Constant Field Values
Constructor Detail

X509BeanDefinitionParser

public X509BeanDefinitionParser()
Method Detail

parse

public BeanDefinition parse(Element element,
                            ParserContext parserContext)
Specified by:
parse in interface BeanDefinitionParser

Spring Security Framework

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