mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Added doc comments
This commit is contained in:
parent
a16052431c
commit
08ab946e88
@ -39,6 +39,9 @@ import java.net.URISyntaxException;
|
|||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Synapse gateway handler for API authentication
|
||||||
|
*/
|
||||||
public class AuthenticationHandler extends AbstractHandler {
|
public class AuthenticationHandler extends AbstractHandler {
|
||||||
private static final Log log = LogFactory.getLog(AuthenticationHandler.class);
|
private static final Log log = LogFactory.getLog(AuthenticationHandler.class);
|
||||||
private static HandlerDescription EMPTY_HANDLER_METADATA = new HandlerDescription("API Security Handler");
|
private static HandlerDescription EMPTY_HANDLER_METADATA = new HandlerDescription("API Security Handler");
|
||||||
|
|||||||
@ -46,6 +46,9 @@ import java.net.URISyntaxException;
|
|||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
import java.util.Map;
|
import java.util.Map;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Contains util methods for synapse gateway authentication handler
|
||||||
|
*/
|
||||||
public class Utils {
|
public class Utils {
|
||||||
|
|
||||||
private static final Log log = LogFactory.getLog(Utils.class);
|
private static final Log log = LogFactory.getLog(Utils.class);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user