Uses of Interface
javax.obex.Authenticator

Packages that use Authenticator
com.intel.bluetooth.btgoep   
com.intel.bluetooth.obex   
com.intel.bluetooth.tcpobex   
javax.obex   
 

Uses of Authenticator in com.intel.bluetooth.btgoep
 

Methods in com.intel.bluetooth.btgoep with parameters of type Authenticator
 Connection Connection.acceptAndOpen(ServerRequestHandler handler, Authenticator auth)
           
 void Connection.setAuthenticator(Authenticator auth)
           
 

Uses of Authenticator in com.intel.bluetooth.obex
 

Methods in com.intel.bluetooth.obex with parameters of type Authenticator
 Connection OBEXSessionNotifierImpl.acceptAndOpen(ServerRequestHandler handler, Authenticator auth)
           
 void OBEXClientSessionImpl.setAuthenticator(Authenticator auth)
           
 

Uses of Authenticator in com.intel.bluetooth.tcpobex
 

Methods in com.intel.bluetooth.tcpobex with parameters of type Authenticator
 Connection Connection.acceptAndOpen(ServerRequestHandler handler, Authenticator auth)
           
 void Connection.setAuthenticator(Authenticator auth)
           
 

Uses of Authenticator in javax.obex
 

Methods in javax.obex with parameters of type Authenticator
 Connection SessionNotifier.acceptAndOpen(ServerRequestHandler handler, Authenticator auth)
          Waits for a transport layer connection to be established and specifies the handler to handle the requests from the client and the Authenticator to use to respond to authentication challenge and authentication response headers.
 void ClientSession.setAuthenticator(Authenticator auth)
          Sets the Authenticator to use with this connection.