Uses of Class
ice.net.Authentication

Packages that use Authentication
ice.net   
ice.net.proxy   
 

Uses of Authentication in ice.net
 

Methods in ice.net that return Authentication
 Authentication AuthenticationManager.applyAuthentication(URL url)
           
 Authentication AuthenticationManager.applyAuthentication(URL url, URLConnection urlConnection)
          Deprecated. As of 1.5.3, replaced by AuthenticationManager.applyAuthentication(URL).
 Authentication AuthenticationManager.extractAuthentication(URL url, URLConnection urlConnection)
           
 Authentication AuthenticationManager.extractAuthentication(URL url, URLConnection urlConnection, String authenticateFieldValue)
          Deprecated. As of 1.6.0, replaced by AuthenticationManager.extractAuthentication(URL, URLConnection, HeaderMap.Header).
 Authentication AuthenticationManager.extractAuthentication(URL url, URLConnection urlConnection, HeaderMap.Header authenticateHeader)
           
 Authentication AuthenticationManager.extractAuthentication(URL url, URLConnection urlConnection, HeaderMap.Header[] authenticateHeaders)
           
 Authentication[] AuthenticationManager.getAllAuthentications()
           
 Authentication AuthenticationManager.getAuthentication(String realm)
           
 Authentication AuthenticationEvent.getAuthentication()
          Returns the Authentication object that has been generated from the challenge that caused the AuthenticationEvent.
 

Methods in ice.net with parameters of type Authentication
 void AuthenticationManager.acknowledgeAuthentication(Authentication authentication)
           
 void AuthenticationManager.removeAuthentication(Authentication authentication)
           
 void AuthenticationManager.removeBadAuthentication(Authentication authentication)
           
 void AuthenticationManager.setAuthentication(Authentication authentication)
           
 

Constructors in ice.net with parameters of type Authentication
AuthenticationEvent(int type, Authentication theAuthentication, Object source)
          Constructs an AuthenticationEvent.
 

Uses of Authentication in ice.net.proxy
 

Methods in ice.net.proxy that return Authentication
 Authentication Proxy.getAuthentication()
          Returns the authentication of this Proxy.
 Authentication Proxy.getProxyAuthentication()
          Deprecated. As of 1.5, replaced by Proxy.getAuthentication().
 

Methods in ice.net.proxy with parameters of type Authentication
 void Proxy.setAuthentication(Authentication authentication)
          Sets this Proxy's authentication to the specified authentication.
 void Proxy.setProxyAuthentication(Authentication authentication)
          Deprecated. As of 1.5, replaced by Proxy.setAuthentication(Authentication).