blob: 22311c44b4bde1681150338e8dbc9d960fe380ea [file] [log] [blame]
Matthew Flaherty760e5f32008-02-28 18:04:34 +00001<?xml version='1.0' encoding='UTF-8'?>
2<!-- Schema file written by PDE -->
Oleg Besedinbf7210d2008-03-19 18:01:45 +00003<schema targetNamespace="org.eclipse.equinox.security" xmlns="http://www.w3.org/2001/XMLSchema">
Matthew Flaherty760e5f32008-02-28 18:04:34 +00004<annotation>
Oleg Besedinbf7210d2008-03-19 18:01:45 +00005 <appinfo>
6 <meta.schema plugin="org.eclipse.equinox.security" id="loginModule" name="JAAS Login Module"/>
7 </appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +00008 <documentation>
Oleg Besedinbf7210d2008-03-19 18:01:45 +00009 The loginModule extension point provides a way for a bundle to register class implementing LoginModule with the Java Authentication and Authorization Service (JAAS).
Matthew Flaherty760e5f32008-02-28 18:04:34 +000010 </documentation>
11 </annotation>
12
13 <element name="extension">
14 <annotation>
15 <documentation>
16 The extension point descriptor.
17 </documentation>
18 </annotation>
19 <complexType>
20 <sequence>
21 <element ref="loginModule"/>
22 </sequence>
23 <attribute name="point" type="string" use="required">
24 <annotation>
25 <documentation>
26
27 </documentation>
28 </annotation>
29 </attribute>
30 <attribute name="id" type="string" use="required">
31 <annotation>
32 <documentation>
33
34 </documentation>
35 </annotation>
36 </attribute>
37 <attribute name="name" type="string">
38 <annotation>
39 <documentation>
40
41 </documentation>
Oleg Besedinbf7210d2008-03-19 18:01:45 +000042 <appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +000043 <meta.attribute translatable="true"/>
Oleg Besedinbf7210d2008-03-19 18:01:45 +000044 </appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +000045 </annotation>
46 </attribute>
47 </complexType>
48 </element>
49
50 <element name="loginModule">
51 <annotation>
52 <documentation>
53 An entry defining a single LoginModule that can be used for authenticating users. See
54&lt;A HREF=&quot;http://java.sun.com/j2se/1.4.2/docs/api/javax/security/auth/spi/LoginModule.html&quot;&gt;javax.security.auth.spi.LoginModule&lt;/A&gt; for more information.
55 </documentation>
56 </annotation>
57 <complexType>
58 <attribute name="class" type="string" use="required">
59 <annotation>
60 <documentation>
61 The fully qualified name of a class which implements the LoginModule provider interface, &lt;tt&gt;javax.security.auth.login.spi.LoginModule&lt;/tt&gt;.
62 </documentation>
Oleg Besedinbf7210d2008-03-19 18:01:45 +000063 <appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +000064 <meta.attribute kind="java" basedOn=":javax.security.auth.spi.LoginModule"/>
Oleg Besedinbf7210d2008-03-19 18:01:45 +000065 </appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +000066 </annotation>
67 </attribute>
68 <attribute name="description" type="string">
69 <annotation>
70 <documentation>
71
72 </documentation>
Oleg Besedinbf7210d2008-03-19 18:01:45 +000073 <appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +000074 <meta.attribute translatable="true"/>
Oleg Besedinbf7210d2008-03-19 18:01:45 +000075 </appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +000076 </annotation>
77 </attribute>
78 </complexType>
79 </element>
80
Matthew Flaherty760e5f32008-02-28 18:04:34 +000081
82 <annotation>
Oleg Besedinbf7210d2008-03-19 18:01:45 +000083 <appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +000084 <meta.section type="examples"/>
Oleg Besedinbf7210d2008-03-19 18:01:45 +000085 </appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +000086 <documentation>
87 &lt;pre&gt; &lt;extension
88 id=&quot;httpBasicLoginModule&quot;
89 name=&quot;httpBasicLoginModule&quot;
90 point=&quot;org.eclipse.equinox.security.loginModule&quot;&gt;
91 &lt;loginModule class=&quot;org.eclipse.equinox.accounts.internal.auth.module.HttpBasicLoginModule&quot;
92description=&quot;org.eclipse.equinox.accounts.internal.auth.module.HttpBasicLoginModule&quot;/&gt;
93 &lt;/extension&gt;&lt;/pre&gt;
94 </documentation>
95 </annotation>
96
97 <annotation>
Oleg Besedinbf7210d2008-03-19 18:01:45 +000098 <appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +000099 <meta.section type="apiInfo"/>
Oleg Besedinbf7210d2008-03-19 18:01:45 +0000100 </appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +0000101 <documentation>
102 The JAAS API is part of the Java Runtime Environment version 1.4 and above.
103 </documentation>
104 </annotation>
105
Oleg Besedinbf7210d2008-03-19 18:01:45 +0000106
Matthew Flaherty760e5f32008-02-28 18:04:34 +0000107 <annotation>
Oleg Besedinbf7210d2008-03-19 18:01:45 +0000108 <appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +0000109 <meta.section type="implementation"/>
Oleg Besedinbf7210d2008-03-19 18:01:45 +0000110 </appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +0000111 <documentation>
112 No public login modules are provided by the platform.
113 </documentation>
114 </annotation>
115
116 <annotation>
Oleg Besedinbf7210d2008-03-19 18:01:45 +0000117 <appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +0000118 <meta.section type="copyright"/>
Oleg Besedinbf7210d2008-03-19 18:01:45 +0000119 </appinfo>
Matthew Flaherty760e5f32008-02-28 18:04:34 +0000120 <documentation>
121 Copyright (c) 2005, 2007 IBM Corporation and others.&lt;br&gt;
122All 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 &lt;a href=&quot;http://www.eclipse.org/legal/epl-v10.html&quot;&gt;http://www.eclipse.org/legal/epl-v10.html&lt;/a&gt;
123 </documentation>
124 </annotation>
125
126</schema>