Serialized Form


Package com.microsoft.aad.adal

Class com.microsoft.aad.adal.AuthenticationCancelError extends AuthenticationException implements Serializable

serialVersionUID: 1L

Class com.microsoft.aad.adal.AuthenticationException extends RuntimeException implements Serializable

serialVersionUID: 1L

Serialized Fields

mCode

ADALError mCode

Class com.microsoft.aad.adal.AuthenticationResult extends Object implements Serializable

serialVersionUID: 2243372613182536368L

Serialized Fields

mCode

String mCode

mAccessToken

String mAccessToken

mRefreshToken

String mRefreshToken

mTokenType

String mTokenType

mExpiresOn

Date mExpiresOn

mErrorCode

String mErrorCode

mErrorDescription

String mErrorDescription

mErrorCodes

String mErrorCodes

mIsMultiResourceRefreshToken

boolean mIsMultiResourceRefreshToken

mUserInfo

UserInfo mUserInfo

mTenantId

String mTenantId

mIdToken

String mIdToken

mStatus

AuthenticationResult.AuthenticationStatus mStatus

mInitialRequest

boolean mInitialRequest

Class com.microsoft.aad.adal.CacheKey extends Object implements Serializable

serialVersionUID: 8067972995583126404L

Serialized Fields

mAuthority

String mAuthority

mResource

String mResource

mClientId

String mClientId

mUserId

String mUserId

mIsMultipleResourceRefreshToken

boolean mIsMultipleResourceRefreshToken

Class com.microsoft.aad.adal.DefaultTokenCacheStore extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mPrefs

android.content.SharedPreferences mPrefs

mContext

android.content.Context mContext

mGson

com.google.gson.Gson mGson

Class com.microsoft.aad.adal.FileTokenCacheStore extends Object implements Serializable

serialVersionUID: -8252291336171327870L

Serialized Fields

mFileName

String mFileName

mDirectory

File mDirectory

mFile

File mFile

mInMemoryCache

MemoryTokenCacheStore mInMemoryCache

mCacheLock

Object mCacheLock

Class com.microsoft.aad.adal.MemoryTokenCacheStore extends Object implements Serializable

serialVersionUID: 3465700945655867086L

Serialization Methods

readObject

private void readObject(ObjectInputStream inputStream)
                 throws NotActiveException,
                        IOException,
                        ClassNotFoundException
Throws:
NotActiveException
IOException
ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Throws:
IOException
Serialized Fields

mCache

HashMap<K,V> mCache

Class com.microsoft.aad.adal.PRNGFixes.LinuxPRNGSecureRandom extends SecureRandomSpi implements Serializable

serialVersionUID: 1L

Serialized Fields

mSeeded

boolean mSeeded
Whether this engine instance has been seeded. This is needed because each instance needs to seed itself if the client does not explicitly seed it.

Class com.microsoft.aad.adal.TokenCacheItem extends Object implements Serializable

serialVersionUID: 1L

Serialized Fields

mUserInfo

UserInfo mUserInfo

mResource

String mResource

mAuthority

String mAuthority

mClientId

String mClientId

mAccessToken

String mAccessToken

mRefreshtoken

String mRefreshtoken

mRawIdToken

String mRawIdToken

mExpiresOn

Date mExpiresOn
This time is GMT.


mIsMultiResourceRefreshToken

boolean mIsMultiResourceRefreshToken

mTenantId

String mTenantId

Class com.microsoft.aad.adal.UserInfo extends Object implements Serializable

serialVersionUID: 8790127561636702672L

Serialized Fields

mUniqueId

String mUniqueId

mDisplayableId

String mDisplayableId

mGivenName

String mGivenName

mFamilyName

String mFamilyName

mIdentityProvider

String mIdentityProvider



Copyright © 2003–2015. All rights reserved.