keycloak-oidc-service
|
公開メンバ関数 | |
ClientScopeEvaluateScopeMappingsResource (RoleContainerModel roleContainer, AdminPermissionEvaluator auth, ClientModel client, String scopeParam, KeycloakSession session) | |
List< RoleRepresentation > | getGrantedScopeMappings () |
List< RoleRepresentation > | getNotGrantedScopeMappings () |
非公開メンバ関数 | |
List< RoleModel > | getGrantedRoles () |
非公開変数類 | |
final RoleContainerModel | roleContainer |
final AdminPermissionEvaluator | auth |
final ClientModel | client |
final String | scopeParam |
final KeycloakSession | session |
|
inline |
|
inlineprivate |
|
inline |
Get effective scope mapping of all roles of particular role container, which this client is defacto allowed to have in the accessToken issued for him.
This contains scope mappings, which this client has directly, as well as scope mappings, which are granted to all client scopes, which are linked with this client.
|
inline |
Get roles, which this client doesn't have scope for and can't have them in the accessToken issued for him. Defacto all the other roles of particular role container, which are not in getGrantedScopeMappings()
|
private |
|
private |
|
private |
|
private |
|
private |