public class PasswordProviderConfig extends Object implements ParseContextConfig
Modifier and Type | Field and Description |
---|---|
static String |
PASSWORD |
static String |
PASSWORD_BASE64_UTF8 |
Constructor and Description |
---|
PasswordProviderConfig() |
Modifier and Type | Method and Description |
---|---|
void |
configure(javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders,
Metadata metadata,
ParseContext context)
Configures the parseContext with present headers.
|
public static final String PASSWORD
public static final String PASSWORD_BASE64_UTF8
public void configure(javax.ws.rs.core.MultivaluedMap<String,String> httpHeaders, Metadata metadata, ParseContext context)
ParseContextConfig
configure
in interface ParseContextConfig
httpHeaders
- the headers.metadata
- the metadata.context
- the parse context to configure.Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.