- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for KERB5 (0.05 sec)
-
src/main/java/jcifs/smb/Kerb5Context.java
public String toString () { if ( this.gssContext == null || !this.gssContext.isEstablished() ) { return String.format("KERB5[src=%s,targ=%s]", this.clientName, this.serviceName); } try { return String .format("KERB5[src=%s,targ=%s,mech=%s]", this.gssContext.getSrcName(), this.gssContext.getTargName(), this.gssContext.getMech()); }
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Aug 02 08:22:42 UTC 2018 - 13.9K bytes - Viewed (0)