@Contract
public interface PolicyContextDelegate
Modifier and Type | Method and Description |
---|---|
boolean |
authorize(ComponentInvocation invocation,
Method method) |
Object |
getEJbArguments(ComponentInvocation inv) |
Object |
getEnterpriseBean(ComponentInvocation inv) |
Object |
getSOAPMessage(ComponentInvocation inv) |
void |
setSOAPMessage(Object message,
ComponentInvocation invocation) |
Object getEnterpriseBean(ComponentInvocation inv)
Object getEJbArguments(ComponentInvocation inv)
Object getSOAPMessage(ComponentInvocation inv)
void setSOAPMessage(Object message, ComponentInvocation invocation)
boolean authorize(ComponentInvocation invocation, Method method) throws Exception
Exception
Copyright © 2021. All rights reserved.