public class CachedApplicationRemoteAddressValidator extends Object implements ApplicationRemoteAddressValidator
PropertyManager.isCacheEnabled().| Constructor and Description |
|---|
CachedApplicationRemoteAddressValidator(PropertyManager propertyManager,
ClusterAwareInetAddressCache cacheUtil,
ApplicationRemoteAddressValidator delegate) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(Application application,
InetAddress clientAddress) |
public CachedApplicationRemoteAddressValidator(PropertyManager propertyManager, ClusterAwareInetAddressCache cacheUtil, ApplicationRemoteAddressValidator delegate)
public boolean validate(Application application, InetAddress clientAddress)
validate in interface ApplicationRemoteAddressValidatorapplication - the Crowd application the client is trying to connect asclientAddress - the address of the client that is trying to connecttrue if the connection is authorisedCopyright © 2023 Atlassian. All rights reserved.