Class DummyHandler
- java.lang.Object
-
- org.apache.synapse.commons.throttle.module.utils.impl.DummyHandler
-
- All Implemented Interfaces:
UserPriviligesHandler
public class DummyHandler extends Object implements UserPriviligesHandler
-
-
Field Summary
Fields Modifier and Type Field Description static Map
apiKey2roleMap
-
Constructor Summary
Constructors Constructor Description DummyHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
authenticateUser(AuthenticationFuture callback)
-
-
-
Field Detail
-
apiKey2roleMap
public static Map apiKey2roleMap
-
-
Method Detail
-
authenticateUser
public boolean authenticateUser(AuthenticationFuture callback)
- Specified by:
authenticateUser
in interfaceUserPriviligesHandler
-
-