public static final class SecurityHandler.QueryParamHandler extends Object
| Modifier and Type | Method and Description |
|---|---|
static SecurityHandler.QueryParamHandler |
create(Config config)
Create an instance from configuration.
|
static SecurityHandler.QueryParamHandler |
create(QueryParamMapping mapping)
Create an instance from existing mapping.
|
static SecurityHandler.QueryParamHandler |
create(String queryParamName,
TokenHandler headerHandler)
Create an instance from parameter name and explicit
TokenHandler. |
public static SecurityHandler.QueryParamHandler create(Config config)
config - configuration instancepublic static SecurityHandler.QueryParamHandler create(QueryParamMapping mapping)
mapping - existing mappingpublic static SecurityHandler.QueryParamHandler create(String queryParamName, TokenHandler headerHandler)
TokenHandler.queryParamName - name of parameterheaderHandler - handler to extract parameter and store the headerCopyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.