[undertow-dev] principal/role propagation

Stuart Douglas sdouglas at redhat.com
Sun Feb 23 20:36:52 EST 2014


This all happens in the Wildfly code base, using Undertow handlers and ThreadSetupActions.

org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction - This creates the picketbox security context and sets up the association. 
org.wildfly.extension.undertow.security.JAASIdentityManagerImpl - Populates the picketbox security context when the undertow Account is created. This is kinda yuck, but there is no other way to do this as far as I can see.

org.wildfly.extension.undertow.security.SecurityContextAssociationHandler - Handles RunAs 

Stuart

----- Original Message -----
> From: "Bill Burke" <bburke at redhat.com>
> To: undertow-dev at lists.jboss.org
> Sent: Saturday, 22 February, 2014 5:31:48 PM
> Subject: [undertow-dev] principal/role propagation
> 
> Where does an Undertow Account get propagated to the Wildfly security
> layer so principal/roles can be propagated to layers like EJB?
> --
> Bill Burke
> JBoss, a division of Red Hat
> http://bill.burkecentral.com
> _______________________________________________
> undertow-dev mailing list
> undertow-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/undertow-dev
> 


More information about the undertow-dev mailing list