org.gcube.soa3.connector
Interface Authorize

All Known Implementing Classes:
PolicyManagerBasedAuthorization

public interface Authorize


Method Summary
 boolean authorize(Map<String,List<String>> attributes, String action, String respource)
          Authentication service
 void setSoa3Endpoint(String soa3Endpoint)
          Setter for the endpoint to Soa3
 

Method Detail

setSoa3Endpoint

void setSoa3Endpoint(String soa3Endpoint)
Setter for the endpoint to Soa3

Parameters:
soa3Endpoint -

authorize

boolean authorize(Map<String,List<String>> attributes,
                  String action,
                  String respource)
Authentication service

Parameters:
parameter - the authentication parameter
Returns:


Copyright © 2013. All Rights Reserved.