Uses of Class
com.netscape.certsrv.authorization.EAuthzAccessDenied
Packages that use EAuthzAccessDenied
-
Uses of EAuthzAccessDenied in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that throw EAuthzAccessDeniedModifier and TypeMethodDescriptionAAclAuthz.authorize
(IAuthToken authToken, String expression) AAclAuthz.authorize
(IAuthToken authToken, String resource, String operation) check the authorization permission for the user associated with authToken on operation Example: For example, if UsrGrpAdminServlet needs to authorize the caller it would do be done in the following fashion: try { authzTok = mAuthz.authorize( "DirAclAuthz", authToken, RES_GROUP, "read"); } catch (EBaseException e) { logger.warn("authorize call: " + e.getMessage(), e); }BasicGroupAuthz.authorize
(IAuthToken authToken, String expression) BasicGroupAuthz.authorize
(IAuthToken authToken, String resource, String operation) -
Uses of EAuthzAccessDenied in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization that throw EAuthzAccessDeniedModifier and TypeMethodDescriptionIAuthzManager.authorize
(IAuthToken authToken, String expression) IAuthzManager.authorize
(IAuthToken authToken, String resource, String operation) Check if the user is authorized to perform the given operation on the given resource.