public static final class SecurityHandler.QueryParamHandler
extends java.lang.Object
| Modifier and Type | Method | Description |
|---|---|---|
static SecurityHandler.QueryParamHandler |
from(Config config) |
Create an instance from configuration.
|
static SecurityHandler.QueryParamHandler |
from(QueryParamMapping mapping) |
Create an instance from existing mapping.
|
static SecurityHandler.QueryParamHandler |
from(java.lang.String queryParamName,
TokenHandler headerHandler) |
Create an instance from parameter name and explicit
TokenHandler. |
public static SecurityHandler.QueryParamHandler from(Config config)
config - configuration instancepublic static SecurityHandler.QueryParamHandler from(QueryParamMapping mapping)
mapping - existing mappingpublic static SecurityHandler.QueryParamHandler from(java.lang.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.