- 3,722,222 Users
- 2,244,253 Discussions
- 7,849,711 Comments
Forum Stats
Discussions
Categories
- 16 Data
- 362.2K Big Data Appliance
- 7 Data Science
- 2K Databases
- 586 General Database Discussions
- 3.7K Java and JavaScript in the Database
- 32 Multilingual Engine
- 494 MySQL Community Space
- 7 NoSQL Database
- 7.7K Oracle Database Express Edition (XE)
- 2.8K ORDS, SODA & JSON in the Database
- 418 SQLcl
- 54 SQL Developer Data Modeler
- 185K SQL & PL/SQL
- 21.1K SQL Developer
- 2.3K Development
- 3 Developer Projects
- 32 Programming Languages
- 135.5K Development Tools
- 12 DevOps
- 3K QA/Testing
- 322 Java
- 10 Java Learning Subscription
- 12 Database Connectivity
- 70 Java Community Process
- 2 Java 25
- 11 Java APIs
- 141.2K Java Development Tools
- 8 Java EE (Java Enterprise Edition)
- 153K Java Essentials
- 135 Java 8 Questions
- 86.2K Java Programming
- 270 Java Lambda MOOC
- 65.1K New To Java
- 1.7K Training / Learning / Certification
- 13.8K Java HotSpot Virtual Machine
- 14 Java SE
- 13.8K Java Security
- 3 Java User Groups
- 22 JavaScript - Nashorn
- 18 Programs
- 145 LiveLabs
- 34 Workshops
- 9 Software
- 3 Berkeley DB Family
- 3.5K JHeadstart
- 5.7K Other Languages
- 2.3K Chinese
- 4 Deutsche Oracle Community
- 15 Español
- 1.9K Japanese
- 2 Portuguese
Need help pulling current logged in web user's username and groups from iPlanet

I need guidance on writing a simple program to pull data about the current webserver user from iPlanet, specifically the user's username and group affiliations.
Java seems like the best option since iPlanet apparently comes with Java samples, but I'm open to any solution that can pull user details during a request.
iPlanet apparently came with Java sample projects which I don't see in our install, and we no longer have access to install media. Is there somewhere we can view the sample code?
Testing some simple .jsp scripts, the "request" object is recognized but all user methods return null. Is this type of data only available through a .java file, or is it possible java isn't communicating with iPlanet?
I know this request is not well defined. After much trial and error and reading outdated docs, I don't feel like I'm any closer to achieving this seemingly simple task, so I'm hoping someone else has set this up and has an answer at hand.