mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-19 20:25:31 +00:00
formatting change only
This commit is contained in:
+2
-2
@@ -47,8 +47,8 @@ public class SecuredSecurityTypes extends HasPermissionsImpl {
|
|||||||
* type-relative identifier is the {@link User#getName() username}.
|
* type-relative identifier is the {@link User#getName() username}.
|
||||||
*/
|
*/
|
||||||
public static final HasPermissions USER = new SecuredSecurityTypes("USER", DefaultActions
|
public static final HasPermissions USER = new SecuredSecurityTypes("USER", DefaultActions
|
||||||
.plus(UserActions.FORCE_OVERWRITE_PASSWORD, PublicReadableActions.READ_PUBLIC, UserActions.ADD_SUBSCRIPTION
|
.plus(UserActions.FORCE_OVERWRITE_PASSWORD, PublicReadableActions.READ_PUBLIC,
|
||||||
, UserActions.BE_PREMIUM));
|
UserActions.ADD_SUBSCRIPTION, UserActions.BE_PREMIUM));
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* type-relative identifier is the {@link RoleDefinition#getId() role ID's} string representation
|
* type-relative identifier is the {@link RoleDefinition#getId() role ID's} string representation
|
||||||
|
|||||||
Reference in New Issue
Block a user