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=Questa funzione abilita il supporto per la protezione dell'ambiente di runtime del server e delle applicazioni; include un registro utenti di base. \
- Questa funzione sostituisce appSecurity-1.0 e non include servlet-3.0 o il supporto per il registro utenti LDAP. \
- Per proteggere le applicazioni Web, aggiungere la funzione servlet-3.0. \
- Per proteggere le applicazioni EJB, aggiungere la funzione ejbLite-3.1. \
- Per utilizzare la funzione LDAP, aggiungere la funzione ldapRegistry-3.0. \
- Quando si aggiunge la funzione appSecurity-2.0 al server, \u00e8 necessario configurare un registro utenti, ad esempio il registro utenti di base o il registro utenti LDAP.
|