public interface AdalAuthenticationContextFactory
AuthenticationContext
Modifier and Type | Method and Description |
---|---|
com.microsoft.aad.adal4j.AuthenticationContext |
create(String authority,
ExecutorService executorService) |
com.microsoft.aad.adal4j.AuthenticationContext create(String authority, ExecutorService executorService) throws OperationFailedException
authority
- URL of the authenticating authorityexecutorService
- ExecutorService used by ADAL to execute requestsOperationFailedException
- if creation of the AuthenticationContext failedCopyright © 2021 Atlassian. All rights reserved.