----- Original Message ----- 
From: "Kenworthy, Edward" <[EMAIL PROTECTED]>
To: "'jBoss Developer'" <[EMAIL PROTECTED]>
Sent: Monday, January 22, 2001 6:44 AM
Subject: RE: [jBoss-Dev] Detailed security HowTo committed


> You're such a liar.
> 
> user.properties
> roles.properties
> 
I am using your JaasServerLoginModule on the server side setup so I have to provide a
users.properties(its not user.properties) and a roles.properties. I'll acknowledge 
that you
contributed this and demonstrated its use in a previous howto mail.

> and all such related code.
> 
> AppCallBackHandler, you even used the same class name AND repeated the same
> bodge I made.
> 
> Marc, you cannot let this guy get away with this, it's just blatant !
> 
Ok, I must have taken your AppCallBackHandler and so I appoligize for not
acknowleding that. I will add a reference to your previous how to mail.

This document differs in several significant ways:

1. Sequence diagrams illustrating the client side and server side behavior of key 
classes
involved in the security setup.
2. A description of how security is integrated into the EJB container via  the 
SecurityInterceptor
and its dependency on the RealmMapping and EJBSecurityManager interfaces for its
behavior.
3. A description of how the JaasSecurityManagerService JMX mbean installs an 
implementation
of the RealmMapping and EJBSecurityManager interfaces
4. The required jboss.xml document to setup security in an EJB container using the 
role-mapping-manager,
and authentication-module container-configuration elements.
5. A description of how the JaasSecurityManager uses JAAS to authenticate the user and 
perform
role mapping
6. Complete example code for the test bean and client as well as a detaild step by 
step example
of compiling, deploying and testing the security.

> -----Original Message-----
> From: Scott M Stark [mailto:[EMAIL PROTECTED]]
> Sent: 22 January 2001 14:06
> To: jBoss Developer
> Subject: Re: [jBoss-Dev] Detailed security HowTo committed
> 
> 
> How is any of this document your work? I used none of your previous document
> as a guide in writing this document. All of this is coming from a detailed
> review of
> the source code. I did use the LoginModule that you have contributed and it
> is
> the same subject. Other than that, what is your work?
> 
> ----- Original Message ----- 
> From: "Kenworthy, Edward" <[EMAIL PROTECTED]>
> To: "'jBoss Developer'" <[EMAIL PROTECTED]>
> Sent: Monday, January 22, 2001 2:34 AM
> Subject: RE: [jBoss-Dev] Detailed security HowTo committed
> 
> 
> > Is it usual to use someone else's work, strip out all references to them
> and
> > claim all the credit yourself ?
> > 
> > -----Original Message-----
> > From: Scott M Stark [mailto:[EMAIL PROTECTED]]
> > Sent: 21 January 2001 20:14
> > To: [EMAIL PROTECTED]
> > Cc: Jboss-Docs@Egroups. Com
> > Subject: [jBoss-Dev] Detailed security HowTo committed
> > 
> > 
> > I just committed a relatively detailed security setup howto to the newsite
> > cvs repository. It describes the setup process for the current PRE2.1 cvs
> > code. Let me know if you find any errors/inaccuracies.
> > 
> > You can obtain it from cvs or use the following link:
> >
> http://cvs.working-dogs.com/ejboss/cvsweb/index.cgi/newsite/documentation/Ho
> > wTo.Security.html
> > 
> > 
> > 
> > 
> 
> 
> 


Reply via email to