public abstract class AbstractRelationshipPolicy extends Object implements PolicyIface
| Modifier and Type | Field and Description |
|---|---|
protected javax.servlet.ServletContext |
ctx |
| Constructor and Description |
|---|
AbstractRelationshipPolicy(javax.servlet.ServletContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canModifyPredicate(Property predicate) |
protected boolean |
canModifyResource(String uri) |
protected PolicyDecision |
cantModifyPredicate(String uri) |
protected PolicyDecision |
cantModifyResource(String uri) |
protected PolicyDecision |
inconclusiveDecision(String message)
An INCONCLUSIVE decision with a message like "PolicyClass: message".
|
protected PolicyDecision |
userNotAuthorizedToStatement() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAuthorizedpublic AbstractRelationshipPolicy(javax.servlet.ServletContext ctx)
protected boolean canModifyResource(String uri)
protected boolean canModifyPredicate(Property predicate)
protected PolicyDecision cantModifyResource(String uri)
protected PolicyDecision cantModifyPredicate(String uri)
protected PolicyDecision userNotAuthorizedToStatement()
protected PolicyDecision inconclusiveDecision(String message)
Copyright © 2022. All rights reserved.