Hi all,

I'm making a DataSourceRealm that works with DIGEST authentication.  I'm
planning to achieve this by extending DataSourceRealm and implementing
getPassword() and getPrincipal().  I would like to reuse the
credentials(Connection, String) and roles(Connection, String) methods,
but they are private.  Is is possible to make these methods protected?
Or, is there a better way to achieve this?

Relative bugzilla issues:
    http://issues.apache.org/bugzilla/show_bug.cgi?id=19767
    http://issues.apache.org/bugzilla/show_bug.cgi?id=29048

TIA.

Best regards,
-- Shinobu Kawai

--
Shinobu Kawai <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to