Uses of Interface
de.fraunhofer.iese.mydata.component.interfaces.IPolicyDecisionPoint
-
Packages that use IPolicyDecisionPoint Package Description de.fraunhofer.iese.mydata.component.connector -
-
Uses of IPolicyDecisionPoint in de.fraunhofer.iese.mydata.component.connector
Methods in de.fraunhofer.iese.mydata.component.connector that return IPolicyDecisionPoint Modifier and Type Method Description IPolicyDecisionPoint
ConnectorFactory. getPdp(PdpComponentInformation component, Authentication credentials)
Tries to establish a connection to a PDP by using the passed url variable.IPolicyDecisionPoint
ConnectorFactory. getPdp(PdpComponentInformation component, String preferredConnectorType, Map<String,Authentication> protocolToAuthentication)
Tries to establish a connection to a PDP by using the passed url variable.IPolicyDecisionPoint
ConnectorFactory. getPdp(PdpComponentInformation component, String preferredConnectorType, Map<String,Authentication> protocolToAuthentication, String[] activeprofiles)
Tries to establish a connection to a PDP by using the passed url variable.IPolicyDecisionPoint
ConnectorFactory. getPdp(URI url)
Tries to establish a connection to a PDP by using the passed url variable.IPolicyDecisionPoint
ConnectorFactory. getPdp(URI url, Authentication credentials)
Tries to establish a connection to a PDP by using the passed url variable.
-