Package swiss.trustbroker.common.util
Class UrlAcceptor
java.lang.Object
swiss.trustbroker.common.util.UrlAcceptor
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisRedirectUrlOkForAccess(String requestedRedirectUri, List<URI> acUrls) static booleanisRedirectUrlOkForAccess(String requestedRedirectUri, Set<String> acUrls) static booleanisTrustedOrigin(String origin, Set<String> acUrls) static booleanisUrlOkForAccess(URI check, URI accept) static booleanisUrlOkForAccessIgnoringPath(URI check, URI accept)
-
Method Details
-
isTrustedOrigin
-
isRedirectUrlOkForAccess
-
isRedirectUrlOkForAccess
-
isUrlOkForAccess
-
isUrlOkForAccessIgnoringPath
-