~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to j2ee/platform/javahelp/org/netbeans/modules/j2ee/platform/docs/webservice/nodes/wsitconf-UserAuthenticationNode.html

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-fnzjbo11ntghxfu7
Tags: upstream-6.0.1
Import upstream version 6.0.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 
2
<!--
 
3
  *     Copyright © 2007 Sun Microsystems, Inc. All rights reserved.
 
4
  *     Use is subject to license terms.
 
5
-->
 
6
<html>
 
7
    <head>
 
8
        <title>Web Service Attributes Editor: Security</title>
 
9
        <link rel="stylesheet" href="nbdocs:/org/netbeans/modules/usersguide/ide.css" type="text/css">
 
10
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 
11
    </head>
 
12
    <body>
 
13
        <h2>Web Service Attributes Editor: Security</h2>
 
14
        <p> <small><a href="#seealso">See Also</a>&nbsp; </small>
 
15
        <p>In the <a href="wsitconf-access.html">Quality of Service tab's</a> Security section, on the 
 
16
            client side, you may configure a user name and password for some of the
 
17
            security mechanisms. For this purpose, you can use the default Username and
 
18
            Password Callback Handlers (when deploying to the Application Server), specify
 
19
            the default SAML Callback Handler, specify a default user name and password
 
20
            for development purposes, or create and specify your own Callback
 
21
        Handlers if the container you are using does not provide defaults.</p>
 
22
        <p>You can set the following options:</p>
 
23
        
 
24
        <ul>
 
25
            <li><b>Use development defaults.</b>   
 
26
            <li><b>Authentication Credentials.</b>    
 
27
            <ul>
 
28
                <li>Static.</li>
 
29
                <ul><li><b>Default Username.<br>Default Password.</b> Enter the name of an authorized
 
30
                user and the password for this user. This option is best used only in the
 
31
                development environment. When the Default Username and Default Password
 
32
                are specified, the username and password are stored in the <tt>wsit-client.xml</tt> 
 
33
                file in clear text, which presents a security risk. Do not use this
 
34
                option for production.</ul>
 
35
                <li>Dynamic.</li>
 
36
                <ul><li><b>Username Callback Handler.<br>Password Callback Handler.</b> If you create
 
37
                JSR-109-compliant web services and web service clients that run under an
 
38
                Application Server container (JSR-109 deployment), the container handles
 
39
                the callbacks and you do not need to configure Callback Handlers of your
 
40
                own. If you are using another container, select the Browse button to select
 
41
                the class implementing the <tt>javax.security.auth.callback.CallbackHandler</tt> interface.</ul>
 
42
            </ul>
 
43
            <li><b>SAML Callback Hander.</b> To use a SAML Callback Handler, you need to
 
44
                create one, as there is no default.
 
45
        </ul>
 
46
        <dl>
 
47
            <dt><a name="seealso">See Also</a></dt>
 
48
            <dd><a href="../nodes/wsitconf-about.html">About Quality of Service</a></dd>
 
49
        </dl>
 
50
        
 
51
        
 
52
        <hr>
 
53
        <small><a href="../../credits.html">Legal Notices</a></small>
 
54
    </body>
 
55
</html>
 
56