You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Security Service

Sub-component of OpenEJB

Definition

Provides the container with an authenticated client identity.

Also Known As

  • Security Provider

Responsibilities

  • Authenticate the user in an implementation specific way
  • Provides OpenEJB a reference to the current security identity of the client
  • Assists OpenEJB with role-based authorization control

Related Classes

  • org.apache.openejb.spi.SecurityService
  • No labels