public class EventSecurityExpressionRoot
extends org.springframework.security.access.expression.SecurityExpressionRoot
SecurityExpressionRoot
used for Message
expressions.Modifier and Type | Field and Description |
---|---|
org.springframework.messaging.Message<?> |
message |
Constructor and Description |
---|
EventSecurityExpressionRoot(org.springframework.security.core.Authentication authentication,
org.springframework.messaging.Message<?> message)
Instantiates a new event security expression root.
|
Modifier and Type | Method and Description |
---|---|
boolean |
hasEvent(java.lang.Object source) |
denyAll, getAuthentication, getPrincipal, hasAnyAuthority, hasAnyRole, hasAuthority, hasPermission, hasPermission, hasRole, isAnonymous, isAuthenticated, isFullyAuthenticated, isRememberMe, permitAll, setDefaultRolePrefix, setPermissionEvaluator, setRoleHierarchy, setTrustResolver
public EventSecurityExpressionRoot(org.springframework.security.core.Authentication authentication, org.springframework.messaging.Message<?> message)
authentication
- the authenticationmessage
- the message