Add Authenticating Cache to AuthenticatingRealm
-----------------------------------------------

                 Key: JSEC-55
                 URL: https://issues.apache.org/jira/browse/JSEC-55
             Project: JSecurity
          Issue Type: Improvement
          Components: Caching, Realms
         Environment: Any
            Reporter: Toby Stevens
             Fix For: 1.0


Stateless clients would benefit from an authentication cache.

For example if a stateless client may make several authentication requests 
within a few seconds.

Ideally the cache timeouts would be different.  For example i might want to 
sent the Authentication cache to 30 seconds, but the Authorization cache to 
longer.

(From previous email to Les)

I created a Realm that authenticates against a URL, if the user has
access.  The problem is that we have a stateless client [maven2] that
connects to our server[Nexus], and needs to authenticate each time.
This means the same user needs to authenticate 9+ times in a few
seconds (for a single task).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to