it.eng.rdlab.soa3.pm.connector.javaapi.configuration
Class ConfigurationManagerDefaultImpl

java.lang.Object
  extended by it.eng.rdlab.soa3.pm.connector.javaapi.configuration.ConfigurationManagerDefaultImpl
All Implemented Interfaces:
ConfigurationManager

public class ConfigurationManagerDefaultImpl
extends Object
implements ConfigurationManager

Configuration Manager

Author:
Ciro Formisano (ENG)

Constructor Summary
protected ConfigurationManagerDefaultImpl()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationManagerDefaultImpl

protected ConfigurationManagerDefaultImpl()
Method Detail

getPolicyManagerUrl

public String getPolicyManagerUrl()
Description copied from interface: ConfigurationManager
Provides the url of the Policy Manager

Specified by:
getPolicyManagerUrl in interface ConfigurationManager
Returns:

getAuthQueryEndpoint

public String getAuthQueryEndpoint()
Description copied from interface: ConfigurationManager
Provides the url of the Authorization Query Endpoint

Specified by:
getAuthQueryEndpoint in interface ConfigurationManager
Returns:

getPolicyLoaderUrl

public String getPolicyLoaderUrl()
Description copied from interface: ConfigurationManager
Provides the url of the endpoint to call for reloading policies

Specified by:
getPolicyLoaderUrl in interface ConfigurationManager
Returns:

getIndeterminateDecision

public boolean getIndeterminateDecision()
Description copied from interface: ConfigurationManager
Provides the behaviour on indeterminate decisions

Specified by:
getIndeterminateDecision in interface ConfigurationManager
Returns:
true if permit, false if deny

explicitFinalStatement

public boolean explicitFinalStatement()
Specified by:
explicitFinalStatement in interface ConfigurationManager
Returns:


Copyright © 2013. All Rights Reserved.