public class GritAuthProcessor2
extends org.noear.solon.auth.AuthProcessorBase
| Constructor and Description |
|---|
GritAuthProcessor2() |
| Modifier and Type | Method and Description |
|---|---|
protected List<String> |
getPermissions() |
protected List<String> |
getRoles() |
protected String |
getSubjectDisplayName()
获取主体显示名
|
protected long |
getSubjectId()
获取主体Id
|
boolean |
verifyIp(String ip) |
boolean |
verifyLogined() |
boolean |
verifyPath(String path,
String method) |
protected long getSubjectId()
protected String getSubjectDisplayName()
public boolean verifyIp(String ip)
verifyIp in interface org.noear.solon.auth.AuthProcessorverifyIp in class org.noear.solon.auth.AuthProcessorBasepublic boolean verifyLogined()
verifyLogined in interface org.noear.solon.auth.AuthProcessorverifyLogined in class org.noear.solon.auth.AuthProcessorBasepublic boolean verifyPath(String path, String method)
verifyPath in interface org.noear.solon.auth.AuthProcessorverifyPath in class org.noear.solon.auth.AuthProcessorBaseprotected List<String> getPermissions()
getPermissions in class org.noear.solon.auth.AuthProcessorBaseCopyright © 2025. All rights reserved.