[ 
https://issues.apache.org/jira/browse/SHIRO-73?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13018651#comment-13018651
 ] 

Les Hazlewood commented on SHIRO-73:
------------------------------------

I implemented this feature to trunk over the weekend - 100% test coverage for 
methods and lines in AuthenticatingRealm and its parent class.  Please try it 
out!

> Add Authentication Caching to AuthenticatingRealm
> -------------------------------------------------
>
>                 Key: SHIRO-73
>                 URL: https://issues.apache.org/jira/browse/SHIRO-73
>             Project: Shiro
>          Issue Type: New Feature
>         Environment: Any
>            Reporter: Toby Stevens
>            Assignee: Les Hazlewood
>
> 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.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to