Uses of Class
com.netscape.certsrv.authorization.EAuthzInternalError
-
Packages that use EAuthzInternalError Package Description com.netscape.cms.authorization org.dogtagpki.server.authorization -
-
Uses of EAuthzInternalError in com.netscape.cms.authorization
Methods in com.netscape.cms.authorization that throw EAuthzInternalError Modifier and Type Method Description AuthzTokenAAclAuthz. authorize(IAuthToken authToken, java.lang.String resource, java.lang.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); }AuthzTokenBasicGroupAuthz. authorize(IAuthToken authToken, java.lang.String expression)AuthzTokenBasicGroupAuthz. authorize(IAuthToken authToken, java.lang.String resource, java.lang.String operation) -
Uses of EAuthzInternalError in org.dogtagpki.server.authorization
Methods in org.dogtagpki.server.authorization that throw EAuthzInternalError Modifier and Type Method Description AuthzTokenIAuthzManager. authorize(IAuthToken authToken, java.lang.String expression)AuthzTokenIAuthzManager. authorize(IAuthToken authToken, java.lang.String resource, java.lang.String operation)Check if the user is authorized to perform the given operation on the given resource.
-