145146147148149150151152153154
if (config != null) { Authorize authorize = config.getAuthorize(); if (authorize != null) { AuthorizeOperation authorizeOp = new AuthorizeOperation(authorize); authorizeOp.process(); } } }
149150151152153154155156157158
153154155156157158159160161162