Uses of Class
com.netscape.certsrv.authorization.EAuthzMgrNotFound
-
Packages that use EAuthzMgrNotFound Package Description com.netscape.cmscore.authorization -
-
Uses of EAuthzMgrNotFound in com.netscape.cmscore.authorization
Methods in com.netscape.cmscore.authorization that throw EAuthzMgrNotFound Modifier and Type Method Description AuthzToken
AuthzSubsystem. authorize(java.lang.String authzMgrInstName, IAuthToken authToken, java.lang.String exp)
AuthzToken
AuthzSubsystem. authorize(java.lang.String authzMgrInstName, IAuthToken authToken, java.lang.String resource, java.lang.String operation, java.lang.String realm)
Authorization to the named authorization manager instancevoid
AuthzSubsystem. authzMgrAccessInit(java.lang.String authzMgrInstName, java.lang.String accessInfo)
authMgrzAccessInit is for servlets who want to initialize their own authorization information before full operation.
-