public class DisplayRestrictedDataToSelfPolicy extends Object implements PolicyIface
| Constructor and Description |
|---|
DisplayRestrictedDataToSelfPolicy(javax.servlet.ServletContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
PolicyDecision |
isAuthorized(IdentifierBundle whoToAuth,
RequestedAction whatToAuth)
If the requested action is to display a property or a property statement,
we might authorize it based on their role level.
|
String |
toString() |
public DisplayRestrictedDataToSelfPolicy(javax.servlet.ServletContext ctx)
public PolicyDecision isAuthorized(IdentifierBundle whoToAuth, RequestedAction whatToAuth)
isAuthorized in interface PolicyIfaceCopyright © 2022. All rights reserved.