[seam-issues] [JBoss JIRA] Closed: (SEAMSECURITY-2) refactor for easier extensibility of seam identity: seam identiy interface + seam identity base impl
Shane Bryzak (JIRA)
jira-events at lists.jboss.org
Tue Apr 13 05:37:15 EDT 2010
[ https://jira.jboss.org/jira/browse/SEAMSECURITY-2?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shane Bryzak closed SEAMSECURITY-2.
-----------------------------------
Fix Version/s: 3.0.0.Beta1
Resolution: Done
Added Identity interface
> refactor for easier extensibility of seam identity: seam identiy interface + seam identity base impl
> ----------------------------------------------------------------------------------------------------
>
> Key: SEAMSECURITY-2
> URL: https://jira.jboss.org/jira/browse/SEAMSECURITY-2
> Project: Seam Security
> Issue Type: Feature Request
> Reporter: koen handekyn
> Assignee: Shane Bryzak
> Priority: Optional
> Fix For: 3.0.0.Beta1
>
>
> to allow easier extensibility of the seam identity class it would be useful to have a clear seam identity interface with complementary base impl from (package org.jboss.seam.security)
> use case: i'm trying to define my own seam identiy that contains as an extra parameter domain (login at domain/password).
> to have a complete implementation (which also saves the domain into a cookie) i'm stuck as
> 1. i don't know have an interface that I should satisfy if I wanted to make an implementation from scratch
> 2. extending from seam idenity has some issues : i missing some protected accessors to some private members (that maybe could be protected?)
> alternatively my question would be solved if i could have extension points within initFromCookie and at "setCookieValueIfEnabled( getUsername() ); from method postAuthenticate()" such that i could combine and split login and domain when saving/reading the cookie.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the seam-issues
mailing list