此内容没有您所选择的语言版本。
5.4.6. EJB Authorization Policy
Applications can implement custom authentication and authorization verification using a JACC Authorization Module. In JBoss EAP 6.2.2, the JACC authorization module forms part of a JAAS security domain.
When configuring your application-specific security policy, you must declare one (or more) of the following authorization modules in the security domain <policy-module> element.
code=Delegating
code=Delegating
Copy to Clipboard Copied! Toggle word wrap Toggle overflow code=JACC
code=JACC
Copy to Clipboard Copied! Toggle word wrap Toggle overflow
For specific information relating to configuring the
JACCAuthorizationModule
or DelegatingAuthorizationModule
, refer to the Authentication chapter in the Security Guide.