Interface ApplicationRemoteAddressValidator
- All Known Implementing Classes:
ApplicationRemoteAddressValidatorImpl,CachedApplicationRemoteAddressValidator
public interface ApplicationRemoteAddressValidator
Decides if a client address is authorised to connect as a given application.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanvalidate(Application application, InetAddress clientAddress)
-
Method Details
-
validate
- Parameters:
application- the Crowd application the client is trying to connect asclientAddress- the address of the client that is trying to connect- Returns:
trueif the connection is authorised
-