|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RequestKey | |
---|---|
org.springframework.security.web.access.expression | |
org.springframework.security.web.access.intercept | Enforces security for HTTP requests, typically by the URL requested. |
Uses of RequestKey in org.springframework.security.web.access.expression |
---|
Constructor parameters in org.springframework.security.web.access.expression with type arguments of type RequestKey | |
---|---|
ExpressionBasedFilterInvocationSecurityMetadataSource(UrlMatcher urlMatcher,
LinkedHashMap<RequestKey,Collection<ConfigAttribute>> requestMap,
WebSecurityExpressionHandler expressionHandler)
|
Uses of RequestKey in org.springframework.security.web.access.intercept |
---|
Constructor parameters in org.springframework.security.web.access.intercept with type arguments of type RequestKey | |
---|---|
DefaultFilterInvocationSecurityMetadataSource(UrlMatcher urlMatcher,
LinkedHashMap<RequestKey,Collection<ConfigAttribute>> requestMap)
Builds the internal request map from the supplied map. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |