public interface AuthRule extends Handler
| 限定符和类型 | 方法和说明 |
|---|---|
AuthRule |
exclude(String path) |
AuthRule |
failure(AuthFailureHandler handler) |
AuthRule |
include(String path) |
AuthRule |
verifyIp() |
AuthRule |
verifyLogined() |
AuthRule |
verifyPath() |
AuthRule |
verifyPermissions(String... permissions) |
AuthRule |
verifyPermissionsAnd(String... permissions) |
AuthRule |
verifyRoles(String... roles) |
AuthRule |
verifyRolesAnd(String... roles) |
AuthRule verifyIp()
AuthRule verifyLogined()
AuthRule verifyPath()
AuthRule failure(AuthFailureHandler handler)
Copyright © 2021. All rights reserved.