The definitive answer is to check the Servlet Spec:
http://java.sun.com/products/servlet/reference/api/index.html
However, since as far as Servlets are concerned, your means of
authentication is divorced from the concept of a HTTP Session, I don't
think there any vendor neutral way of accomplishing this.
mark
> -----Original Message-----
> From: twcrone@xxxxxxxxxxxxx [mailto:twcrone@xxxxxxxxxxxxx]
> Sent: Tuesday, January 31, 2006 11:25 AM
> To: users@xxxxxxxxxx
> Subject: [cinjug-users] getRemoteUser( ) and Basic authentication
>
> Does anyone know of a vendor neutral method call etc. that
> you can use to invalidate a user's session such that
> getRemoteUser( ) returns null. Further accesses cause the
> login page to come up without using a filter or any
> programming logic and without closing the browser.
>
>
> --
> twcrone@xxxxxxxxxxxxx
> 859-278-9634
>
>
> > Not exactly... I just need the ability to specify a domain user
> > (\DOMAIN_NAME\USER_NAME) when making
> > a connection to an Oracle database. The user will be
> entering their
> > domain and user account so SSO is not important.
> >
> > Thanks,
> > -Matt
> >
> > -----Original Message-----
> > From: John Olmstead [mailto:jolmstead2k@xxxxxxxxx]
> > Sent: Tuesday, January 31, 2006 11:08 AM
> > To: Arnett, Matt; users@xxxxxxxxxx
> > Subject: Re: [cinjug-users] Oracle, JDBC, and Windows Authentication
> >
> > Matt;
> >
> > If you objective is SSO with a windows proxy server, have a look at:
> > http://jcifs.samba.org/
> >
> > There is a servlet filter you can configure and use to do
> SSO on Windows.
> >
> > HTH
> >
> > John Olmstead
> >
> > --- "Arnett, Matt" <Matt.Arnett@xxxxxxxxxx> wrote:
> >
> > > Does anyone know of a JDBC driver for Oracle (preferable
> free, open
> > > source)
> > that supports
> > > Windows
> > > Authentication? If so, does it require any configuration
> or setup
> > > on the
> > Oracle database?
> > > The driver
> > > that comes with Oracle does support Integrated Windows
> > > Authentication but also
> > requires
> > > configuration
> > > changes in the Oracle database to have it sync up with Active
> > > Directory. This
> > may not be
> > > avoidable
> > > but I would like to try and avoid this if possible.
> > >
> > > I found an open source JDBC driver for MS-SQL Server
> which supports
> > > Integrated
> > Windows
> > > Authentication
> > > and Single-Sign-On. Microsoft is planning to release support for
> > > this in June
> > this year but
> > > I can't
> > > wait that long for them. Another example where Open Source beats
> > > the Big Guy
> > in time to
> > > market and
> > > feature set.
> > >
> > > Thanks,
> > > Matt
> > >
> > >
> > > This e-mail transmission contains information that is
> intended to be
> > confidential and
> > > privileged. If you receive this e-mail and you are not a named
> > > addressee you
> > are hereby
> > > notified that you are not authorized to read, print,
> retain, copy or
> > disseminate this
> > > communication without the consent of the sender and that
> doing so is
> > prohibited and may be
> > > unlawful. Please reply to the message immediately by
> informing the
> > > sender
> > that the message
> > > was misdirected. After replying, please delete and
> otherwise erase
> > > it and any
> > attachments
> > > from your computer system. Your assistance in correcting
> this error
> > > is
> > appreciated.
> >
> >
> > John Olmstead
> > jolmstead2k@xxxxxxxxx
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> > This e-mail transmission contains information that is
> intended to be
> > confidential and privileged. If you receive this e-mail
> and you are
> > not a named addressee you are hereby notified that you are not
> > authorized to read, print, retain, copy or disseminate this
> > communication without the consent of the sender and that
> doing so is
> > prohibited and may be unlawful. Please reply to the
> message immediately by informing the sender that the message
> was misdirected.
> > After replying, please delete and otherwise erase it and any
> > attachments from your computer system. Your assistance in
> correcting this error is appreciated.
> >
> > ---------
> > You may unsubscribe from this mailing list by sending a blank email
> > addressed to:
> > users-unsubscribe@xxxxxxxxxx
> >
> > --
> > Find additional help by sending a blank email addressed to:
> > users-help@xxxxxxxxxx
> >
>
> ---------
> You may unsubscribe from this mailing list by sending a blank
> email addressed to:
> users-unsubscribe@xxxxxxxxxx
>
> --
> Find additional help by sending a blank email addressed to:
> users-help@xxxxxxxxxx
>
>
|