Uses of Class
com.esri.core.io.UserCredentials.AuthenticationType

Packages that use UserCredentials.AuthenticationType
com.esri.core.io Contains convenience classes that provide a way to display results returned from identify operations. 
 

Uses of UserCredentials.AuthenticationType in com.esri.core.io
 

Methods in com.esri.core.io that return UserCredentials.AuthenticationType
 UserCredentials.AuthenticationType UserCredentials.getAuthenticationType()
          Gets the type of the UserCredentials.
static UserCredentials.AuthenticationType UserCredentials.AuthenticationType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static UserCredentials.AuthenticationType[] UserCredentials.AuthenticationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 UserCredentials.AuthenticationType UserCredentials.verifyAuthenticationType()
          Looks up the authentication type based on the information available.
 

Methods in com.esri.core.io with parameters of type UserCredentials.AuthenticationType
 void UserCredentials.setAuthenticationType(UserCredentials.AuthenticationType type)
          Sets the type of the UserCredentials.
 



Copyright © 2012. All Rights Reserved.