Uses of Interface
javax.obex.Authenticator

Packages that use Authenticator
com.intel.bluetooth.obex BlueCove JSR-82 OBEX implementation. 
javax.obex JSR 82: Java APIs for Bluetooth http://jcp.org/en/jsr/detail?id=82 
 

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 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.
 



JSR-82 Javadocs Apache License, Version 2.0 Copyright © 2001-2008 Motorola, Inc. ALL RIGHTS RESERVED.
BlueCove Javadocs
Apache License, Version 2.0 Copyright © 2004-2008 BlueCove Team.