What does RACFBroker do?
RACFBroker enables Java applications to leverage the security features of RACF (Resource Access Control Facility) on z/OS. It acts as a bridge, allowing Java code to authenticate against RACF and control access to mainframe resources.
Is this a system, application, or tool?
RACFBroker is middleware. It provides a connection between Java applications and the RACF security system on the mainframe, facilitating secure access to resources.
What types of organizations use this?
Organizations that rely on RACF for security on z/OS and want to integrate Java-based applications with their mainframe security infrastructure will find RACFBroker useful. This includes enterprises in banking, finance, insurance, and government sectors.
When should we consider RACFBroker?
A company should consider RACFBroker when they have Java applications that need to access or interact with resources secured by RACF on a z/OS mainframe. This ensures consistent security policies across all applications.
What are the alternatives to RACFBroker?
Alternatives to RACFBroker include custom-built solutions using JNI (Java Native Interface) or other security frameworks that might not directly integrate with RACF. Other options might involve using different security products altogether, but these would require significant changes to the existing security infrastructure.