public class DefaultAuthorizingHandler extends Object implements AuthorizingHandler
| Constructor and Description |
|---|
DefaultAuthorizingHandler() |
DefaultAuthorizingHandler(DataAccessController dataAccessController) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleDataAccess(AuthorizingContext context) |
protected void |
handleRBAC(Authentication authentication,
AuthorizeDefinition definition) |
void |
handRBAC(AuthorizingContext context) |
void |
setDataAccessController(DataAccessController dataAccessController) |
void |
setEventPublisher(org.springframework.context.ApplicationEventPublisher eventPublisher) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandlepublic DefaultAuthorizingHandler(DataAccessController dataAccessController)
public DefaultAuthorizingHandler()
public void setDataAccessController(DataAccessController dataAccessController)
@Autowired public void setEventPublisher(org.springframework.context.ApplicationEventPublisher eventPublisher)
public void handRBAC(AuthorizingContext context)
handRBAC in interface AuthorizingHandlerpublic void handleDataAccess(AuthorizingContext context)
handleDataAccess in interface AuthorizingHandlerprotected void handleRBAC(Authentication authentication, AuthorizeDefinition definition)
Copyright © 2016–2021. All rights reserved.