Class MsGraphSdkAuthenticationProviderFactory
java.lang.Object
de.uplanet.lucy.server.odata.v4.consumer.http.MsGraphSdkAuthenticationProviderFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.graph.authentication.IAuthenticationProvider
createForCurrentUser
(String p_strClientId) com.microsoft.graph.authentication.IAuthenticationProvider
createForImpersonatedUser
(String p_strClientId, String p_strIxUserId) com.microsoft.graph.authentication.IAuthenticationProvider
createForServiceUser
(String p_strClientId) com.microsoft.graph.authentication.IAuthenticationProvider
createForServiceUser
(String p_strClientId, String p_strIxUserId)
-
Constructor Details
-
MsGraphSdkAuthenticationProviderFactory
public MsGraphSdkAuthenticationProviderFactory()
-
-
Method Details
-
createForCurrentUser
public com.microsoft.graph.authentication.IAuthenticationProvider createForCurrentUser(String p_strClientId) -
createForImpersonatedUser
-
createForServiceUser
-
createForServiceUser
public com.microsoft.graph.authentication.IAuthenticationProvider createForServiceUser(String p_strClientId)
-