Interface | Description |
---|---|
ApplicationRemoteAddressValidator |
Decides if a client address is authorised to connect as a given application.
|
ClientValidationManager |
Manager that validates whether a client can make a request.
|
Class | Description |
---|---|
ApplicationRemoteAddressValidatorImpl |
Validates a connection attempt based on whether the client address matches the set of allowed remote
addresses of the application.
|
CachedApplicationRemoteAddressValidator |
Caches the result of validating the application remote address.
|
ClientValidationManagerImpl |
Implements ClientValidationManager.
|
XForwardedForUtil |
Utility class for handling the X-Forwarded-For (XFF) HTTP request header.
|
Exception | Description |
---|---|
ClientValidationException |
Exception is thrown when a client validation fails.
|
Copyright © 2020 Atlassian. All rights reserved.