Modifier and Type | Method and Description |
---|---|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
AsymmetricKeyCredential credential,
AuthenticationCallback callback)
Acquires security token from the authority.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
ClientAssertion credential,
AuthenticationCallback callback)
Acquires security token from the authority.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
ClientAssertion assertion,
ClientCredential credential,
AuthenticationCallback callback)
Acquires an access token from the authority on behalf of a user.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
ClientCredential credential,
AuthenticationCallback callback)
Acquires security token from the authority.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireToken(String resource,
String clientId,
String username,
String password,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
String resource,
String clientId,
URI redirectUri,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
AsymmetricKeyCredential credential,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
AsymmetricKeyCredential credential,
String resource,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
ClientAssertion credential,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
ClientAssertion credential,
String resource,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
ClientCredential credential,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByAuthorizationCode(String authorizationCode,
URI redirectUri,
ClientCredential credential,
String resource,
AuthenticationCallback callback)
Acquires security token from the authority using an authorization code
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
AsymmetricKeyCredential credential,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
AsymmetricKeyCredential credential,
String resource,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
ClientCredential credential,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
ClientCredential credential,
String resource,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
String clientId,
ClientAssertion credential,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Future<AuthenticationResult> |
AuthenticationContext.acquireTokenByRefreshToken(String refreshToken,
String clientId,
ClientAssertion credential,
String resource,
AuthenticationCallback callback)
Acquires a security token from the authority using a Refresh Token
previously received.
|
Modifier and Type | Method and Description |
---|---|
void |
AuthenticationCallback.onSuccess(AuthenticationResult result)
Executed on success.
|
Copyright © 2013–2015. All rights reserved.