Spring Security Framework

org.springframework.security.annotation
Class Jsr250SecurityConfig

java.lang.Object
  extended by org.springframework.security.SecurityConfig
      extended by org.springframework.security.annotation.Jsr250SecurityConfig
All Implemented Interfaces:
Serializable, ConfigAttribute

public class Jsr250SecurityConfig
extends SecurityConfig

Security config applicable as a JSR 250 annotation attribute.

Since:
2.0
Author:
Ryan Heaton
See Also:
Serialized Form

Field Summary
static Jsr250SecurityConfig DENY_ALL_ATTRIBUTE
           
static Jsr250SecurityConfig PERMIT_ALL_ATTRIBUTE
           
 
Constructor Summary
Jsr250SecurityConfig(String role)
           
 
Method Summary
 
Methods inherited from class org.springframework.security.SecurityConfig
equals, getAttribute, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PERMIT_ALL_ATTRIBUTE

public static final Jsr250SecurityConfig PERMIT_ALL_ATTRIBUTE

DENY_ALL_ATTRIBUTE

public static final Jsr250SecurityConfig DENY_ALL_ATTRIBUTE
Constructor Detail

Jsr250SecurityConfig

public Jsr250SecurityConfig(String role)

Spring Security Framework

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