public interface HttpAuthent
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_KEY |
static String |
FIELD_USER |
Modifier and Type | Method and Description |
---|---|
void |
checkAuthent(HttpSession httpSession,
R66Session session)
Method to check authentication
|
void |
finalizeTransfer(HttpSession httpSession,
R66Session session)
Finalize the transfer according to status in sessions
|
String |
getUserId() |
void |
initializeAuthent(Map<String,String> arguments)
Method to setup authentication using servlet arguments
|
static final String FIELD_USER
static final String FIELD_KEY
void initializeAuthent(Map<String,String> arguments)
arguments
- Map of all arguments as Stringvoid checkAuthent(HttpSession httpSession, R66Session session) throws IllegalArgumentException
httpSession
- session
- IllegalArgumentException
String getUserId()
void finalizeTransfer(HttpSession httpSession, R66Session session) throws IllegalArgumentException
httpSession
- session
- IllegalArgumentException
Copyright © 2009–2020 Waarp. All rights reserved.