이 콘텐츠는 선택한 언어로 제공되지 않습니다.
11.2.3. EJB Security Annotations
11.2.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.