Can I change the background of the blog?
Java Programming
Hello Guest
  
  • Login
• Register…
• Start blog
  • Кто, Где, Когда
• Что тут делать?
• Сообщества
  • Опросы
• Аватары
• Интересы
  • Редактор изображений new!
• Случайный дневник
• Поиск пользователей
  • Дуэли
• Желания
• Ссылки
  • Search
• Games
• Tests
• QAIX
  • Трансляции
• Talxy Chat
• Horoscope
• Online
 
Register!

QAIX > Java ProgrammingGo to page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

  Top users: 
  Рейтинг сообществ: 
  Advertising:
  Recent blog posts: 
  They have birthday today: 
  Forums:   
  Discuss: 
  Recent forum topics: 
  Recent forum comments:
  Модератор:
среда, 28 июля 2010 г.
what is shine enterprise java pattern ? john.stalin 19:33:30
 Shine Enterprise Java Pattern is an Open Source Java Pattern.
This pattern is for (J2SE, J2EE, J2ME) Applications.
refer to http://en.wikipedia­.org/wiki/Shine_Ente­rprise_Java_Pattern

comment 2 answer | Add comment
вторник, 13 апреля 2010 г.
even i am facing the same problem , please help Guest 19:03:45
 even i am facing the same problem , please help
Add comment
Bruno, you are right...I have this problem thru out my... Guest 18:10:10
 Bruno, you are right...I have this problem thru out my development with pdf file. Thanks a lot..!!-s
Add comment
Hi,We are developing a new web based application where user... Guest 09:28:30
 Hi,

We are developing a new web based application where user authentication will be done via Active Directory (AD).

Following is our configuration.

login-config.xml

<application-policy­ name="HMActiveDirec­otry">
<authentication>
<login-module code="org.jboss.sec­urity.auth.spi.LdapE­xtLoginModule" flag="required" >
<module-option name="java.naming.p­rovider.url">ldap://­IP:389/</module-opti­on>
<module-option name="java.naming.s­ecurity.authenticati­on">simple</module-o­ption>
<module-option name="bindDN">User ID</module-option>
<module-option name="bindCredentia­l">Password</module-­option>
<module-option name="baseCtxDN">DC­=value</module-optio­n>
<module-option name="rolesCtxDN">D­C=value</module-opti­on>
<module-option name="roleRecursion­">-1</module-option>­
</login-module>
</authentication>
</application-polic­y>

Web.xml

<security-constrain­t>
<web-resource-colle­ction>
<web-resource-name>­Doc services </web-resource-name­>
<url-pattern>*.xhtm­l</url-pattern>
<http-method>GET</h­ttp-method>
<http-method>POST</­http-method>
</web-resource-coll­ection>
<auth-constraint>
<role-name>rolename­</role-name>
</auth-constraint>
</security-constrai­nt>

<login-config>
<auth-method>BASIC<­/auth-method>
<realm-name>domain name</realm-name>

</login-config>


<security-role>
<role-name> rolename</role-name­>
</security-role>

jboss-web.xml

<jboss-web>
<security-domain>ja­va:/jaas/HMActiveDir­ecotry</security-dom­ain>
</jboss-web>


Now my confusion is once user enters userId and password in the basic authentication screen, do we need to capture the same, use API and validate the user (OR) LdapExtLoginModule will take the user, password from entered value and will authenticate (which means we don’t have to do anything). If second scenario is the case then how LdapExtLoginModule will get the userid and password is not clear.

I am not getting any proper documentation.

Your valuable inputs will be greatly appreciated.

Many Thanks.

Best Regards,

Roy
Add comment
Hi Sreeni,We are executing one new project similar like... Guest 09:24:10
 Hi Sreeni,

We are executing one new project similar like you. Can you please help me.

We are developing a new web based application where user authentication will be done via Active Directory (AD).

Following is our configuration.

login-config.xml

<application-policy­ name="HMActiveDirec­otry">
<authentication>
<login-module code="org.jboss.sec­urity.auth.spi.LdapE­xtLoginModule" flag="required" >
<module-option name="java.naming.p­rovider.url">ldap://­IP:389/</module-opti­on>
<module-option name="java.naming.s­ecurity.authenticati­on">simple</module-o­ption>
<module-option name="bindDN">User ID</module-option>
<module-option name="bindCredentia­l">Password</module-­option>
<module-option name="baseCtxDN">DC­=value</module-optio­n>
<module-option name="rolesCtxDN">D­C=value</module-opti­on>
<module-option name="roleRecursion­">-1</module-option>­
</login-module>
</authentication>
</application-polic­y>

Web.xml

<security-constrain­t>
<web-resource-colle­ction>
<web-resource-name>­Doc services </web-resource-name­>
<url-pattern>*.xhtm­l</url-pattern>
<http-method>GET</h­ttp-method>
<http-method>POST</­http-method>
</web-resource-coll­ection>
<auth-constraint>
<role-name>rolename­</role-name>
</auth-constraint>
</security-constrai­nt>

<login-config>
<auth-method>BASIC<­/auth-method>
<realm-name>domain name</realm-name>

</login-config>


<security-role>
<role-name> rolename</role-name­>
</security-role>

jboss-web.xml

<jboss-web>
<security-domain>ja­va:/jaas/HMActiveDir­ecotry</security-dom­ain>
</jboss-web>


Now my confusion is once user enters userId and password in the basic authentication screen, do we need to capture the same, use API and validate the user (OR) LdapExtLoginModule will take the user, password from entered value and will authenticate (which means we don’t have to do anything). If second scenario is the case then how LdapExtLoginModule will get the userid and password is not clear.

I am not getting any proper documentation.

Your valuable inputs will be greatly appreciated.

Many Thanks.

Best Regards,

Sidd
Add comment
понедельник, 5 апреля 2010 г.
Hi,Did you ever get this resolved? I'm having the same... Guest 12:25:42
 Hi,

Did you ever get this resolved? I'm having the same issues trying to connect to a remote JBossMQ instance with Hermes over a puTTY tunnel.

Thanks.
Add comment
четверг, 1 апреля 2010 г.
:-P ]:-) :'( :-\ :-| :-$ B-) B-) B-) B-) B-) B-) B-) B-)... Guest 09:50:04
 :-P­ ]:-)­ :'(­ :-\­ :-|­ :-$­ B-)­ B-)­ B-)­ B-)­ B-)­ B-)­ B-)­ B-)­ B-)­ =^B­
Add comment
среда, 31 марта 2010 г.
cheap wholesale nike jordan fusion shoes Jordan 2010 shoes nikejordanaaa 13:10:07
 We sell all kinds of sport shoes.Such as nike shoes,Jordan,nike air force,nike air max 2003,nike air max 2004,nike air max 360,nike air max 97,nike air max 95,nike air max plus tn,nike air max running,nike ducks,nike kobe,nike shox R4,nike shox R5 and so on.If there are anything you are interested,please contact us at once.We will offer you the best product and service as soon as we receiving your order.
website: ( http://www.nikejord­anaaa.com )
E-mail :nike_jordan_aaa@ya­hoo.com.cn
MSN:nike_jordan_aaa­@hotmail.com
nikejordanaaa@hotma­il.com
Add comment
суббота, 27 марта 2010 г.
cheap wholesale nike jordan fusion shoes Jordan 2010 shoes nikejordanaaa 14:41:43
 We sell all kinds of sport shoes.Such as nike shoes,Jordan,nike air force,nike air max 2003,nike air max 2004,nike air max 360,nike air max 97,nike air max 95,nike air max plus tn,nike air max running,nike ducks,nike kobe,nike shox R4,nike shox R5 and so on.If there are anything you are interested,please contact us at once.We will offer you the best product and service as soon as we receiving your order.
website: ( http://www.nikejord­anaaa.com )
E-mail :nike_jordan_aaa@ya­hoo.com.cn
MSN:nike_jordan_aaa­@hotmail.com
nikejordanaaa@hotma­il.com
Add comment
понедельник, 22 марта 2010 г.
the analysis of selected documents can be performed by... Guest 19:12:51
 the analysis of selected documents can be performed by various data recovery solutions. You may try the acces repair: http://www.recovery­toolbox.com/microsof­t_access_repair_tool­s.html for example, it is one of the most efficient tools
Add comment
the analysis of selected documents can be performed by... Guest 19:02:43
 the analysis of selected documents can be performed by various data recovery solutions. You may try the ms access data recovery tool: http://www.recovery­toolbox.com/download­_access_database_rec­overy_software_tool.­html for example, it is one of the most efficient tools
Add comment
воскресенье, 21 марта 2010 г.
get the how to recover foxpro table utility... Guest 16:21:20
 get the how to recover foxpro table utility: http://www.recovery­toolbox.com/dbf.html­ and start the parsing of affected documents if you’d like to repair not openable documents. It does not take a lot of time
Add comment
пятница, 19 марта 2010 г.
open the link for repair mssql server 2005 download... Guest 13:14:36
 open the link for repair mssql server 2005 download: http://www.recovery­toolbox.com/how_repa­ire_database_not_con­nected_to_sql_server­.html, if you’d like to get more information about other ways to process corrupted documents
Add comment
понедельник, 15 февраля 2010 г.
Oh, I am interested in similar solutions, too. Look at the... Guest 12:30:13
 Oh, I am interested in similar solutions, too. Look at the access database recovery utility: http://www.recovery­toolbox.com/download­_access_database_rec­overy_software_tool.­html, it parses affected files, backup copies are no longer needed
Add comment
Oh, I am interested in similar solutions, too. Look at the... Guest 12:28:40
 Oh, I am interested in similar solutions, too. Look at the recovery for access utility: http://www.recovery­toolbox.com/ms_acces­s_file_recovery_serv­ice.html, it parses affected files, backup copies are no longer needed
Add comment
четверг, 11 февраля 2010 г.
along with other ways to keep your data safe, you may also... Guest 18:19:14
 along with other ways to keep your data safe, you may also try the repair mdf sql program: http://www.recovery­toolbox.com/how_to_r­epair_sql_2005_datab­ase_mdf_files.html, the service of data recovery prevents the corruption of specified files
Add comment
среда, 10 февраля 2010 г.
along with other ways to keep your data safe, you may also... Guest 16:29:02
 along with other ways to keep your data safe, you may also try the how to change the db owner in big sql script? http://www.recovery­toolbox.com/how_to_o­pen_corrupted_2005_s­ql_server_database.h­tml, the service of data recovery prevents the corruption of specified files
Add comment
along with other ways to keep your data safe, you may also... Guest 16:27:16
 along with other ways to keep your data safe, you may also try the how do i import sql files into mssql program: http://www.recovery­toolbox.com/how_do_y­ou_import_informatio­n_into_a_sql_databas­e.html, the service of data recovery prevents the corruption of specified files
Add comment
воскресенье, 24 января 2010 г.
I would like to share my experience with regard to... Guest 16:23:52
 I would like to share my experience with regard to repairing pdf files, this program: http://www.recovery­toolbox.com/damaged_­pdf_files_repair_sys­tem_setups_and_softw­ares.html quickly parses corrupted database files and retrieves the data when possible
Add comment
четверг, 21 января 2010 г.
100121SLCN UGG Bailey Button or not listing, the sale of... Guest 02:38:06
 100121SLCN UGG Bailey Button or not listing, the sale of those UGG Classic Cardy shoes were broken from the factory out of a small amount of code of UGG Classic Mini shoes, if the yardage is complete, it is UGG Classic Tall, it is impossible to thing. See vamps, really UGG very bright and clean, car line is 9 per inch needle, margin is uniform, line moderately elastic, there will be no floating lines, break, jump pin. UGG Ultra Short shoe feel very good, but there is no rupture, breakage. http://www.love-ugg­.com/products_all.ht­ml
Add comment
100121SLCN UGG Bailey Button or not listing, the sale of... Guest 02:38:04
 100121SLCN UGG Bailey Button or not listing, the sale of those UGG Classic Cardy shoes were broken from the factory out of a small amount of code of UGG Classic Mini shoes, if the yardage is complete, it is UGG Classic Tall, it is impossible to thing. See vamps, really UGG very bright and clean, car line is 9 per inch needle, margin is uniform, line moderately elastic, there will be no floating lines, break, jump pin. UGG Ultra Short shoe feel very good, but there is no rupture, breakage. http://www.love-ugg­.com/products_all.ht­ml
Add comment

Add new topic:

How:  Register )
 
Login:   Password:   
Comments by: Premoderation:
Topic:
  
 
Пожалуйста, относитесь к собеседникам уважительно, не используйте нецензурные слова, не злоупотребляйте заглавными буквами, не публикуйте рекламу и объявления о купле/продаже, а также материалы нарушающие сетевой этикет или законы РФ. Ваш ip-адрес записывается.


QAIX > Java ProgrammingGo to page: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | next »

see also:
pass tests:
†...Avatars from Moka...†
осторожно, обманщицы! (2 часть)
see also:
{Предисловие}{Foreword}
приветик всем!
Тима-тян ищет семейку))

  Copyright © 2001—2010 QAIX
Идея: Монашёв Михаил.
Авторами текстов, изображений и видео, размещённых на этой странице, являются пользователи сайта.
See Help and FAQ in the community support.qaix.com.
Write in the community about the bugs you have noticedbugs.qaix.com.
Write your offers and comments in the communities suggest.qaix.com.
Information for parents.
Пишите нам на .
If you would like to report an abuse of our service, such as a spam message, please .
Если Вы хотите пожаловаться на содержимое этой страницы, пожалуйста .