The Java Authentication and Authorization Service (JAAS) is a standard extension to the security in the J2SE Development Kit 5.0.
Continue readingTag: Weblogic
Issues Relating to urandom/random on Weblogic Server in Linux Environment
To generate random numbers, linux provides two devices /dev/random and /dev/urandom . /dev/random depends on the Entropy pool ( created
Continue readingCommon LDAP Server Issues
The causes of the exceptions are discussed in brief. If you have anything to add, feel free to comment! com.bea.security.providers.xacml.store.ldap.LDAPException:
Continue readingSecuring Cookies on Weblogic Server
HTTPOnly HTTPOnly flag is used to prevent Client side scripts to read the cookies (provided the Browser Supports it). By
Continue readingSecuring the JNDI with Admin Role in 11g
We need to go to the server and access the link for the jndi. The jndi tree will show up
Continue readingConfiguring SAF ( Store and Forward ) between two Weblogic Server Domains
Create two Domains – SAFSource localhost 7001 SAFDestination localhost 7003 Source Side Configuration 1. Create
Continue readingUsing JProfiler with Weblogic Server
What Jprofiler Does? * JProfiler works both as a stand-alone application and as a plug-in for the Eclipse software development
Continue readingHow to modify Weblogic Default Roles and Policies
This post is basically screenshots that demonstrates how to modify the existing roles and policies in Weblogic. We mostly have
Continue readingConnecting to Weblogic Server Embedded LDAP using LDAP Browser
Weblogic Server Embedded LDAP Server runs on the same port as the Server. The Master LDAP Server runs on the
Continue readingSite Minder Weblogic Server Integration
In this article I will be providing the steps the install and configure Site Minder Policy Server to secure resources
Continue reading