mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-16 10:48:47 +00:00
bug6148: formatting change only
This commit is contained in:
+2
-4
@@ -161,8 +161,7 @@ public class LocalServerManagementPanel extends SimplePanel {
|
||||
}
|
||||
|
||||
private Widget createBearerTokenAbusePanel() {
|
||||
final ServerDataCaptionPanel panel = new ServerDataCaptionPanel(stringMessages.ipsLockedForBearerTokenAbuse(),
|
||||
3);
|
||||
final ServerDataCaptionPanel panel = new ServerDataCaptionPanel(stringMessages.ipsLockedForBearerTokenAbuse(), 3);
|
||||
panel.ensureDebugId("bearerTokenAbusePanel");
|
||||
final IPBlocklistTableWrapper table = new IPBlocklistTableWrapper(sailingService, userService,
|
||||
stringMessages.unableToLoadIpsBlockedForBearerTokenAbuse(), stringMessages, errorReporter) {
|
||||
@@ -181,8 +180,7 @@ public class LocalServerManagementPanel extends SimplePanel {
|
||||
}
|
||||
|
||||
private Widget createUserCreationAbusePanel() {
|
||||
final ServerDataCaptionPanel panel = new ServerDataCaptionPanel(stringMessages.ipsLockedForUserCreationAbuse(),
|
||||
3);
|
||||
final ServerDataCaptionPanel panel = new ServerDataCaptionPanel(stringMessages.ipsLockedForUserCreationAbuse(), 3);
|
||||
panel.ensureDebugId("userCreationAbusePanel");
|
||||
final IPBlocklistTableWrapper table = new IPBlocklistTableWrapper(sailingService, userService,
|
||||
stringMessages.unableToLoadIpsBlockedForUserCreationAbuse(), stringMessages, errorReporter) {
|
||||
|
||||
+2
-1
@@ -761,4 +761,5 @@ public interface SailingServiceWrite extends FileStorageManagementGwtService, Sa
|
||||
void resetAIAgentCredentials();
|
||||
|
||||
void copyPairingListFromOtherLeaderboard(String sourceLeaderboardName, String targetLeaderboardName, String fromRaceColumnName,
|
||||
String toRaceColumnInclusiveName) throws UnauthorizedException, NotFoundException;}
|
||||
String toRaceColumnInclusiveName) throws UnauthorizedException, NotFoundException;
|
||||
}
|
||||
|
||||
+2
-1
@@ -5,6 +5,7 @@ import java.util.HashSet;
|
||||
import java.util.Set;
|
||||
|
||||
import com.sap.sse.security.shared.HasPermissions;
|
||||
import com.sap.sse.security.shared.IPAddress;
|
||||
import com.sap.sse.security.shared.RoleDefinition;
|
||||
|
||||
/**
|
||||
@@ -52,7 +53,7 @@ public class SecuredSecurityTypes extends HasPermissionsImpl {
|
||||
|
||||
|
||||
/**
|
||||
* type-relative identifier is the {@link User#getName() ip}.
|
||||
* type-relative identifier is the {@link IPAddress#getName() ip address as String}.
|
||||
*/
|
||||
public static final HasPermissions LOCKED_IP = new SecuredSecurityTypes("LOCKED_IP", DefaultActions.values());
|
||||
|
||||
|
||||
-2
@@ -51,10 +51,8 @@ public class SuccessInfo implements IsSerializable {
|
||||
public String getRedirectURL() {
|
||||
return redirectURL;
|
||||
}
|
||||
|
||||
|
||||
public String getExtra() {
|
||||
return extra;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user