Interface PrivilegesRepository
public interface PrivilegesRepository
API to maintain the Polaris system-wide mapping of privilege names to and from integer IDs.
Implementation is provided as an @ApplicationScoped bean.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanupdatePrivilegesMapping(PrivilegesMapping expectedState, PrivilegesMapping newState)
-
Method Details
-
fetchPrivilegesMapping
-
updatePrivilegesMapping
boolean updatePrivilegesMapping(@Nonnull PrivilegesMapping expectedState, @Nonnull PrivilegesMapping newState)
-