Package | Description |
---|---|
eu.eidas.auth.commons |
Common Authentication Service functionalities to be deployed in every eIDAS node
is contained in this package.
|
Modifier and Type | Method and Description |
---|---|
static BindingMethod |
BindingMethod.fromString(String val) |
BindingMethod |
IncomingRequest.getMethod() |
BindingMethod |
WebRequest.getMethod() |
static BindingMethod |
BindingMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BindingMethod[] |
BindingMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static eu.eidas.auth.commons.lang.EnumMapper<String,BindingMethod> |
BindingMethod.mapper() |
Constructor and Description |
---|
IncomingRequest(BindingMethod webMethod,
com.google.common.collect.ImmutableMap<String,com.google.common.collect.ImmutableList<String>> parameters,
String remoteIpAddr,
String relaySt) |
IncomingRequest(BindingMethod webMethod,
Map<String,String[]> parameterMap,
String remoteIpAddress,
String relayState) |
Copyright © 2020. All Rights Reserved.