bug5693: removed TrustManager code, assuming Sailti will use valid SSL certificates

This commit is contained in:
Axel Uhl
2022-03-17 16:46:49 +01:00
parent 732863eecf
commit 5772f0b10a
3 changed files with 12 additions and 46 deletions
@@ -5,6 +5,17 @@ import java.net.URL;
import com.sap.sse.common.Named;
/**
* The {@link Named#getName() name} of a result URL provider object must identify it uniquely. As this
* name may be used in UI controls such as list boxes, the name must not have leading nor trailing blanks
* because they may otherwise be removed, leading to issues with name matching when round-tripping such
* a name. Being used as a key also for storing URLs of the provider persistently, changing the name
* over the life-cycle of a result URL provider will most likely lose all URLs stored persistently
* for a server environment.
*
* @author Axel Uhl (d043530)
*
*/
public interface ResultUrlProvider extends Named {
/**
* The URLs configured for this provider and readable with {@code Subject}'s permissions.