Skip to content

Commit

Permalink
[JBWS-4429]:minor change to improve the previous commit
Browse files Browse the repository at this point in the history
jimma committed Oct 14, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 01cfc69 commit 6a0b0da
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -146,11 +146,11 @@ protected void checkAuthorization(MessageContext ctx)
{
SecurityContext secCtx = message.get(SecurityContext.class);
BindingOperationInfo bop = exchange.getBindingOperationInfo();
MethodDispatcher md = (MethodDispatcher) exchange.getService().get(MethodDispatcher.class.getName());
if (bop == null)
{
throw MESSAGES.missingBindingOperationForAuthorization();
}
MethodDispatcher md = (MethodDispatcher) exchange.getService().get(MethodDispatcher.class.getName());
Method method = md.getMethod(bop);

EJBMethodSecurityAttribute attributes = attributeProvider.getSecurityAttributes(method);

0 comments on commit 6a0b0da

Please sign in to comment.