@FunctionalInterface public static interface AuthorizationController.Authorize
| Modifier and Type | Method and Description |
|---|---|
void |
authorize(String fqi)
Authorizes the specified Fully Qualified Identifier (FQI) by implementing the desired authorization
mechanism.
|
void authorize(String fqi) throws SiLAErrorException
fqi - The Fully Qualified Identifier (FQI) to be authorized.SiLAErrorException - If any errors occur during the authorization process
or the authorization is not granted.Copyright © 2024 SiLA Java Developers. All rights reserved.