a brief explanation for basic spring-security (only authentication)
configuration with struts:
Spring security is running as a filter in your web-app
(you need to make sure that it comes first before Struts).
For the filter-configuration take a look at (2.2.1):
http://static.springsource.org/spr
t; IMHO go with Spring Security:
> http://static.springsource.**org/spring-security/site/<http://static.springsource.org/spring-security/site/>
>
> It is pretty easy to integrate in Struts and
> provides everything you need for both
Hey,
i would definitely _discourage_ you from using JAAS.
IMHO go with Spring Security:
http://static.springsource.org/spring-security/site/
It is pretty easy to integrate in Struts and
provides everything you need for both authentication and authorization
2 at 5:28 AM, Aravind Kumar
> wrote:
>
> > Hello,
> >
> > I have just started to venture into Struts2 and I'm having a hard time
> > finding learning materials for "Authentication and authorization"
> concepts.
> > Could you please point out some resources ?
> >
> > Thank you,
> > Aravind
> >
>
to Struts2 and I'm having a hard time
> finding learning materials for "Authentication and authorization" concepts.
> Could you please point out some resources ?
>
> Thank you,
> Aravind
>
Thank you ! And Apache Shiro is it worth trying for authentication and
authorization ?
On Tue, Apr 17, 2012 at 6:37 PM, vEnkaTa mohAna rAo SriperumbUdUru <
mohanara...@gmail.com> wrote:
> http://www.javaranch.com/journal/2008/04/authentication-using-JAAS.html
>
>
> http:/
o venture into Struts2 and I'm having a hard time
> finding learning materials for "Authentication and authorization" concepts.
> Could you please point out some resources ?
>
> Thank you,
> Aravind
>
Hello,
I have just started to venture into Struts2 and I'm having a hard time
finding learning materials for "Authentication and authorization" concepts.
Could you please point out some resources ?
Thank you,
Aravind
: jeudi 23 août 2007 18:22
À : Struts Users Mailing List
Objet : Re: Authentication and Authorization in S2
What do you mean with "100% Struts 2 security"? As far I know, S2 does
not have anything out-of-the-box regarding security.
In my case, I had to manually develop a login act
protects only *actions* and not data (i.e. which roles can see which
> rows in the database).
>
>
> -Message d'origine-
> De: wild_oscar [mailto:[EMAIL PROTECTED]
> Envoyé: jeudi 23 août 2007 16:15
> À: user@struts.apache.org
> Objet: Re: Authentication and Auth
data (i.e. which roles can see which
rows in the database).
-Message d'origine-
De : wild_oscar [mailto:[EMAIL PROTECTED]
Envoyé : jeudi 23 août 2007 16:15
À : user@struts.apache.org
Objet : Re: Authentication and Authorization in S2
How about AA with Struts2 only?
I'm tryin
o which doesn't do nearly as much as Acegi but can
>> handle most general AA problems:
>>
>> http://berkano.codehaus.org/
>>
>> Zarar
>>
>>
>> On 8/20/07, Roberto Nunnari <[EMAIL PROTECTED]> wrote:
>> > Hi all.
>> >
>>
.
http://www.acegisecurity.org/
There's also Berkano which doesn't do nearly as much as Acegi but can
handle most general AA problems:
http://berkano.codehaus.org/
Zarar
On 8/20/07, Roberto Nunnari <[EMAIL PROTECTED]> wrote:
Hi all.
I need to implement Authentication and Authoriz
arar
>
>
> On 8/20/07, Roberto Nunnari <[EMAIL PROTECTED]> wrote:
> > Hi all.
> >
> > I need to implement Authentication and Authorization in
> > a S2 web application, and before reinventing the wheel, I'd
> > like to ask the list for hints and advi
ost general AA problems:
http://berkano.codehaus.org/
Zarar
On 8/20/07, Roberto Nunnari <[EMAIL PROTECTED]> wrote:
> Hi all.
>
> I need to implement Authentication and Authorization in
> a S2 web application, and before reinventing the wheel, I'd
> like to ask the list f
Hi all.
I need to implement Authentication and Authorization in
a S2 web application, and before reinventing the wheel, I'd
like to ask the list for hints and advice.
1) Is there built-in support in Struts2 for Authentication and
Authorization?
2) What are the best practices for AA in S
Craig McClanahan wrote the following on 7/16/2005 1:03 AM:
For maximum positive benefit to the world, please cc your responses
both here
Asked someone on our team (not on the Struts list) who handles the
authentication stuff for our applications and he came up with:
technology do you currently use for authentication and authorization
in your web applications?
* If you use the container managed security faciities of your container,
does it completely meet your needs? If not, what else would you like to see?
* If you don't use container managed security (i.
servlets.html
> >
> > My particular question (well, questions :-) for the Struts community:
> >
> > * What technology do you currently use for authentication and authorization
> > in your web applications?
> >
> > * If you use the container managed secu
ike to see in the next version:
http://weblogs.java.net/blog/gmurray71/archive/2005/07/got_servlets.html
My particular question (well, questions :-) for the Struts community:
* What technology do you currently use for authentication and authorization
in your web applications?
* If you use
Craig McClanahan wrote:
* What technology do you currently use for authentication and authorization
in your web applications?
Acegi Security with a custom authentication DAO that accesses a JCR
repository and various custom voters for authorization.
* If you don't use container ma
Sergey Livanov wrote:
In my project authentication and authorization are performed by
certificates. Help me, please, to find right way to define WHos is
logged on and What they are doing by JMX .
1. get a jmx tools servlet to work... it should display all jmx
refistered objects and
day, July 16, 2005 1:01 PM
Subject: Re: [FRIDAY] What technology do you use for authentication and
authorization?
Hi Craig,
I am currently using container-managed security in all my day work. We
have built a fairly robust framework to sit on top of it to fill in some
of the gaps (thin
Vic ,
In my project authentication and authorization are performed by
certificates. Help me, please, to find right way to define WHos is
logged on and What they are doing by JMX .
regards,
Sergey .
> Craig McClanahan wrote:
>>
>>
>> http://weblogs.java.net/blog/g
g/gmurray71/archive/2005/07/got_servlets.html
My particular question (well, questions :-) for the Struts community:
* What technology do you currently use for authentication and authorization
in your web applications?
* If you use the container managed security faciities of your container,
does
Craig McClanahan wrote:
http://weblogs.java.net/blog/gmurray71/archive/2005/07/got_servlets.html
My particular question (well, questions :-) for the Struts community:
* What technology do you currently use for authentication and authorization
in your web applications?
I used JDBC relms
eblogs.java.net/blog/gmurray71/archive/2005/07/got_servlets.html
My particular question (well, questions :-) for the Struts community:
* What technology do you currently use for authentication and authorization
in your web applications?
* If you use the container managed security faciities of
> There used to be (haven't checked on it
> for a while) a project called "Security Filter"
> that was a security database implementation you
> could package with your application. I believe
> it was a SourceForge project.
SecurityFilter hasn't been updated since January:
http://securityfilte
n if you don't build a
request/response wrapper to go along with them. They're extremely handy for
the problems that they do solve.
Good Luck,
Eddie
- Original Message -
From: "Davi Salgueiro" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, N
Once you have your users and roles defined, you can read use the
"roles" attribute for action mappings to restrict access to those
actions to a set of roles.
Hubert
On Fri, 05 Nov 2004 16:46:51 -0300, Mauro Morales M.
<[EMAIL PROTECTED]> wrote:
> El vie, 05-11-2004 a las 13:37 -0600, Vic (Vinny)
El vie, 05-11-2004 a las 13:37 -0600, Vic (Vinny) Cekvenich escribió:
> Struts requires Servlet support container.
> Therefore containers (such as tomcat, resin, etc). support declerative
> security via web.xml.
> You can read for example about tomcat jdbc realms.
> So struts leverages J2EE securi
Struts requires Servlet support container.
Therefore containers (such as tomcat, resin, etc). support declerative
security via web.xml.
You can read for example about tomcat jdbc realms.
So struts leverages J2EE security and you can extend it and customize it.
.V
Davi Salgueiro wrote:
Hi Every On
Hi Every One,
Does Struts have any type of authentication/ authorization mecanism?
Best regards,
Davi Salgueiro
Hi Every One,
Does Struts have any type of authentication/ authorization mecanism?
Best regards,
Davi Salgueiro
34 matches
Mail list logo