CriteriaType - Proxy validation criteria type.public interface ProxyAuthenticator<CriteriaType>
| Modifier and Type | Method and Description |
|---|---|
void |
authenticate(URI uri,
CriteriaType criteria)
Authenticates the proxy callback URI.
|
void authenticate(@Nonnull URI uri, CriteriaType criteria) throws GeneralSecurityException
uri - Proxy callback URI to validate.criteria - Validation criteria.GeneralSecurityException - On authentication failure.Copyright © 1999–2015. All rights reserved.