|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.springframework.security.access.SecurityConfig org.springframework.security.access.annotation.Jsr250SecurityConfig
public class Jsr250SecurityConfig
Security config applicable as a JSR 250 annotation attribute.
Field Summary | |
---|---|
static Jsr250SecurityConfig |
DENY_ALL_ATTRIBUTE
|
static Jsr250SecurityConfig |
PERMIT_ALL_ATTRIBUTE
|
Constructor Summary | |
---|---|
Jsr250SecurityConfig(java.lang.String role)
|
Method Summary |
---|
Methods inherited from class org.springframework.security.access.SecurityConfig |
---|
createList, createListFromCommaDelimitedString, createSingleAttributeList, equals, getAttribute, hashCode, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final Jsr250SecurityConfig PERMIT_ALL_ATTRIBUTE
public static final Jsr250SecurityConfig DENY_ALL_ATTRIBUTE
Constructor Detail |
---|
public Jsr250SecurityConfig(java.lang.String role)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |