Interface ScramExtension
public interface ScramExtension
Extension hook for optional SCRAM attributes.
- Since:
- 5.6
-
Method Summary
-
Method Details
-
process
boolean process(String name, String value, org.apache.hc.core5.http.protocol.HttpContext context) throws AuthenticationException Process an extension attribute.- Parameters:
name- attribute namevalue- attribute value ornullcontext- HTTP context- Returns:
- true if processed, false to ignore
- Throws:
AuthenticationException- on processing error- Since:
- 5.6
-
supports
Whether this extension supports the given attribute name.- Parameters:
name- attribute name- Returns:
- true if supported
- Since:
- 5.6
-