Package org.cyclos.impl.utils
Interface InternetAddressListHandler
-
public interface InternetAddressListHandlerHandlesInternetAddressListentities
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisWhitelisted(InternetAddressList whiteList, String remoteAddress)Returns whether the given address is whitelisted in the given address list.InternetAddressListsetInternetAddressList(SimpleEntity entity, com.querydsl.core.types.Path<InternetAddressList> path, String internetAddressList)Sets theInternetAddressListas string, awaking the corresponding recurring task on changes
-
-
-
Method Detail
-
isWhitelisted
boolean isWhitelisted(InternetAddressList whiteList, String remoteAddress)
Returns whether the given address is whitelisted in the given address list. Returns true for null lists, assuming that any address is allowed.
-
setInternetAddressList
InternetAddressList setInternetAddressList(SimpleEntity entity, com.querydsl.core.types.Path<InternetAddressList> path, String internetAddressList)
Sets theInternetAddressListas string, awaking the corresponding recurring task on changes
-
-