| <?xml version='1.0' encoding='UTF-8'?> |
| <!-- Schema file written by PDE --> |
| <schema targetNamespace="org.eclipse.equinox.security" xmlns="http://www.w3.org/2001/XMLSchema"> |
| <annotation> |
| <appinfo> |
| <meta.schema plugin="org.eclipse.equinox.security" id="loginModule" name="JAAS Login Module"/> |
| </appinfo> |
| <documentation> |
| The loginModule extension point provides a way for a bundle to register class implementing LoginModule with the Java Authentication and Authorization Service (JAAS). |
| </documentation> |
| </annotation> |
| |
| <element name="extension"> |
| <annotation> |
| <documentation> |
| The extension point descriptor. |
| </documentation> |
| </annotation> |
| <complexType> |
| <sequence> |
| <element ref="loginModule"/> |
| </sequence> |
| <attribute name="point" type="string" use="required"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="id" type="string" use="required"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| </annotation> |
| </attribute> |
| <attribute name="name" type="string"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| <appinfo> |
| <meta.attribute translatable="true"/> |
| </appinfo> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| <element name="loginModule"> |
| <annotation> |
| <documentation> |
| An entry defining a single LoginModule that can be used for authenticating users. See |
| <A HREF="http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/spi/LoginModule.html">javax.security.auth.spi.LoginModule</A> for more information. |
| </documentation> |
| </annotation> |
| <complexType> |
| <attribute name="class" type="string" use="required"> |
| <annotation> |
| <documentation> |
| The fully qualified name of a class which implements the LoginModule provider interface, <tt>javax.security.auth.login.spi.LoginModule</tt>. |
| </documentation> |
| <appinfo> |
| <meta.attribute kind="java" basedOn=":javax.security.auth.spi.LoginModule"/> |
| </appinfo> |
| </annotation> |
| </attribute> |
| <attribute name="description" type="string"> |
| <annotation> |
| <documentation> |
| |
| </documentation> |
| <appinfo> |
| <meta.attribute translatable="true"/> |
| </appinfo> |
| </annotation> |
| </attribute> |
| </complexType> |
| </element> |
| |
| |
| <annotation> |
| <appinfo> |
| <meta.section type="examples"/> |
| </appinfo> |
| <documentation> |
| <pre> <extension |
| id="httpBasicLoginModule" |
| name="httpBasicLoginModule" |
| point="org.eclipse.equinox.security.loginModule"> |
| <loginModule class="org.eclipse.equinox.accounts.internal.auth.module.HttpBasicLoginModule" |
| description="org.eclipse.equinox.accounts.internal.auth.module.HttpBasicLoginModule"/> |
| </extension></pre> |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appinfo> |
| <meta.section type="apiInfo"/> |
| </appinfo> |
| <documentation> |
| The JAAS API is part of the Java Runtime Environment version 1.4 and above. |
| </documentation> |
| </annotation> |
| |
| |
| <annotation> |
| <appinfo> |
| <meta.section type="implementation"/> |
| </appinfo> |
| <documentation> |
| No public login modules are provided by the platform. |
| </documentation> |
| </annotation> |
| |
| <annotation> |
| <appinfo> |
| <meta.section type="copyright"/> |
| </appinfo> |
| <documentation> |
| 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> |
| </documentation> |
| </annotation> |
| |
| </schema> |