schema.callbackHandler.exsd Maven / Gradle / Ivy
The newest version!
The loginModule extension point provides a way for a bundle to register class implementing CallbackHandler with the Java Authentication and Authorization Service (JAAS). After specifying a Callback Handler using this extension point, the callbackHandlerMapping extension point can be used to set this callbackHander as the default to be used for a given JAAS login configuration.
A unique id for this Callback Handler. This id is referenced from a callbackHandlerMapping extension point.
Describes the class that implements the <tt>javax.security.auth.callback.CallbackHandler</tt> interface.
<pre> <extension id="defaultHttpBasicCallbackHandler"
name="Default CallbackHandler for HTTP-BASIC Login Configuration"
point="org.eclipse.equinox.security.callbackHandler">
<callbackHandler class="org.eclipse.equinox.internal.security.auth.dialog.HttpBasicLoginDialog"/>
</extension></pre>
The JAAS API is part of the Java Runtime Environment version 1.4 and above.
No public Callback Handlers are provided by the platform.
Copyright (c) 2005, 2007 IBM Corporation and others.<br>
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>