Class AuthenticationServiceImpl
- java.lang.Object
-
- com.fifa.connectservicebus.sdk.authentication.AuthenticationServiceImpl
-
- All Implemented Interfaces:
AuthenticationService
public class AuthenticationServiceImpl extends Object implements AuthenticationService
-
-
Constructor Summary
Constructors Constructor Description AuthenticationServiceImpl(AuthenticationInformation authenticationInformation, com.microsoft.aad.msal4j.IHttpClient httpClient)AuthenticationServiceImpl(AuthenticationInformation authenticationInformation, com.microsoft.aad.msal4j.IHttpClient httpClient, ExecutorService executorService)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.microsoft.aad.msal4j.IAuthenticationResultacquireToken()StringtoString()
-
-
-
Constructor Detail
-
AuthenticationServiceImpl
public AuthenticationServiceImpl(AuthenticationInformation authenticationInformation, com.microsoft.aad.msal4j.IHttpClient httpClient)
-
AuthenticationServiceImpl
public AuthenticationServiceImpl(AuthenticationInformation authenticationInformation, com.microsoft.aad.msal4j.IHttpClient httpClient, ExecutorService executorService)
-
-
Method Detail
-
acquireToken
public com.microsoft.aad.msal4j.IAuthenticationResult acquireToken() throws IOException- Specified by:
acquireTokenin interfaceAuthenticationService- Throws:
IOException
-
-