Searched refs:Krb5Proxy (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/security/ssl/
H A DKrb5Helper.java44 // loads Krb5Proxy implementation class if available
48 private static final Krb5Proxy proxy =
49 AccessController.doPrivileged(new PrivilegedAction<Krb5Proxy>() {
50 public Krb5Proxy run() {
53 return (Krb5Proxy)c.newInstance();
H A DKrb5Proxy.java39 public interface Krb5Proxy { interface
/openjdk7/jdk/src/share/classes/sun/security/ssl/krb5/
H A DKrb5ProxyImpl.java40 import sun.security.ssl.Krb5Proxy;
43 * An implementation of Krb5Proxy that simply delegates to the appropriate
46 public class Krb5ProxyImpl implements Krb5Proxy {

Completed in 242 milliseconds