Package nl.b3p.commons.security.aselect
Interface ASelectClient
-
- All Known Implementing Classes:
ASelectAgentClient
public interface ASelectClient
Simpele interface met een methode om een request te sturen naar A-Select (server of agent).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCharset()
Map
performRequest(Map params)
void
setCharset(String charset)
-
-
-
Method Detail
-
performRequest
Map performRequest(Map params) throws IOException
- Throws:
IOException
-
setCharset
void setCharset(String charset)
-
getCharset
String getCharset()
-
-