org.ow2.petals.jbi.security
Interface AuthorizationMap

All Known Implementing Classes:
DefaultAuthorizationMap

public interface AuthorizationMap

The Authorization map interface.

Since:
2.2
Author:
Christophe HAMERLING - eBM WebSourcing

Method Summary
 java.util.Set<java.security.Principal> getAccessControlList(javax.jbi.servicedesc.ServiceEndpoint endpoint, javax.xml.namespace.QName operation)
          Get the access control list for the endpoint/operation.
 

Method Detail

getAccessControlList

java.util.Set<java.security.Principal> getAccessControlList(javax.jbi.servicedesc.ServiceEndpoint endpoint,
                                                            javax.xml.namespace.QName operation)
Get the access control list for the endpoint/operation.

Parameters:
endpoint -
operation -
Returns:


Copyright © 2005-2011 Petals Link (EBM Websourcing). All Rights Reserved.