このコンテンツは選択した言語では利用できません。
16.4.3. EJB Security Annotations
16.4.3.1. About EJB Security Annotations リンクのコピーリンクがクリップボードにコピーされました!
リンクのコピーリンクがクリップボードにコピーされました!
EJB
javax.annotation.security
annotations are defined in JSR250.
EJBs use security annotations to pass information about security to the deployer. These include:
- @DeclareRoles
- Declares which roles are available.
- @RunAs
- Configures the propagated security identity of a component.