public class DefaultAdalAuthenticationContextFactory extends Object implements AdalAuthenticationContextFactory
AdalAuthenticationContextFactory
. Creates a new ADAL AuthenticationContext with
the validateAuthority flag set to false.Constructor and Description |
---|
DefaultAdalAuthenticationContextFactory() |
Modifier and Type | Method and Description |
---|---|
com.microsoft.aad.adal4j.AuthenticationContext |
create(String authority,
ExecutorService executorService) |
public DefaultAdalAuthenticationContextFactory()
public com.microsoft.aad.adal4j.AuthenticationContext create(String authority, ExecutorService executorService) throws OperationFailedException
create
in interface AdalAuthenticationContextFactory
authority
- URL of the authenticating authorityexecutorService
- ExecutorService used by ADAL to execute requestsOperationFailedException
- if creation of the AuthenticationContext failedCopyright © 2021 Atlassian. All rights reserved.