org.soyatec.windowsazure.constants
Class AuthenticationSchemeNames

java.lang.Object
  extended by org.soyatec.windowsazure.constants.AuthenticationSchemeNames

public final class AuthenticationSchemeNames
extends java.lang.Object

The class represents the authentication scheme names.


Field Summary
static java.lang.String SharedKeyAuthSchemeName
          The authentication scheme name of shared key .
static java.lang.String SharedKeyLiteAuthSchemeName
          The authentication scheme name of shared key lite.
 
Constructor Summary
AuthenticationSchemeNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SharedKeyAuthSchemeName

public static final java.lang.String SharedKeyAuthSchemeName
The authentication scheme name of shared key .

See Also:
Constant Field Values

SharedKeyLiteAuthSchemeName

public static final java.lang.String SharedKeyLiteAuthSchemeName
The authentication scheme name of shared key lite.

See Also:
Constant Field Values
Constructor Detail

AuthenticationSchemeNames

public AuthenticationSchemeNames()