public class RESTAuthFunction extends Object implements java.util.function.Function<RESTAuthParameter,Map<String,String>>
| Constructor and Description |
|---|
RESTAuthFunction(Map<String,String> initHeader,
AuthSession authSession) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
apply(RESTAuthParameter restAuthParameter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, compose, identitypublic RESTAuthFunction(Map<String,String> initHeader, AuthSession authSession)
public Map<String,String> apply(RESTAuthParameter restAuthParameter)
apply in interface java.util.function.Function<RESTAuthParameter,Map<String,String>>Copyright © 2023–2025 The Apache Software Foundation. All rights reserved.