Package org.ametys.cms.remote
Interface RemoteUrl
-
- All Known Implementing Classes:
StaticRemoteUrl
public interface RemoteUrl
A RemoteUrl provides s a list of url (pattern) authorized to be called from a remote application
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Pattern>
getAllowedUrls()
Get the regular expression for allowed urls
-
-
-
Method Detail
-
getAllowedUrls
Set<Pattern> getAllowedUrls()
Get the regular expression for allowed urls- Returns:
- The
-
-