This commit is contained in:
Ludy87 2025-06-19 17:08:32 +02:00
parent 34e42980b7
commit 693140de19
No known key found for this signature in database
GPG Key ID: 92696155E0220F94
293 changed files with 2344 additions and 0 deletions

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package org.apache.pdfbox.examples.util;
import java.io.File;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.configuration;
import java.io.IOException;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.configuration;
import java.io.FileNotFoundException;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.configuration;
import java.io.IOException;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.configuration;
import java.io.File;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.configuration;
import org.springframework.beans.factory.annotation.Value;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.configuration;
import org.springframework.stereotype.Component;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.configuration;
import java.nio.file.Files;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.configuration;
import java.util.Properties;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.configuration.interfaces;
public interface ShowAdminInterface {

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model;
import java.io.File;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model;
import java.nio.file.Path;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model;
import java.io.IOException;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model;
import java.util.Calendar;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.api;
import org.springframework.web.multipart.MultipartFile;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.api;
import org.springframework.web.multipart.MultipartFile;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.api.converters;
import io.swagger.v3.oas.annotations.media.Schema;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.api.converters;
import io.swagger.v3.oas.annotations.media.Schema;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.api.misc;
public enum HighContrastColorCombination {

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.api.misc;
public enum ReplaceAndInvert {

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.api.security;
import io.swagger.v3.oas.annotations.media.Schema;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.enumeration;
import java.util.LinkedHashMap;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.enumeration;
import lombok.Getter;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.exception;
public class UnsupportedClaimException extends RuntimeException {

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.exception;
public class UnsupportedProviderException extends Exception {

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.oauth2;
import java.util.ArrayList;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.oauth2;
import java.util.ArrayList;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.oauth2;
import java.util.ArrayList;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.model.oauth2;
import static stirling.software.common.model.enumeration.UsernameAttribute.EMAIL;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.service;
import java.io.ByteArrayOutputStream;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.service;
import java.util.Calendar;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.service;
import java.io.File;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.service;
public interface UserServiceInterface {

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
/*

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import org.owasp.html.HtmlPolicyBuilder;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.io.ByteArrayInputStream;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.io.PrintWriter;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static java.nio.file.StandardWatchEventKinds.*;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.io.*;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.awt.geom.AffineTransform;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.io.ByteArrayOutputStream;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.awt.*;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.io.BufferedReader;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.util.List;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static stirling.software.common.util.ValidationUtils.isCollectionEmpty;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
public class RequestUriUtils {

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.awt.*;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.io.IOException;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.util.Collection;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.util.Collection;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.io.ByteArrayOutputStream;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.misc;
import java.awt.*;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.misc;
import stirling.software.common.model.api.misc.HighContrastColorCombination;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.misc;
import java.awt.*;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.misc;
import java.awt.geom.Rectangle2D;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.misc;
import java.io.IOException;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.propertyeditor;
import java.beans.PropertyEditorSupport;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.propertyeditor;
import java.beans.PropertyEditorSupport;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.service;
import static org.junit.jupiter.api.Assertions.*;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.service;
import org.apache.pdfbox.io.RandomAccessStreamCache.StreamCacheCreateFunction;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.io.IOException;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertFalse;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.*;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import java.util.List;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertFalse;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.misc;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.misc;
import org.junit.jupiter.api.Test;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.misc;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.misc;
import static org.junit.jupiter.api.Assertions.assertNotNull;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.misc;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.propertyeditor;
import java.util.List;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.common.util.propertyeditor;
import static org.junit.jupiter.api.Assertions.assertEquals;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.audit;
import java.lang.reflect.Method;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.audit;
/** Standardized audit event types for the application. */

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.audit;
/** Defines the different levels of audit logging available in the application. */

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.audit;
import java.lang.reflect.Method;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.audit;
import java.lang.annotation.ElementType;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.audit;
import java.lang.annotation.Annotation;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.config;
import java.util.Map;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.config;
import org.springframework.core.Ordered;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.config;
import org.springframework.context.annotation.Configuration;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.config;
import java.time.Instant;

View File

@ -1 +1,9 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.controller;
import java.time.Instant;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.model;
import java.io.Serializable;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.model.dto;
import lombok.Data;

View File

@ -1,3 +1,11 @@
/**
* Description: Enter description
* Author: Your Name
* Date: 2025-06-19
* Time: 17:06:51
*/
package stirling.software.proprietary.model.security;
import java.time.Instant;

Some files were not shown because too many files have changed in this diff Show More