On 9/18/07, Ian Roughley <[EMAIL PROTECTED]> wrote:
> By implementing the PrincipalAware interface, the Principal object will
> be injected into the action with those values from the request (the
> user, roles, etc.).  The values can be be used in the action, or the
> Principal can be exposed with a setter for the actions to use.
>
But if you don't use Container Managed Authentication, how do you get
the Principal into the request so that PrincipalAware can inject it,
without using a ServletFilter?
  (*Chris*)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to