I would implement this as a servlet that utilized a uri mapping scheme
to intercept all MBean view requests. This way you could partition the
uri namespace of the admin war into domains and subdomains using the
structure of the ObjectName and assign security simply by using the standard
web security model. This would also make it simple to support binding the
request interface to specific interfaces and allow SSL access by leveraging
the
servlet container. I would rather require a servlet container to have secure
access
to the HTMLAdaptor as opposed to rolling a custom security construct in the
absence of the servlet container.
>
> If I find some time left I will try to create a HTML-Adaptor on
> top of the EJB-Connector because of the poor implementation
> of Sun's version and also to have a secure HTML-Adaptor.
> If someone else want to take over this task please let me know.
>
> Andy
>
>
> _______________________________________________
> Jboss-development mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-development
>


_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to