Uses of Class
de.fraunhofer.iese.mydata.component.connector.OAuthCredentials
Packages that use OAuthCredentials
-
Uses of OAuthCredentials in de.fraunhofer.iese.mydata.component.connector
Subclasses of OAuthCredentials in de.fraunhofer.iese.mydata.component.connectorMethods in de.fraunhofer.iese.mydata.component.connector with parameters of type OAuthCredentialsModifier and TypeMethodDescriptionConnectorFactory.getManagementService
(URI url, OAuthCredentials oAuthCredentials) Tries to establish a connection to a PMP server by using the passed url variable.ConnectorFactory.getPmpClient
(URI url, OAuthCredentials oAuthCredentials) Tries to establish a connection to a PMP client by using the passed url variable.Constructors in de.fraunhofer.iese.mydata.component.connector with parameters of type OAuthCredentialsModifierConstructorDescriptionOAuthCredentialsUserNameAndPassword
(OAuthCredentials oAuthCredentials, String username, String password)