ICallbackHandler.HandleCallbacks(ICallback[]) Method

Definition

Retrieve or display the information requested in the provided Callbacks.

[Android.Runtime.Register("handle", "([Ljavax/security/auth/callback/Callback;)V", "GetHandleCallbacks_arrayLjavax_security_auth_callback_Callback_Handler:Javax.Security.Auth.Callback.ICallbackHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public void HandleCallbacks (Javax.Security.Auth.Callback.ICallback[]? callbacks);
[<Android.Runtime.Register("handle", "([Ljavax/security/auth/callback/Callback;)V", "GetHandleCallbacks_arrayLjavax_security_auth_callback_Callback_Handler:Javax.Security.Auth.Callback.ICallbackHandlerInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")>]
abstract member HandleCallbacks : Javax.Security.Auth.Callback.ICallback[] -> unit

Parameters

callbacks
ICallback[]

an array of Callback objects provided by an underlying security service which contains the information requested to be retrieved or displayed.

Attributes

Exceptions

if an I/O related error occurs

if the CallbackHandler is not able to handle a specific Callback

Remarks

Java documentation for javax.security.auth.callback.CallbackHandler.handle(javax.security.auth.callback.Callback[]).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to