public class PERMISSION extends Object
Modifier and Type | Field and Description |
---|---|
static UriRef |
BaseRole
definition: A base role is a set of connected
rights that every user automatically has.
|
static UriRef |
hasLocationPattern
definition: Points to a location pattern against which the
subject applies.
|
static UriRef |
hasPermission
definition: Points to a permission that has been
granted to the subject
|
static UriRef |
hasRole
definition: Points to a role whose permissions are
granted to the bundles matching the locationPattern of the subject.
|
static UriRef |
javaPermissionEntry
definition: Points to a String defining the permission
in one of the following formats:
(type) or (type "name") or (type "name" "actions")
E.g., (java.util.PropertyPermission "java.version", "read")
|
static UriRef |
password
definition: Points to an unencoded password string.
|
static UriRef |
passwordSha1
definition: Points to a string of hex values
expressed using digits and the lower-case letters a-f encoding the password with the SHA1
algorithm, for encoding the password it is expressed as sequence of utf-8 encoded
characters of its normal form C (NFC).
|
static UriRef |
permIcon
definition: Points to an image icon representing the permission.
|
static UriRef |
Permission
definition: A permission is the right to access
a resource or to perform a specific action
|
static UriRef |
PermissionAssignment
definition: Describes an assignment of permissions, i.e.
|
static UriRef |
Role
definition: A role is a set of connected
rights
|
static UriRef |
THIS_ONTOLOGY |
Constructor and Description |
---|
PERMISSION() |
public static final UriRef BaseRole
public static final UriRef Permission
public static final UriRef PermissionAssignment
public static final UriRef Role
public static final UriRef hasLocationPattern
public static final UriRef hasPermission
public static final UriRef hasRole
public static final UriRef javaPermissionEntry
public static final UriRef password
public static final UriRef passwordSha1
public static final UriRef permIcon
public static final UriRef THIS_ONTOLOGY
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.