|
Home > Archive > WebSphere Application Server > September 2005 > custom role mapping
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
custom role mapping
|
|
|
| Hi,
I'm looking for some information (samples) regarding custom UserRegistry including custom role mapping.
Ist there a way to do my own role mapping?
Many thanks,
Uli
| |
| Paul Ilechko 2005-09-22, 7:50 am |
| uli@e2gas.de wrote:
> Hi,
> I'm looking for some information (samples) regarding custom UserRegistry including custom role mapping.
> Ist there a way to do my own role mapping?
> Many thanks,
> Uli
There's a sample CUR in the info center, I believe, and the javadoc
should be there too. If not, post here again and I'll see if I can dig
something up for you. It doesn't provide any custom role mapping per se,
but as your CUR can return whatever it chooses when the security runtime
asks for groups for a user, you can probably make it do whatever you need.
| |
|
| Hi Paul,
yes, I saw this sample, but it does not do it's own role-mapping. That is, what I'm interested in. I'm looking for a custom role-mapper.
Thanks,
Uli
> uli@e2gas.de wrote:
>
> regarding custom UserRegistry including custom role
> mapping.
>
> There's a sample CUR in the info center, I believe,
> and the javadoc
> should be there too. If not, post here again and I'll
> see if I can dig
> something up for you. It doesn't provide any custom
> role mapping per se,
> but as your CUR can return whatever it chooses when
> the security runtime
> asks for groups for a user, you can probably make it
> do whatever you need.
>
|
|
|
|
|