it.eng.rdlab.soa3.pm.connector.javaapi.configuration
Interface ConfigurationManager

All Known Implementing Classes:
ConfigurationManagerDefaultImpl

public interface ConfigurationManager


Method Summary
 boolean explicitFinalStatement()
           
 String getAuthQueryEndpoint()
          Provides the url of the Authorization Query Endpoint
 boolean getIndeterminateDecision()
          Provides the behaviour on indeterminate decisions
 String getPolicyLoaderUrl()
          Provides the url of the endpoint to call for reloading policies
 String getPolicyManagerUrl()
          Provides the url of the Policy Manager
 

Method Detail

getPolicyManagerUrl

String getPolicyManagerUrl()
Provides the url of the Policy Manager

Returns:

getAuthQueryEndpoint

String getAuthQueryEndpoint()
Provides the url of the Authorization Query Endpoint

Returns:

getPolicyLoaderUrl

String getPolicyLoaderUrl()
Provides the url of the endpoint to call for reloading policies

Returns:

getIndeterminateDecision

boolean getIndeterminateDecision()
Provides the behaviour on indeterminate decisions

Returns:
true if permit, false if deny

explicitFinalStatement

boolean explicitFinalStatement()
Returns:


Copyright © 2013. All Rights Reserved.