public class AuthorizingHandleBeforeEvent extends org.springframework.context.ApplicationEvent implements AuthorizationEvent
source| 构造器和说明 |
|---|
AuthorizingHandleBeforeEvent(AuthorizingContext context,
HandleType handleType) |
| 限定符和类型 | 方法和说明 |
|---|---|
AuthorizingContext |
getContext() |
HandleType |
getHandleType() |
String |
getMessage() |
boolean |
isAllow() |
boolean |
isExecute() |
void |
setAllow(boolean allow) |
void |
setMessage(String message) |
getSource, toStringpublic AuthorizingHandleBeforeEvent(AuthorizingContext context, HandleType handleType)
public AuthorizingContext getContext()
public boolean isExecute()
public boolean isAllow()
public void setAllow(boolean allow)
public String getMessage()
public void setMessage(String message)
public HandleType getHandleType()
Copyright © 2016–2020. All rights reserved.