public class OutriggerPermission extends AccessPermission
BasicJeriExporter
. This class can be specified to BasicInvocationDispatcher
, which will then perform permission checks for
incoming remote calls using OutriggerPermission
instances.Modifier and Type | Field and Description |
---|---|
private static long |
serialVersionUID |
Constructor and Description |
---|
OutriggerPermission(String name)
Create a new
OutriggerPermission instance. |
equals, getActions, hashCode, implies
checkGuard, getName, newPermissionCollection, toString
private static final long serialVersionUID
public OutriggerPermission(String name)
OutriggerPermission
instance.
See AccessPermission
for details on
the name parameter.name
- the target nameNullPointerException
- if the target name is null
IllegalArgumentException
- if the target name does not match
the syntax specified in the comments at the beginning of
AccessPermission
.Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.