1. weblogic 10 TimerManager avoiding propagation of security context to the scheduled tasks stackoverflow.comWe are using weblogic 10 and I am using the commonj's TimerManager which is part of weblogic to schedule a task, everything is fine but I have one problem. The securitycontext ... |
2. Bea Weblogic (8.1) and j_security_check stackoverflow.comI'm working with a developer here who just inherited an existing site. It is a Weblogic 8.1 website with j_security_check authentication behind an apache reverse proxy. We're getting some ... |
3. Error in Implementing WS Security web service in WebLogic 10.3 stackoverflow.comI am trying to develop a JAX WS web service with WS-Security features in WebLogic 10.3. I have used the ant tasks WSDLC, JWSC and ClientGen to generate skeleton/stub for this web ... |
4. Reject GET Method on j_security_check stackoverflow.comIs there a way to only allow POST requests to j_security_check? I want to reject GETs. |
5. Weblogic Subject propagation - Where is subject stored? stackoverflow.comNeed to understand how subject is stored and propagated in weblogic. Once authenticated, where is subject stored in HTTP layer ? Internally is it stored in HTTPSession ? Same way, where is it stored ... |
6. Java argument to specify Java.Security file for JVM stackoverflow.comI'm looking for a java argument (or perhaps some different method) to allow me to specify a file to be used by the JVM as the java.security file, rather than using ... |
7. How to set up WebLogic 10.3.3. security for JAX_WS web services? stackoverflow.comI have quite simple task to accomplish - I have to set up the security for web services ( basic authentication with hardcoded in WLES user id and password). I ... |
8. How to setup Weblogic 9.2 to use Tivoli WebSEAL for SSO stackoverflow.comAt my current work we have a number of apps running on Weblogic 9.2. The users are authenticated though a login page against a third party authenticator though a Weblogic security ... |
9. Setting up Security Realm in Weblogic 10.3 stackoverflow.comhow can i setup security realm in weblogic 10.3? i wan't to add user roles and let weblogic server to check those users for what resources they can access. Where weblogic ... |
10. Where is the class AuthenticatedSubject for WebLogic's programmatic authentication? stackoverflow.comGreetings, I'm trying to programmatically login through the provider in weblogic security realm from a servlet using this code:
|
11. Propagate server identity through Weblogic EJB calls stackoverflow.comIs there anyway to assign an identity to a Weblogic server so that calls from one to another will propagate the calling server identity? As an example, I have two servers : ... |
12. java.security.InvalidKeyException: invalid key length for DES-EDE3 stackoverflow.comRunning into a strange issue on WebLogic 11g/Linux. After successfully deploying my ear file, some of the functionality fails with the following exception. Using Sun JDK 6. Strange thing is that ... |
13. CSS: css file couldn't load when I used weblogic security stackoverflow.comThe first time, I deployed my web application on weblogic 11g. The index page fully loaded all css and images. After that, I used weblogic security to secure the web application. ... |
14. ClassCastException on weblogic stackoverflow.comQuestion 1: (Solved) I'm facing an issue with class loader in Weblogic. I've a Web application which executes the following code.
This is handled by another classloader.
When the above code gets executed, Class Not ... |
15. EJB running at client, weblogic security problem coderanch.comHi: I have a problem. I run EJB client by webstart at web, when initialized the context of properties, the exception is thrown, detail is: java.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:145) at javax.naming.spi.NamingManager.getInitialContext(Unknown Source) at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source) at javax.naming.InitialContext.init(Unknown Source) at javax.naming.InitialContext. |
16. Weblogic security - ajax web service coderanch.com |
17. Integrate Axis2/Rampart/WSS4J with Weblogic security realm coderanch.comHi, Is there any way to integrate Weblogic security realm with Axis2 or Rampart or WSS4J? Currently, I am using Axis2 on Weblogic with certificate authentication. Authentication by Axis2 is working fine but because this is not integrated with Weblogic security realm: 1. The Principal is always 'anonymous' because Weblogic does not know who it is 2. Identity Asserter (map certificate ... |
18. Security Policy in Weblogic 9.2 for Web Services coderanch.comHi, I have a webservice running properly in weblogic 9.2. I need to put UsernameToken profile with plane text username/password send from the client for authentication. For that I have put the @Policies({ @Policy(uri="./MyAuth.xml" ,direction=Policy.Direction.inbound) }) in the webservice file and written a custom Authentication xml file MyAuth.xml like |
19. j_security_check and weblogic coderanch.comI am writing an application using Weblogic 6.1 with LDAP for security. I am also using FORM based authentication. So here is my problem: When a user logs in everything works fine. When a user mistypes a password less than three times, everything again works as expected. However when a user mistypes a password for the 4th tume the LDAP throws ... |
20. Uisng Message Level Security for JAX WS Web services deployed unde Weblogic 10 coderanch.comHi , I want to provide security to JAX Ws Webservice , so i am planning to use Message Level Security . We are using Weblogic 10 as our server . So as per the Weblogic docs , it says that for Message Level security : WebLogic Server includes pre-packaged WS-Policy files that you can use for configuring message-level security and ... |
21. setting users for j_security_check in Weblogic forums.oracle.comAll Techies Hello, I am new to this forum and find it very very very useful for me & everyone in this field. Now direct to the point I am not getting anywhere where to set the user name & password for j_security_check in weblogic, I saw even in realm of weblogic's services' applet too. So please anyone help me out ... |