Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Using Java 8 S4U2Proxy and S4U2Self - A good example needed

user10113524Jun 30 2015 — edited Jul 8 2015

I am trying to use S4U2Proxy and S4U2Self introduced in Java 8. Unfortunately I was not successfull in finding those many examples. My requirement is the client would send its certificate. I should then delegate (using kerberos) his request, connect to KDC, get the TGT, get the service ticket to contact another server on user's behalf and then finally contact the actual service by providing the service ticket. If you have a working example for some dummy client and server, it would be great

Comments
Post Details
Added on Jun 30 2015
2 comments
1,557 views