Class PasswordProviderConfig
- java.lang.Object
-
- org.apache.tika.server.core.config.PasswordProviderConfig
-
- All Implemented Interfaces:
ParseContextConfig
public class PasswordProviderConfig extends Object implements ParseContextConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
PASSWORD
static String
PASSWORD_BASE64_UTF8
-
Constructor Summary
Constructors Constructor Description PasswordProviderConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
configure(jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, Metadata metadata, ParseContext context)
Configures the parseContext with present headers.
-
-
-
Field Detail
-
PASSWORD
public static final String PASSWORD
- See Also:
- Constant Field Values
-
PASSWORD_BASE64_UTF8
public static final String PASSWORD_BASE64_UTF8
- See Also:
- Constant Field Values
-
-
Method Detail
-
configure
public void configure(jakarta.ws.rs.core.MultivaluedMap<String,String> httpHeaders, Metadata metadata, ParseContext context)
Description copied from interface:ParseContextConfig
Configures the parseContext with present headers.- Specified by:
configure
in interfaceParseContextConfig
- Parameters:
httpHeaders
- the headers.metadata
- the metadata.context
- the parse context to configure.
-
-