Application Security 2.0
이 기능은 기본 사용자 레지스트리를 포함하는 서버 런타임 환경 및 애플리케이션 보안에 대한 지원을 사용합니다. 이 기능은 appSecurity-1.0을 대체하고 servlet-3.0 또는 LDAP 사용자 레지스트리에 대한 지원을 포함하지 않습니다. 웹 애플리케이션의 보안을 유지하려면 servlet-3.0 기능을 추가하십시오. EJB 애플리케션의 보안을 유지하려면 ejbLite-3.1 기능을 추가하십시오. LDAP를 사용하려면 ldapRegistry-3.0 기능을 추가하십시오. 사용자의 서버에 appSecurity-2.0 기능을 추가할 때 기본 사용자 레지스트리 또는 LDAP 사용자 레지스트리와 같은 사용자 레지스트리를 구성해야 합니다.
이 기능을 사용
Application Security 2.0 기능을 사용하려면 server.xml 파일의 featureManager 요소 내에 다음 요소 선언을 추가하십시오.
<feature>appSecurity-2.0</feature>
지원되는 Java™ 버전
- JavaSE-1.6
- JavaSE-1.7
- JavaSE-1.8
이 기능에 의존하는 기능 개발
Application Security 2.0 기능에 의존하는 기능을 개발 중인 경우, 새 기능의 기능 Manifest 파일에 있는 Subsystem-Content 헤더에 다음 항목을 포함시키십시오.
com.ibm.websphere.appserver.appSecurity-2.0; type="osgi.subsystem.feature"
이 기능이 사용하는 기능
이 기능을 사용하는 기능
- appSecurity-1.0 - Application Security 1.0
- constrainedDelegation-1.0 - Kerberos Constrained Delegation for SPNEGO
- jacc-1.5 - Java Authorization Contract for Containers 1.5
- jaspic-1.1 - Java Authentication SPI for Containers 1.1
- oauth-2.0 - OAuth
- openid-2.0 - OpenID
- passwordUtilities-1.0 - Password Utilities
- samlWeb-2.0 - SAML web single sign-on version 2.0
- spnego-1.0 - Simple and Protected GSSAPI Negotiation Mechanism
- webProfile-6.0 - Java EE Web Profile 6.0
- webProfile-7.0 - Java EE Web Profile 7.0
- wsSecurity-1.1 - Web Service Security
기능 구성 요소
server.xml 파일에서 다음 요소를 사용하여 Application Security 2.0 기능을 구성할 수 있습니다.