RFR: 8267108: Alternate Subject.getSubject and doAs APIs that do not depend on Security Manager APIs [v2]

Bernd duke at openjdk.java.net
Sat Oct 23 01:55:06 UTC 2021


On Fri, 22 Oct 2021 22:00:57 GMT, Bernd <duke at openjdk.java.net> wrote:

>> Weijun Wang has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   renames
>
> src/java.security.jgss/share/classes/sun/security/jgss/krb5/Krb5Util.java line 107:
> 
>> 105:      */
>> 106:     public static ServiceCreds getServiceCreds(GSSCaller caller,
>> 107:             String serverPrincipal) throws LoginException {
> 
> What would be the new way to pass an authentication context on, passing the subject directly? (In case of Krb5AcceptCredential acc is actually the current one)

What about the Kerberos cipher suite callsite mentioned in the comment? If no longer used, can this be made not Public (and remove the comment)

-------------

PR: https://git.openjdk.java.net/jdk/pull/5024



More information about the security-dev mailing list