public interface SecurityScope
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getGroupIds()
The group ids for which the security scope is meant for
|
String |
getTenantId()
The tenant id for which the security scope is meant for
|
String |
getUserId()
The id of the user for which the security scope is meant for
|
boolean |
hasAuthority(String authority)
Check if the security scope has the given authority.
|
String getUserId()
Set<String> getGroupIds()
String getTenantId()
boolean hasAuthority(String authority)
authority - the authority to be checkedtrue if the security scope has the given authority, false otherwiseCopyright © 2021 Flowable. All rights reserved.