public class DefaultAuthorizingHandler extends Object implements AuthorizingHandler
| 构造器和说明 |
|---|
DefaultAuthorizingHandler() |
DefaultAuthorizingHandler(DataAccessController dataAccessController) |
| 限定符和类型 | 方法和说明 |
|---|---|
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 在接口中 AuthorizingHandlerpublic void handleDataAccess(AuthorizingContext context)
handleDataAccess 在接口中 AuthorizingHandlerprotected void handleRBAC(Authentication authentication, AuthorizeDefinition definition)
Copyright © 2016–2021. All rights reserved.