12345678910111213141516171819202122 |
- ###############################################################################
- # Copyright (c) 2012 IBM Corporation and others.
- # 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
- # http://www.eclipse.org/legal/epl-v10.html
- #
- # Contributors:
- # IBM Corporation - initial API and implementation
- ###############################################################################
- #
- #ISMESSAGEFILE FALSE
- #NLS_ENCODING=UNICODE
- #NLS_MESSAGEFORMAT_NONE
- #
- description=This feature enables support for securing the server runtime environment and applications; it includes a basic user registry. \
- This feature supersedes appSecurity-1.0 and does not include servlet-3.0 or support for the LDAP user \
- registry. To secure web applications, add the servlet-3.0 feature. To secure EJB applications, add the \
- ejbLite-3.1 feature. To use LDAP, add the ldapRegistry-3.0 feature. When you add the appSecurity-2.0 \
- feature to your server, you need to configure a user registry, such as the basic user registry or the \
- LDAP user registry.
|