Topic profile page for JAAS.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: JAAS.
Topic "Jaas" was discussed 601 times on 68 sites in last 3 months
Started 6 days, 6 hours ago (2009-12-01 23:25:00)
by riadhhwajdii
hi i have tried to do a simple example in JAAS in which i invoke permission my Test class is: public static void main(String[] args) { boolean result = false ; try { //-Djava.security.auth.login.config=C:\JAAS\src\fi leLogin.config System.setProperty( "java.security.auth.login.config" , "c:\\MonitoringJMX.config" ); ...
Started 3 weeks, 4 days ago (2009-11-12 06:28:00)
by user12212125
I am working on a migration project. A project is to be migrated from JBOSS to Weblogic 10.3. JAAS has been used in JBOSS for security purpose. Required classess like LoginModule, CallBackHandler are customized and put into a jar file. Next a Login page has been created with action=”j_security_check”, which is supposed to be called whenever protected ...
Started 4 weeks ago (2009-11-10 02:52:00)
by kevin zhuang
I downloaded the liferay portal5.2.2. tomcat5.5 bundle and set the jaas enable in portlet.properties in portal-impl.jar (portal.jaas.enable=true) and jaas.config in C:\liferay-portal-5.2.2\tomcat-5.5.27\conf\jaas.co nfig is 1 2 PortalRealm { 3 com.liferay.portal.kernel.security.jaas.PortalLogi nModule required; 4 }; C:\liferay-portal-5.2.2\tomcat-5.5....
Started 1 month, 1 week ago (2009-10-28 03:30:00)
by vkg_138
Hi Everyone, I am a student and I am trying to develop a role based Java desktop application for my project using Aspect Oriented Programming (AspectJ). After doing some research, I found that JAAS provides user based authorization. I have gone through some of the online materials and have successfully managed to get authentication bit working. The application so far asks for username and...
Started 1 month, 2 weeks ago (2009-10-19 23:54:00)
by user10091279
Hi all, I am using Oracle Weblogic 10.3 and I want to use JAAS authentication. As a start, I checked the sample code given at SAMPLES_HOME\server\examples\src\examples\security \jaas. I have few questions: 1. In SampleClient.java: -We're first retrieving the authenticated subject : Subject subject = loginContext.getSubject(); -Then , we perform ...
Started 1 month, 3 weeks ago (2009-10-16 01:16:00)
by Ristretto
Hi Experts, Is it possible to use a custom principal with JAAS which can contain more information than just the username? Will I need to create my own Realm/LoginModule to accommodate this? I'm currently using container-based security in Glassfish to authenticate users on the web side, which I retrieve on the EJB side through the principal in the SessionContext. Thank you, Ristretto...
Started 2 months ago (2009-10-06 01:50:00)
by riadhhwajdii
hi i have started with jaas and i found an amibiguity to understand what does mean Principal: all what i have concluded is that Pricipal =role (admin, user ,...) please tell me if i am right
Started 2 months ago (2009-10-05 15:05:00)
by cppgeek
I'm trying to figure out how to use JAAS and so far I have a more or less clear understanding of the authentication part. But I have some difficulty with the authorization part. Here is what I don't understand. Upon successful user authentication, a Subject is created and populated with principals that represent different aspects of the user. Those principals can be the user's roles (admin, ...
Started 1 week ago (2009-12-01 00:21:00)
by riadhhwajdii
hi i have a problem to understand the relation between Principals and roles is a principal a role? if for example, a user A have two roles:role1 and role2 what we should do:a principal for each role or one principal that contain the two roles please help me?
Started 1 week ago (2009-11-30 16:50:00)
by MaximumSOCCER
Quote: Originally Posted by gunnerz_finest Jaas Klan Huntelaar, arguably the world's best player when in the 18 yard box is kind of underrated. He's been terrible this season. He's overrated if anything.. I don't know his exact attributes, but Balotelli feels more of a Drogba kind of player in the game (which he...
Started 3 days, 23 hours ago (2009-12-04 06:28:00)
by xavi1xavi
... and something more that I find strange: if I comment the following line in my java program (the one that works): System.setProperty("java.security.auth.login.confi g", "R:\\Program Files\\FileNet\\ContentEngine\\config\\jaas.conf.W ebSphere"); it still works fine !?. So, it seems it is not using this jaas.conf.WebSphere...
Started 1 day, 19 hours ago (2009-12-06 10:08:00)
by tchize_
l'applet ne bénéficiera pas de l'authentification HTTP du client. Comme (si j'ai bien compris) ton applet utilisera des EJB pour se connecter au serveur, c'est un protocole différent de HTTP et donc pas possible de propager, coté client, les credentials du navigateur. Il faudra donc un login / password dans l'applet. Pour la gestion de la sécurité, c'est ton conteneur J2EE qui s'en ...
Started 3 days, 16 hours ago (2009-12-04 13:18:00)
by dguy
Hi Reon, The root problem seems to be that somehow the Subject is not being passed by Extend for you. Extend will always run in the context of a Subject if one is available. The security framework (standard Coherence security) will only log in if there is no current Subject. So, if the Subject is passed by Extend, the proxy will execute the message in a...
Started 6 days, 19 hours ago (2009-12-01 10:30:00)
by cmocanu
Hi, You can't access the document directly from CE via URL, but you can do this by accessing the document directly from AE via URL (getContent servlet), but you need to deal with JAAS authentication!
Started 6 days, 17 hours ago (2009-12-01 12:26:00)
by riadhhwajdii
Citation: Envoyé par DevServlet T'as le choix, soit faire un disable ou un rendered comme attribut à ton commandButton, en mettant la bonne condition d'execution. merci DevServlet pour la réponse mais j'utilise jaas dans mon application ,je veut alors exploiter la notion des roles je connait que je peut ...