Uses of Class
ice.net.AuthenticationManager

Packages that use AuthenticationManager
ice.net   
 

Uses of AuthenticationManager in ice.net
 

Fields in ice.net declared as AuthenticationManager
protected  AuthenticationManager HttpURLConnection.authenticationManager
           
 

Methods in ice.net that return AuthenticationManager
 AuthenticationManager HttpURLConnectionSettings.getAuthenticationManager()
          Returns the AuthenticationManager of this HttpConnectionSettings object.
static AuthenticationManager HttpURLConnection.getAuthenticationManager()
          Deprecated. Replaced by HttpURLConnection.getGlobalAuthenticationManager().
static AuthenticationManager HttpURLConnection.getGlobalAuthenticationManager()
          Returns the global AuthenticationManager, if one is present.
 AuthenticationManager HttpURLConnection.getInstanceAuthenticationManager()
          Returns this HttpURLConnection's AuthenticationManager.
 

Methods in ice.net with parameters of type AuthenticationManager
 void HttpURLConnectionSettings.setAuthenticationManager(AuthenticationManager authenticationManager)
           
static void HttpURLConnection.setAuthenticationManager(AuthenticationManager authenticationManager)
          Deprecated. Replaced by HttpURLConnection.setGlobalAuthenticationManager(AuthenticationManager).
static void HttpURLConnection.setGlobalAuthenticationManager(AuthenticationManager authenticationManager)
          Sets the global AuthenticationManager to the specified authenticationManager.
 void HttpURLConnection.setInstanceAuthenticationManager(AuthenticationManager authenticationManager)
          Sets the AuthenticationManager for this HttpURLConnection to the specified authenticationManager.