com.ibm.websphere.appserver.appSecurity-2.0.properties 1.1 KB

12345678910111213141516171819202122
  1. ###############################################################################
  2. # Copyright (c) 2012 IBM Corporation and others.
  3. # All rights reserved. This program and the accompanying materials
  4. # are made available under the terms of the Eclipse Public License v1.0
  5. # which accompanies this distribution, and is available at
  6. # http://www.eclipse.org/legal/epl-v10.html
  7. #
  8. # Contributors:
  9. # IBM Corporation - initial API and implementation
  10. ###############################################################################
  11. #
  12. #ISMESSAGEFILE FALSE
  13. #NLS_ENCODING=UNICODE
  14. #NLS_MESSAGEFORMAT_NONE
  15. #
  16. description=This feature enables support for securing the server runtime environment and applications; it includes a basic user registry. \
  17. This feature supersedes appSecurity-1.0 and does not include servlet-3.0 or support for the LDAP user \
  18. registry. To secure web applications, add the servlet-3.0 feature. To secure EJB applications, add the \
  19. ejbLite-3.1 feature. To use LDAP, add the ldapRegistry-3.0 feature. When you add the appSecurity-2.0 \
  20. feature to your server, you need to configure a user registry, such as the basic user registry or the \
  21. LDAP user registry.