| Package | Description |
|---|---|
| org.wso2.is.key.manager.core.tokenmgt.issuers | |
| org.wso2.is.key.manager.core.tokenmgt.util |
| Modifier and Type | Class and Description |
|---|---|
class |
RoleBasedScopesIssuer
This class implements Scope Validator which represents the functions related to an scope issuer which
issues scopes based on user roles.
|
| Modifier and Type | Method and Description |
|---|---|
static Map<String,AbstractScopesIssuer> |
TokenMgtDataHolder.getScopesIssuers() |
| Modifier and Type | Method and Description |
|---|---|
static void |
TokenMgtDataHolder.addScopesIssuer(String prefix,
AbstractScopesIssuer scopesIssuer)
Add scope issuers to the map.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
TokenMgtDataHolder.setScopesIssuers(Map<String,AbstractScopesIssuer> scpIssuers) |
Copyright © 2024 WSO2. All rights reserved.