We can do that by using the DD Model as Custom Roles and Polcies and Defining the URL Pattern
Continue readingCategory: Security
this category contains posts related to Security
Webservice Security – WS-Trust and WS-SecureConversation an overview
Webservices “A Web Service is a system designed to support interoperable communication from machine to machine over a network. It
Continue readingConverting certificate formats
Converting Certificate from JKS to P12 Format keytool -importkeystore -srckeystore Fabrizio.jks -destkeystore Fabrizio.p12 -srcstoretype JKS -deststoretype PKCS12 -srcstorepass weblogic1 -deststorepass
Continue readingHow and Why we need to SECURE our Web Server
Introduction: Over the year’s internet and the internet based applications had revolutioned our life. They had created many new global
Continue readingCertificate Management in WebSphere Application Server
Before, trying to understand about the certificate management, installation of certificates inside the WebSphere application server we should first understand
Continue readingBASIC Authentication in Websphere Application Server
1 ) Secure the application resources using the descriptor (web.xml) <!DOCTYPE web-app PUBLIC “-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN” “http://java.sun.com/dtd/web-app_2_3.dtd”>
Continue readingSecuring JBoss JMX Console
The below post illustrates the details steps to protect the JMX Console in JBoss. The JMX Console is the JBoss
Continue readingJMX Policy Editor to modify Deployer role
The below post describes how we can modify the default policy settings for the Deployer role users. By default the
Continue readingSecuring WebLogic JMS Resources
This is an interesting post that describes how we can secure the WebLogic JMS resources using the security policies. By
Continue readingMBean Authorization and Creating JMX Policies
Other than the users with admin role, no other user can access and monitor weblogic resources. But sometimes it is
Continue reading