[JBoss-user] [JBoss Portal] - Re: Portal Instance Authentication

2006-01-30 Thread PMO
Define a role and assign users to this role in order to access a portal, page 
or instance.  

Below I used Authenticated, but any defined role should be fine.

 security-constraint
  | policy-permission
  |role-nameAuthenticated/role-name
  |action-nameview/action-name
  | /policy-permission
  |  /security-constraint
  | 

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3920391#3920391

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920391


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portal Instance Authentication

2006-01-30 Thread psalvadori
Thanks PMO but I'm sorry, I didn't understand what you meant.
Can explain me deeply how can I define a new role and what xml file I must 
modify to do what you said? Can You make some example?

Thanks in advance, Paolo.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3920420#3920420

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920420


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portal Instance Authentication

2006-01-30 Thread mjohnpeter
hi all


if you don't mind , give me some  stuff for programming with portlet in jboss 
portal 

regards 
Peter 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3920438#3920438

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920438


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portal Instance Authentication

2006-01-30 Thread PMO
The security constraint should be located in the *-object.xml file and can be 
attached to ,  or  in a deployment.

Every authenticated user gets the role Authenticated but you can specify any 
existing role to limit access of a portal, a page or a window to users who have 
that role (window I did not try).



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3920461#3920461

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920461


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portal Instance Authentication

2006-01-30 Thread PMO
The security constraint should be located in the *-object.xml file and can be 
attached to portal, page or window in a deployment.

Every authenticated user gets the role Authenticated but you can specify any 
existing role to limit access of a portal, a page or a window to users who have 
that role (window I did not try).



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3920462#3920462

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3920462


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portal Instance Authentication

2006-01-18 Thread mholzner
make sure you are adding your web.xml entries in the correct war file. 
There are several wars involved here ! 

Note that the portal's login page is actually defined in the portal-server.war 
, and not in the portal-core war ! 



View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3918147#3918147

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918147


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBoss Portal] - Re: Portal Instance Authentication

2006-01-18 Thread psalvadori
I only have one .war web archive, and I put my web.xml in WEB-INF dir. The 
portal instance works properly, all portlets runs well with this configuration. 
Are you sure that I need to replicate the portal.sar directory hierarchy for my 
instance?
Thanks, Paolo.

View the original post : 
http://www.jboss.com/index.html?module=bbop=viewtopicp=3918172#3918172

Reply to the post : 
http://www.jboss.com/index.html?module=bbop=postingmode=replyp=3918172


---
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnkkid=103432bid=230486dat=121642
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user