public class PolicyDecisionLogger extends Object
| Constructor and Description |
|---|
PolicyDecisionLogger(IdentifierBundle whoToAuth,
RequestedAction whatToAuth) |
| Modifier and Type | Method and Description |
|---|---|
void |
log(PolicyIface policy,
PolicyDecision pd)
If the logger and the policy and the decision all pass the restrictions,
write to the log.
|
void |
logNoDecision(PolicyDecision pd) |
public PolicyDecisionLogger(IdentifierBundle whoToAuth, RequestedAction whatToAuth)
public void log(PolicyIface policy, PolicyDecision pd)
public void logNoDecision(PolicyDecision pd)
Copyright © 2022. All rights reserved.