Feature Requests item #677614, was opened at 2003-01-30 12:50
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376688&aid=677614&group_id=22866

Category: JBossSX
Group: v3.0 Rabbit Hole
Status: Open
Resolution: None
Priority: 5
Submitted By: David Ward (dward2)
Assigned to: Nobody/Anonymous (nobody)
Summary: method to remove single Principal from authentication cache

Initial Comment:
The JaasSecurityManagerService provides many methods in
3.0.6:

getPrincipal()
registerSecurityDomain()
isValid()
start()
create()
doesUserHaveRole()
getAuthenticationCachePrincipals()
stop()
getUserRoles()
flushAuthenticationCache()
destroy()

However, it is lacking in a method to remove a single
user from the authentication cache.  A method like this:

removeAuthenticationCachePrincipal(String username)
or
removeAuthenticationCachePrincipal(Principal user)

would be very helpful.

Here is a jboss-user mailing list thread that talks
about the problem that is trying to be solved:

http://www.mail-archive.com/jboss-user%40lists.sourceforge.net/msg25514.html

Thanks muchly,
David


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=376688&aid=677614&group_id=22866


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to