SG wrote:
>
> If I were to implement SecurityService, and provide my own security handler
> (instead of JonasSecurityServiceImpl), what method will be called from my
> security service when a client:
> 1. Creates InitialContext
> 2. Calls a method on the home object (or tries a lookup?)
>
> When does my Service get called.
> By What JOnAS class does it get called? Is it from the GenIC created
> classes?
>
> And Please DO NOT tell me to read the white paper! I have read all your
> online documentation NUMEROUS times and the answers are NOT in there! (Nor
> are they online on the message boards. I read
> http://www.objectweb.org/jonas/jonas_root/doc/JOnASWP.html#Security ,
> http://www.objectweb.org/jonas/jonas_root/doc/JOnASWP.html#Security ,
> http://www.objectweb.org/messages/JonasUsers/2000/12/msg00012.html )
> NONE of these answer my questions. Please, I am just trying to understand
> JOnAS Security propogation and implementation and will share everything I do
> with the newsgroups. But first, I need a little help understanding the JOnAS
> structure.
Plugging another class for SecurityService is not documented in details
in the JOnAS documentation. Moreover, starting services in JOnAS is just
changing in the current version, so it's different depending if u work
on CVS source or a downloaded official version!
You must set a property in jonas.properties:
jonas.service.security.class (new method)
or
jonas.security.implementation (old method)
that define your implementation replacing the standard JonasSecurityServiceImpl class.
The EJB container will call this security service to check bean accesses.
I don't know if you need more details ?
>
> Robert
> ----
> To unsubscribe, send email to [EMAIL PROTECTED] and
> include in the body of the message "unsubscribe jonas-users".
> For general help, send email to [EMAIL PROTECTED] and
> include in the body of the message "help".
--
Philippe Durieux ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bull - 1 rue de Provence - 38432 Echirolles Cedex France
[EMAIL PROTECTED]
-> Download our EJBServer at http://www.evidian.com/ejb <-
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".