org.jasypt.spring31.xml.encryption
Class EncryptionNamespaceHandler

Object
  extended by org.springframework.beans.factory.xml.NamespaceHandlerSupport
      extended by org.jasypt.spring31.xml.encryption.EncryptionNamespaceHandler
All Implemented Interfaces:
org.springframework.beans.factory.xml.NamespaceHandler

public final class EncryptionNamespaceHandler
extends org.springframework.beans.factory.xml.NamespaceHandlerSupport

Namespace handler for jasypt's encryption namespace.

In order to use this namespace, add its XML schema declaration to your Spring beans file like:

<beans xmlns="http://www.springframework.org/schema/beans"
       ...
       xmlns:encryption="http://www.jasypt.org/schema/encryption"
       ...
       xsi:schemaLocation="http://www.springframework.org/schema/beans
                           http://www.springframework.org/schema/beans/spring-beans-3.1.xsd
                           ...
                           http://www.jasypt.org/schema/encryption
                           http://www.jasypt.org/schema/encryption/jasypt-spring31-encryption-1.xsd
                           ...">

This namespace offers the following elements for creating instances of specific jasypt artifacts and add them to the Spring application context:

Since:
1.9.0
Author:
Daniel Fernández

Constructor Summary
EncryptionNamespaceHandler()
           
 
Method Summary
 void init()
           
 
Methods inherited from class org.springframework.beans.factory.xml.NamespaceHandlerSupport
decorate, parse, registerBeanDefinitionDecorator, registerBeanDefinitionDecoratorForAttribute, registerBeanDefinitionParser
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptionNamespaceHandler

public EncryptionNamespaceHandler()
Method Detail

init

public void init()


Copyright © 2011 The JASYPT team. All Rights Reserved.