A C G I M N O S U 

A

acquireToken(String, String, String, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires a security token from the authority using a Refresh Token previously received.
acquireToken(String, ClientAssertion, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires security token from the authority.
acquireToken(String, ClientAssertion, ClientCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires an access token from the authority on behalf of a user.
acquireToken(String, ClientCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires security token from the authority.
acquireToken(String, AsymmetricKeyCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires security token from the authority.
acquireTokenByAuthorizationCode(String, String, String, URI, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires security token from the authority using an authorization code previously received.
acquireTokenByAuthorizationCode(String, URI, ClientAssertion, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires security token from the authority using an authorization code previously received.
acquireTokenByAuthorizationCode(String, URI, ClientAssertion, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires security token from the authority using an authorization code previously received.
acquireTokenByAuthorizationCode(String, URI, ClientCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires security token from the authority using an authorization code previously received.
acquireTokenByAuthorizationCode(String, URI, ClientCredential, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires security token from the authority using an authorization code previously received.
acquireTokenByAuthorizationCode(String, URI, AsymmetricKeyCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires security token from the authority using an authorization code previously received.
acquireTokenByAuthorizationCode(String, URI, AsymmetricKeyCredential, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires security token from the authority using an authorization code previously received.
acquireTokenByRefreshToken(String, String, ClientAssertion, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires a security token from the authority using a Refresh Token previously received.
acquireTokenByRefreshToken(String, String, ClientAssertion, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires a security token from the authority using a Refresh Token previously received.
acquireTokenByRefreshToken(String, ClientCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires a security token from the authority using a Refresh Token previously received.
acquireTokenByRefreshToken(String, ClientCredential, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires a security token from the authority using a Refresh Token previously received.
acquireTokenByRefreshToken(String, AsymmetricKeyCredential, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires a security token from the authority using a Refresh Token previously received.
acquireTokenByRefreshToken(String, AsymmetricKeyCredential, String, AuthenticationCallback) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Acquires a security token from the authority using a Refresh Token previously received.
AsymmetricKeyCredential - Class in com.microsoft.aad.adal4j
Credential type containing X509 public certificate and RSA private key.
AuthenticationCallback - Interface in com.microsoft.aad.adal4j
Authentication callback Interface that can be implemented by the developer.
AuthenticationContext - Class in com.microsoft.aad.adal4j
The main class representing the authority issuing tokens for resources.
AuthenticationContext(String, boolean, ExecutorService) - Constructor for class com.microsoft.aad.adal4j.AuthenticationContext
Constructor to create the context with the address of the authority.
AuthenticationException - Exception in com.microsoft.aad.adal4j
ADAL generic exception class
AuthenticationException(Throwable) - Constructor for exception com.microsoft.aad.adal4j.AuthenticationException
Constructor
AuthenticationException(String) - Constructor for exception com.microsoft.aad.adal4j.AuthenticationException
Constructor
AuthenticationException(String, Throwable) - Constructor for exception com.microsoft.aad.adal4j.AuthenticationException
Constructor
AuthenticationResult - Class in com.microsoft.aad.adal4j
Contains the results of one token acquisition operation.
AuthenticationResult(String, String, String, long, String, UserInfo, boolean) - Constructor for class com.microsoft.aad.adal4j.AuthenticationResult
 

C

ClientAssertion - Class in com.microsoft.aad.adal4j
Credential type containing an assertion of type "urn:ietf:params:oauth:token-type:jwt".
ClientAssertion(String) - Constructor for class com.microsoft.aad.adal4j.ClientAssertion
Constructor to create credential with a jwt token encoded as a base64 url encoded string.
ClientCredential - Class in com.microsoft.aad.adal4j
Credential including client id and secret.
ClientCredential(String, String) - Constructor for class com.microsoft.aad.adal4j.ClientCredential
Constructor to create credential with client id and secret
com.microsoft.aad.adal4j - package com.microsoft.aad.adal4j
 
create(String, InputStream, String) - Static method in class com.microsoft.aad.adal4j.AsymmetricKeyCredential
Static method to create KeyCredential instance.
create(String, PrivateKey, X509Certificate) - Static method in class com.microsoft.aad.adal4j.AsymmetricKeyCredential
Static method to create KeyCredential instance.

G

getAccessToken() - Method in class com.microsoft.aad.adal4j.AuthenticationResult
 
getAccessTokenType() - Method in class com.microsoft.aad.adal4j.AuthenticationResult
 
getAssertion() - Method in class com.microsoft.aad.adal4j.ClientAssertion
Gets the assertion.
getAuthority() - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Authority associated with the context instance
getClientId() - Method in class com.microsoft.aad.adal4j.AsymmetricKeyCredential
Gets the identifier of the client requesting the token.
getClientId() - Method in class com.microsoft.aad.adal4j.ClientCredential
Gets the identifier of the client requesting the token.
getClientSecret() - Method in class com.microsoft.aad.adal4j.ClientCredential
Gets the secret of the client requesting the token.
getCorrelationId() - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Returns the correlation id configured by the user.
getDisplayableId() - Method in class com.microsoft.aad.adal4j.UserInfo
 
getExpiresAfter() - Method in class com.microsoft.aad.adal4j.AuthenticationResult
 
getExpiresOn() - Method in class com.microsoft.aad.adal4j.AuthenticationResult
Deprecated.
getExpiresOnDate() - Method in class com.microsoft.aad.adal4j.AuthenticationResult
 
getFamilyName() - Method in class com.microsoft.aad.adal4j.UserInfo
Get family name
getGivenName() - Method in class com.microsoft.aad.adal4j.UserInfo
Get given name
getIdentityProvider() - Method in class com.microsoft.aad.adal4j.UserInfo
Get identity provider
getIdToken() - Method in class com.microsoft.aad.adal4j.AuthenticationResult
 
getKey() - Method in class com.microsoft.aad.adal4j.AsymmetricKeyCredential
Returns private key of the credential.
getNamespaceURI(String) - Method in class com.microsoft.aad.adal4j.NamespaceContextImpl
 
getPasswordChangeUrl() - Method in class com.microsoft.aad.adal4j.UserInfo
 
getPasswordExpiresOn() - Method in class com.microsoft.aad.adal4j.UserInfo
 
getPrefix(String) - Method in class com.microsoft.aad.adal4j.NamespaceContextImpl
 
getPrefixes(String) - Method in class com.microsoft.aad.adal4j.NamespaceContextImpl
 
getProxy() - Method in class com.microsoft.aad.adal4j.AuthenticationContext
 
getPublicCertificate() - Method in class com.microsoft.aad.adal4j.AsymmetricKeyCredential
Base64 encoded public certificate.
getPublicCertificateHash() - Method in class com.microsoft.aad.adal4j.AsymmetricKeyCredential
Base64 encoded hash of the the public certificate.
getRefreshToken() - Method in class com.microsoft.aad.adal4j.AuthenticationResult
 
getUniqueId() - Method in class com.microsoft.aad.adal4j.UserInfo
Get user id
getUserInfo() - Method in class com.microsoft.aad.adal4j.AuthenticationResult
 

I

isMultipleResourceRefreshToken() - Method in class com.microsoft.aad.adal4j.AuthenticationResult
 

M

MIN_KEYSIZE_IN_BITS - Static variable in class com.microsoft.aad.adal4j.AsymmetricKeyCredential
 
modifyNameSpace(String, String) - Method in class com.microsoft.aad.adal4j.NamespaceContextImpl
 

N

NamespaceContextImpl - Class in com.microsoft.aad.adal4j
 
NamespaceContextImpl() - Constructor for class com.microsoft.aad.adal4j.NamespaceContextImpl
 

O

onFailure(Throwable) - Method in interface com.microsoft.aad.adal4j.AuthenticationCallback
Executed on failure.
onSuccess(AuthenticationResult) - Method in interface com.microsoft.aad.adal4j.AuthenticationCallback
Executed on success.

S

setCorrelationId(String) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Set optional correlation id to be used by the API.
setProxy(Proxy) - Method in class com.microsoft.aad.adal4j.AuthenticationContext
 
shouldValidateAuthority() - Method in class com.microsoft.aad.adal4j.AuthenticationContext
Returns validateAuthority boolean value passed as a constructor parameter.

U

UserInfo - Class in com.microsoft.aad.adal4j
Contains information of a single user.
A C G I M N O S U 

Copyright © 2013–2015. All rights reserved.