public class OSecurityResourceProperty extends OSecurityResource
Modifier and Type | Field and Description |
---|---|
static OSecurityResourceProperty |
ALL_PROPERTIES |
resourceString
Constructor and Description |
---|
OSecurityResourceProperty(String resourceString,
String propertyName) |
OSecurityResourceProperty(String resourceString,
String className,
String propertyName) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getClassName() |
String |
getPropertyName() |
int |
hashCode() |
boolean |
isAllClasses() |
getInstance, getResourceString, parseResource
public static final OSecurityResourceProperty ALL_PROPERTIES
public OSecurityResourceProperty(String resourceString, String className, String propertyName)
public String getClassName()
public String getPropertyName()
public boolean isAllClasses()
public boolean equals(Object o)
equals
in class OSecurityResource
public int hashCode()
hashCode
in class OSecurityResource
Copyright © 2009–2020 OrientDB. All rights reserved.