com.microsoft.aad.adal
Class AuthenticationConstants

java.lang.Object
  extended by com.microsoft.aad.adal.AuthenticationConstants

public class AuthenticationConstants
extends Object


Nested Class Summary
static class AuthenticationConstants.AAD
           
static class AuthenticationConstants.Broker
           
static class AuthenticationConstants.Browser
           
static class AuthenticationConstants.OAuth2
           
static class AuthenticationConstants.UIRequest
           
static class AuthenticationConstants.UIResponse
           
 
Field Summary
static String ADAL_PACKAGE_NAME
           
static String AUTHENTICATION_FILE_DIRECTORY
           
static String BUNDLE_MESSAGE
           
static int DEFAULT_EXPIRATION_TIME_SEC
           
static String ENCODING_UTF8
          The Constant ENCODING_UTF8.
 
Constructor Summary
AuthenticationConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ADAL_PACKAGE_NAME

public static final String ADAL_PACKAGE_NAME
See Also:
Constant Field Values

ENCODING_UTF8

public static final String ENCODING_UTF8
The Constant ENCODING_UTF8.

See Also:
Constant Field Values

BUNDLE_MESSAGE

public static final String BUNDLE_MESSAGE
See Also:
Constant Field Values

DEFAULT_EXPIRATION_TIME_SEC

public static final int DEFAULT_EXPIRATION_TIME_SEC
See Also:
Constant Field Values

AUTHENTICATION_FILE_DIRECTORY

public static final String AUTHENTICATION_FILE_DIRECTORY
See Also:
Constant Field Values
Constructor Detail

AuthenticationConstants

public AuthenticationConstants()


Copyright © 2003–2015. All rights reserved.