Tabnine Logo
FirewallConfig.addRolesConcurrencyCounter
Code IndexAdd Tabnine to your IDE (free)

How to use
addRolesConcurrencyCounter
method
in
org.restlet.ext.platform.FirewallConfig

Best Java code snippets using org.restlet.ext.platform.FirewallConfig.addRolesConcurrencyCounter (Showing top 4 results out of 315)

origin: org.restlet.gae/org.restlet.ext.platform

/**
 * Adds a rule that restricts access according to the {@link Role} of the
 * current authenticated {@link User}. Each role is defined a limit in terms
 * of concurrent requests, in any other case the access is forbidden.
 * 
 * @param limitsPerRole
 *            The limit assigned per role's name.
 */
public void addRolesConcurrencyCounter(Map<String, Integer> limitsPerRole) {
  addRolesConcurrencyCounter(limitsPerRole, 0);
}
origin: org.restlet.jse/org.restlet.ext.platform

/**
 * Adds a rule that restricts access according to the {@link Role} of the
 * current authenticated {@link User}. Each role is defined a limit in terms
 * of concurrent requests, in any other case the access is forbidden.
 * 
 * @param limitsPerRole
 *            The limit assigned per role's name.
 */
public void addRolesConcurrencyCounter(Map<String, Integer> limitsPerRole) {
  addRolesConcurrencyCounter(limitsPerRole, 0);
}
origin: org.restlet.jee/org.restlet.ext.platform

/**
 * Adds a rule that restricts access according to the {@link Role} of the
 * current authenticated {@link User}. Each role is defined a limit in terms
 * of concurrent requests, in any other case the access is forbidden.
 * 
 * @param limitsPerRole
 *            The limit assigned per role's name.
 */
public void addRolesConcurrencyCounter(Map<String, Integer> limitsPerRole) {
  addRolesConcurrencyCounter(limitsPerRole, 0);
}
origin: org.restlet.osgi/org.restlet.ext.platform

/**
 * Adds a rule that restricts access according to the {@link Role} of the
 * current authenticated {@link User}. Each role is defined a limit in terms
 * of concurrent requests, in any other case the access is forbidden.
 * 
 * @param limitsPerRole
 *            The limit assigned per role's name.
 */
public void addRolesConcurrencyCounter(Map<String, Integer> limitsPerRole) {
  addRolesConcurrencyCounter(limitsPerRole, 0);
}
org.restlet.ext.platformFirewallConfigaddRolesConcurrencyCounter

Javadoc

Adds a rule that restricts access according to the Role of the current authenticated User. Each role is defined a limit in terms of concurrent requests, in any other case the access is forbidden.

Popular methods of FirewallConfig

  • <init>
    Private Constructor.
  • add
    Adds a rule to the firewall.
  • addIpAddressesBlackList
    Adds a rule that forbids access to the given set of IP addresses.
  • addIpAddressesWhiteList
    Adds a rule that restricts access to the given set of IP addresses.
  • addRolesPeriodicCounter
    Adds a rule that restricts access according to the Role of the current authenticated User. Each role

Popular in Java

  • Making http requests using okhttp
  • onRequestPermissionsResult (Fragment)
  • orElseThrow (Optional)
    Return the contained value, if present, otherwise throw an exception to be created by the provided s
  • onCreateOptionsMenu (Activity)
  • Kernel (java.awt.image)
  • BitSet (java.util)
    The BitSet class implements abit array [http://en.wikipedia.org/wiki/Bit_array]. Each element is eit
  • TimeZone (java.util)
    TimeZone represents a time zone offset, and also figures out daylight savings. Typically, you get a
  • CountDownLatch (java.util.concurrent)
    A synchronization aid that allows one or more threads to wait until a set of operations being perfor
  • TimeUnit (java.util.concurrent)
    A TimeUnit represents time durations at a given unit of granularity and provides utility methods to
  • JTable (javax.swing)
  • Top plugins for WebStorm
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

    FAQBlogTabnine AcademyTerms of usePrivacy policyJava Code IndexJavascript Code Index
Get Tabnine for your IDE now