public class TrustedSpawnerResource extends StringConditionResource
When using exact matching, this must match the target OS account name. It is also valid to implement inexact (regex) matches as well. This would allow all possible matches (very insecure!):
.*
objectPointer, resourceIndex, sm| Constructor and Description |
|---|
TrustedSpawnerResource()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Rights |
getRightsInstance(java.lang.Object[] rights)
Instantiates a plugin's class that implements the
Rights interface, using
the array of objects representing a set of access rights fields. |
java.lang.String |
getTypeName()
Returns the plugin resource type name as a string.
|
describeRights, isAllowed, isInstanceNameValid, isRightsSetValidassociate, attach, disassociate, getACLMatcher, getEnclosingScope, getLibrary, getLink, getPermissions, init, refresh, registeredAs, toStringgetLibraries, getLibraryClasses, getLibsByClass, getVariableList, getVariablespublic java.lang.String getTypeName()
getTypeName in interface ResourcegetTypeName in class StringConditionResourcepublic Rights getRightsInstance(java.lang.Object[] rights)
Rights interface, using
the array of objects representing a set of access rights fields.getRightsInstance in interface ResourcegetRightsInstance in class StringConditionResourcerights - The objects needed to create an access rights instance.