public class AuthorizationController extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
AuthorizationController.Authorize
This functional interface represents an authorization mechanism for a given Fully Qualified Identifier (FQI).
|
| Modifier and Type | Field and Description |
|---|---|
static AuthorizationController.Authorize |
DEFAULT_AUTHORIZE |
static String |
FULLY_QUALIFIED_FEATURE_IDENTIFIER |
static String |
INVALID_ACCESS_TOKEN |
| Constructor and Description |
|---|
AuthorizationController() |
public static final String FULLY_QUALIFIED_FEATURE_IDENTIFIER
public static final String INVALID_ACCESS_TOKEN
public static AuthorizationController.Authorize DEFAULT_AUTHORIZE
Copyright © 2023 SiLA Java Developers. All rights reserved.