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 TypeMethodDescriptioncheck 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); } -
Uses of EAuthzInternalError in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization that throw EAuthzInternalErrorModifier and TypeMethodDescriptionabstract AuthzToken
abstract AuthzToken
Check if the user is authorized to perform the given operation on the given resource.