summaryrefslogtreecommitdiffstats
path: root/base/common/src/com/netscape/certsrv/authorization/IAuthzSubsystem.java
diff options
context:
space:
mode:
Diffstat (limited to 'base/common/src/com/netscape/certsrv/authorization/IAuthzSubsystem.java')
-rw-r--r--base/common/src/com/netscape/certsrv/authorization/IAuthzSubsystem.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/common/src/com/netscape/certsrv/authorization/IAuthzSubsystem.java b/base/common/src/com/netscape/certsrv/authorization/IAuthzSubsystem.java
index 156643897..c7d8df56b 100644
--- a/base/common/src/com/netscape/certsrv/authorization/IAuthzSubsystem.java
+++ b/base/common/src/com/netscape/certsrv/authorization/IAuthzSubsystem.java
@@ -80,6 +80,9 @@ public interface IAuthzSubsystem extends ISubsystem {
public AuthzToken authorize(String authzMgrName, IAuthToken authToken,
String exp) throws EBaseException;
+ public AuthzToken authorize(String authzMgrName, IAuthToken authToken,
+ String resource, String operation, String realm) throws EBaseException;
+
/**
* Authorize the user against the specified realm. Looks for authz manager
* associated with the plugin and authenticates if present.