[undertow-dev] Account.getRoles()?

Bill Burke bburke at redhat.com
Fri Aug 16 11:50:00 EDT 2013


Any way we could have an Account.getRoles()?

One of the things Resteasy OAuth integration can do with AS7 is turn an 
existing SecurityDomain into an OAuth server with SkeletonKey tokens. 
To do this though I need to be able to extract the user's role mappings 
after authentication.  For AS7, this can be extracted from the 
Principal.  For Undertow only though, Account has no getRoles() method.

Can you add Set<String> getRoles() to Account?
-- 
Bill Burke
JBoss, a division of Red Hat
http://bill.burkecentral.com


More information about the undertow-dev mailing list