A C G H I L M O R T V 

A

addPropertyChangeListener(PropertyChangeListener) - Method in class com.microsoft.services.msa.LiveConnectSession
Adds a PropertyChangeListener to the session that receives notification when any property is changed.
addPropertyChangeListener(String, PropertyChangeListener) - Method in class com.microsoft.services.msa.LiveConnectSession
Adds a PropertyChangeListener to the session that receives notification when a specific property is changed.

C

com.microsoft.services.msa - package com.microsoft.services.msa
 

G

getAccessToken() - Method in class com.microsoft.services.msa.LiveConnectSession
 
getAuthenticationToken() - Method in class com.microsoft.services.msa.LiveConnectSession
 
getAuthorizeUri() - Method in class com.microsoft.services.msa.MicrosoftOAuthConfig
 
getAuthorizeUri() - Method in interface com.microsoft.services.msa.OAuthConfig
The authorization uri
getClientId() - Method in class com.microsoft.services.msa.LiveAuthClient
 
getDesktopUri() - Method in class com.microsoft.services.msa.MicrosoftOAuthConfig
 
getDesktopUri() - Method in interface com.microsoft.services.msa.OAuthConfig
The desktop uri
getError() - Method in exception com.microsoft.services.msa.LiveAuthException
 
getErrorUri() - Method in exception com.microsoft.services.msa.LiveAuthException
 
getExpiresIn() - Method in class com.microsoft.services.msa.LiveConnectSession
 
getInstance() - Static method in class com.microsoft.services.msa.MicrosoftOAuthConfig
Gets an instance of the OneDrive OAuth configuration
getLogoutUri() - Method in class com.microsoft.services.msa.MicrosoftOAuthConfig
 
getLogoutUri() - Method in interface com.microsoft.services.msa.OAuthConfig
The logout uri
getPropertyChangeListeners() - Method in class com.microsoft.services.msa.LiveConnectSession
 
getPropertyChangeListeners(String) - Method in class com.microsoft.services.msa.LiveConnectSession
 
getRefreshToken() - Method in class com.microsoft.services.msa.LiveConnectSession
 
getScopes() - Method in class com.microsoft.services.msa.LiveConnectSession
 
getSession() - Method in class com.microsoft.services.msa.LiveAuthClient
 
getTokenType() - Method in class com.microsoft.services.msa.LiveConnectSession
 
getTokenUri() - Method in class com.microsoft.services.msa.MicrosoftOAuthConfig
 
getTokenUri() - Method in interface com.microsoft.services.msa.OAuthConfig
The auth token uri

H

HTTPS_LOGIN_LIVE_COM - Static variable in class com.microsoft.services.msa.MicrosoftOAuthConfig
The domain to authenticate against

I

isExpired() - Method in class com.microsoft.services.msa.LiveConnectSession
 

L

LiveAuthClient - Class in com.microsoft.services.msa
LiveAuthClient is a class responsible for retrieving a LiveConnectSession, which provides authentication information for calls to Live APIs.
LiveAuthClient(Context, String, Iterable<String>, OAuthConfig) - Constructor for class com.microsoft.services.msa.LiveAuthClient
Constructs a new LiveAuthClient instance and initializes its member variables.
LiveAuthClient(Context, String) - Constructor for class com.microsoft.services.msa.LiveAuthClient
 
LiveAuthClient(Context, String, Iterable<String>) - Constructor for class com.microsoft.services.msa.LiveAuthClient
 
LiveAuthException - Exception in com.microsoft.services.msa
Indicates that an exception occurred during the Auth process.
LiveAuthException(String) - Constructor for exception com.microsoft.services.msa.LiveAuthException
 
LiveAuthException(String, Throwable) - Constructor for exception com.microsoft.services.msa.LiveAuthException
 
LiveAuthException(String, String, String) - Constructor for exception com.microsoft.services.msa.LiveAuthException
 
LiveAuthException(String, String, String, Throwable) - Constructor for exception com.microsoft.services.msa.LiveAuthException
 
LiveAuthListener - Interface in com.microsoft.services.msa
Handles callback methods for LiveAuthClient init, login, and logout methods.
LiveConnectSession - Class in com.microsoft.services.msa
Represents a Live Connect session.
LiveOperationException - Exception in com.microsoft.services.msa
Represents errors that occur when making requests to the Representational State Transfer (REST) API.
LiveStatus - Enum in com.microsoft.services.msa
Specifies the status of an auth operation.
login(Activity, LiveAuthListener) - Method in class com.microsoft.services.msa.LiveAuthClient
 
login(Activity, Iterable<String>, LiveAuthListener) - Method in class com.microsoft.services.msa.LiveAuthClient
 
login(Activity, Iterable<String>, Object, LiveAuthListener) - Method in class com.microsoft.services.msa.LiveAuthClient
 
login(Activity, Iterable<String>, Object, String, LiveAuthListener) - Method in class com.microsoft.services.msa.LiveAuthClient
Logs in an user with the given scopes and additional saved state.
loginSilent(LiveAuthListener) - Method in class com.microsoft.services.msa.LiveAuthClient
 
loginSilent(Iterable<String>, LiveAuthListener) - Method in class com.microsoft.services.msa.LiveAuthClient
 
loginSilent(Object, LiveAuthListener) - Method in class com.microsoft.services.msa.LiveAuthClient
 
loginSilent(Iterable<String>, Object, LiveAuthListener) - Method in class com.microsoft.services.msa.LiveAuthClient
Attempts to log in a user using multiple non-interactive approaches.
logout(LiveAuthListener) - Method in class com.microsoft.services.msa.LiveAuthClient
Logs out the given user.
logout(Object, LiveAuthListener) - Method in class com.microsoft.services.msa.LiveAuthClient
Logs out the given user.

M

MicrosoftOAuthConfig - Class in com.microsoft.services.msa
OAuth configuration for the Microsoft services
MicrosoftOAuthConfig() - Constructor for class com.microsoft.services.msa.MicrosoftOAuthConfig
Default Constructor

O

OAuthConfig - Interface in com.microsoft.services.msa
OAuth endpoint configuration.
onAuthComplete(LiveStatus, LiveConnectSession, Object) - Method in interface com.microsoft.services.msa.LiveAuthListener
Invoked when the operation completes successfully.
onAuthError(LiveAuthException, Object) - Method in interface com.microsoft.services.msa.LiveAuthListener
Invoked when the method call fails.
OverwriteOption - Enum in com.microsoft.services.msa
Enum that specifies what to do during a naming conflict during an upload.
overwriteQueryParamValue() - Method in enum com.microsoft.services.msa.OverwriteOption
 

R

removePropertyChangeListener(PropertyChangeListener) - Method in class com.microsoft.services.msa.LiveConnectSession
Removes a PropertyChangeListeners on a session.
removePropertyChangeListener(String, PropertyChangeListener) - Method in class com.microsoft.services.msa.LiveConnectSession
Removes a PropertyChangeListener for a specific property on a session.

T

toString() - Method in class com.microsoft.services.msa.LiveConnectSession
 

V

valueOf(String) - Static method in enum com.microsoft.services.msa.LiveStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.services.msa.OverwriteOption
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.services.msa.LiveStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.services.msa.OverwriteOption
Returns an array containing the constants of this enum type, in the order they are declared.
A C G H I L M O R T V