public interface RestrictionsAfterLoginCallback extends AsynchronousCallback
Restrictions for a given client
which allows e.g. throttling.
This callback is only executed once after a login| Modifier and Type | Method and Description |
|---|---|
Set<Restriction> |
getRestrictions(ClientData clientData)
Gets called after a successful login of a client.
|
Set<Restriction> getRestrictions(ClientData clientData)
Restrictions which allow e.g. throttling of a clientclientData - information about the clientCopyright © 2013-2018 dc-square GmbH. All Rights Reserved.