public class AttributeAuthorization extends Object implements Serializable
RowScope
for Read and for Write
Immutable classModifier and Type | Field and Description |
---|---|
static AttributeAuthorization |
DENIED |
static AttributeAuthorization |
FULL_ACCESS |
static AttributeAuthorization |
FULL_READ_ONLY |
Modifier and Type | Method and Description |
---|---|
static AttributeAuthorization |
create(RowScope readScope,
RowScope writeScope) |
boolean |
equals(Object obj) |
RowScope |
getReadAuthorizedScope() |
RowScope |
getWriteAuthorizedScope()
Write authorization is always more equal or more restricted than read
authorizations
|
int |
hashCode() |
boolean |
isDenied()
Return true if attribute is totally denied
|
String |
toString() |
public static final AttributeAuthorization FULL_ACCESS
public static final AttributeAuthorization DENIED
public static final AttributeAuthorization FULL_READ_ONLY
public static AttributeAuthorization create(RowScope readScope, RowScope writeScope)
public RowScope getReadAuthorizedScope()
public RowScope getWriteAuthorizedScope()
public boolean isDenied()
Copyright © 2016. All rights reserved.