public interface ScopeContainerModel
Modifier and Type | Method and Description |
---|---|
void |
addScopeMapping(RoleModel role) |
void |
deleteScopeMapping(RoleModel role) |
Set<RoleModel> |
getRealmScopeMappings()
From the scope mappings returned by
getScopeMappings() returns only those
that belong to the realm that owns this scope container. |
default Set<RoleModel> |
getScopeMappings()
Deprecated.
|
Stream<RoleModel> |
getScopeMappingsStream() |
boolean |
hasScope(RoleModel role) |
@Deprecated default Set<RoleModel> getScopeMappings()
Set<RoleModel> getRealmScopeMappings()
getScopeMappings()
returns only those
that belong to the realm that owns this scope container.void addScopeMapping(RoleModel role)
void deleteScopeMapping(RoleModel role)
boolean hasScope(RoleModel role)
Copyright © 2020 JBoss by Red Hat. All rights reserved.