Example usage for org.springframework.security.config Elements Elements

List of usage examples for org.springframework.security.config Elements Elements

Introduction

In this page you can find the example usage for org.springframework.security.config Elements Elements.

Prototype

Elements

Source Link

Usage

From source file:org.springframework.security.config.SecurityNamespaceHandlerTests.java

@Test
public void constructionSucceeds() {
    new SecurityNamespaceHandler();
    // Shameless class coverage stats boosting
    new BeanIds() {
    };/*from  w  w  w .j a v  a 2  s  .  c o m*/
    new Elements() {
    };
}