Uses of Interface
de.fraunhofer.iese.mydata.component.connector.Authentication
-
Uses of Authentication in de.fraunhofer.iese.mydata.component.connector
Modifier and TypeClassDescriptionclass
DTO to provide the infos to authenticate via OAuth.class
class
Authentication Object that takes username and password.Modifier and TypeMethodDescriptionConnectorFactory.getPdp
(PdpComponentInformation component, Authentication credentials) Tries to establish a connection to a PDP by using the passed url variable.ConnectorFactory.getPdp
(URI url, Authentication credentials) Tries to establish a connection to a PDP by using the passed url variable.Modifier and TypeMethodDescriptionConnectorFactory.getPdp
(PdpComponentInformation component, String preferredConnectorType, Map<String, Authentication> protocolToAuthentication) Tries to establish a connection to a PDP by using the passed url variable.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.