Uses of Class
com.netscape.certsrv.authorization.EAuthzInternalError
Packages that use EAuthzInternalError
-
Uses of EAuthzInternalError in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that throw EAuthzInternalErrorModifier and TypeMethodDescriptionAAclAuthz.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 EAuthzInternalError in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization that throw EAuthzInternalErrorModifier 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.