@HandlesMessage(value=be.fedict.eid.applet.shared.AuthenticationDataMessage.class) public class AuthenticationDataMessageHandler extends Object implements MessageHandler<be.fedict.eid.applet.shared.AuthenticationDataMessage>
Modifier and Type | Field and Description |
---|---|
static String |
AUDIT_SERVICE_INIT_PARAM_NAME |
static String |
AUTHENTICATED_USER_IDENTIFIER_SESSION_ATTRIBUTE |
static String |
AUTHN_SERVICE_INIT_PARAM_NAME |
static String |
AUTHN_SIGNATURE_SERVICE_INIT_PARAM_NAME |
static String |
CHALLENGE_MAX_MATURITY_INIT_PARAM_NAME |
static String |
NRCID_APP_ID_INIT_PARAM_NAME |
static String |
NRCID_ORG_ID_INIT_PARAM_NAME |
static String |
NRCID_SECRET_INIT_PARAM_NAME |
static String |
PLAIN_TEXT_DIGEST_ALGO_OID |
Constructor and Description |
---|
AuthenticationDataMessageHandler() |
Modifier and Type | Method and Description |
---|---|
Object |
handleMessage(be.fedict.eid.applet.shared.AuthenticationDataMessage message,
Map<String,String> httpHeaders,
javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpSession session)
Handles the given message.
|
void |
init(javax.servlet.ServletConfig config)
Initializes this message handler.
|
public static final String AUTHENTICATED_USER_IDENTIFIER_SESSION_ATTRIBUTE
public static String PLAIN_TEXT_DIGEST_ALGO_OID
public static final String AUTHN_SERVICE_INIT_PARAM_NAME
public static final String AUTHN_SIGNATURE_SERVICE_INIT_PARAM_NAME
public static final String AUDIT_SERVICE_INIT_PARAM_NAME
public static final String CHALLENGE_MAX_MATURITY_INIT_PARAM_NAME
public static final String NRCID_SECRET_INIT_PARAM_NAME
public static final String NRCID_ORG_ID_INIT_PARAM_NAME
public static final String NRCID_APP_ID_INIT_PARAM_NAME
public Object handleMessage(be.fedict.eid.applet.shared.AuthenticationDataMessage message, Map<String,String> httpHeaders, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpSession session) throws javax.servlet.ServletException
MessageHandler
null
.handleMessage
in interface MessageHandler<be.fedict.eid.applet.shared.AuthenticationDataMessage>
request
- the request from which the body already may be consumed.javax.servlet.ServletException
public void init(javax.servlet.ServletConfig config) throws javax.servlet.ServletException
MessageHandler
init
in interface MessageHandler<be.fedict.eid.applet.shared.AuthenticationDataMessage>
javax.servlet.ServletException
Copyright © 2008-2018 FedICT. All Rights Reserved.