Uses of Interface
de.fraunhofer.iese.mydata.component.connector.Authentication
-
Packages that use Authentication Package Description de.fraunhofer.iese.mydata.component.connector -
-
Uses of Authentication in de.fraunhofer.iese.mydata.component.connector
Classes in de.fraunhofer.iese.mydata.component.connector that implement Authentication Modifier and Type Class Description class
OAuthCredentials
DTO to provide the infos to authenticate via OAuth.class
OAuthCredentialsUserNameAndPassword
class
UsernamePasswordAuthentication
Authentication Object that takes username and password.Methods in de.fraunhofer.iese.mydata.component.connector with parameters of type Authentication 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(URI url, Authentication credentials)
Tries to establish a connection to a PDP by using the passed url variable.Method parameters in de.fraunhofer.iese.mydata.component.connector with type arguments of type Authentication Modifier and Type Method Description 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.
-