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