JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Tree
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.elitesland.ystdsm.sys.feign
Interface IamClient
@FeignClient(name="${yst.security.iam-service-name:yst-dms-sys}", path="/api/v1/authz")
public interface
IamClient
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
AuthzResponse
authorize
(
AuthzRequest
authzRequest)
Method Details
authorize
@PostMapping("/authorize")
AuthzResponse
authorize
(@RequestBody
AuthzRequest
authzRequest)