Package io.jans.as.server.service.net
Class UriService
java.lang.Object
io.jans.as.server.service.net.UriService
- Author:
- Yuriy Z
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanUnlikeisExternalUriWhitelisted(String), an empty/unconfigured externalUriWhiteList means "no exception granted" here, not "no restriction" - for callers that use a whitelist match as an opt-in bypass of an otherwise fail-closed security check (e.g. private-address validation for sector_identifier_uri/client_id), where defaulting to open would be a security regression rather than a permissive convenience.booleanorg.json.JSONObject
-
Constructor Details
-
UriService
public UriService()
-
-
Method Details
-
isExternalUriWhitelisted
-
isExplicitlyWhitelisted
UnlikeisExternalUriWhitelisted(String), an empty/unconfigured externalUriWhiteList means "no exception granted" here, not "no restriction" - for callers that use a whitelist match as an opt-in bypass of an otherwise fail-closed security check (e.g. private-address validation for sector_identifier_uri/client_id), where defaulting to open would be a security regression rather than a permissive convenience. -
loadJson
-