public interface MigrationProvider extends Provider
| Modifier and Type | Method and Description |
|---|---|
ClientScopeModel |
addOIDCMicroprofileJWTClientScope(RealmModel realm)
Adds the
microprofile-jwt optional client scope to the realm and returns the created scope. |
ClientScopeModel |
addOIDCRolesClientScope(RealmModel realm)
Add 'roles' client scope or return it if already exists
|
ClientScopeModel |
addOIDCWebOriginsClientScope(RealmModel realm)
Add 'web-origins' client scope or return it if already exists
|
Map<String,ProtocolMapperModel> |
getBuiltinMappers(String protocol) |
List<ProtocolMapperRepresentation> |
getMappersForClaimMask(Long claimMask) |
void |
setupAdminCli(RealmModel realm) |
List<ProtocolMapperRepresentation> getMappersForClaimMask(Long claimMask)
claimMask - mask used on ClientModel in 1.1.0Map<String,ProtocolMapperModel> getBuiltinMappers(String protocol)
void setupAdminCli(RealmModel realm)
ClientScopeModel addOIDCRolesClientScope(RealmModel realm)
realm - ClientScopeModel addOIDCWebOriginsClientScope(RealmModel realm)
realm - ClientScopeModel addOIDCMicroprofileJWTClientScope(RealmModel realm)
microprofile-jwt optional client scope to the realm and returns the created scope. If the scope
already exists in the realm then the existing scope is returned.realm - the realm to which the scope is to be added.microprofile-jwt client scope that was either created or already exists in the realm.Copyright © 2021 JBoss by Red Hat. All rights reserved.