Looking for how to write API call from Java program
book
Article ID: 113593
calendar_today
Updated On:
Products
Top SecretTop Secret - LDAP
Issue/Introduction
Looking for how to write API call from Java program, But found only for RSA , Java SNK Security Calls OS: Z/Os 2.1 Software Version: 16.0. Does Top Secret have API for JAVA?
Environment
Release: Component: TSSMVS
Resolution
The answer is Yes. You can perform functions through IBM's Java library such as:
• Authenticate a user with credentials • Change a user’s password/phrase • Check user authorization to a resource • Generate a passticket for a user + application name
The SAF Java library works with any security manager that works with RACROUTE. Product teams within CA have verified this with Top Secret, RACF, and ACF2.
The names of the Java libraries we have used are:
RACF.jar (for authentication and authorization) IRRRacf.jar (for passtickets)