public interface ScramExtension
| Modifier and Type | Method and Description |
|---|---|
boolean |
process(String name,
String value,
HttpContext context)
Process an extension attribute.
|
boolean |
supports(String name)
Whether this extension supports the given attribute name.
|
boolean process(String name, String value, HttpContext context) throws AuthenticationException
name - attribute namevalue - attribute value or nullcontext - HTTP contextAuthenticationException - on processing errorboolean supports(String name)
name - attribute nameCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.