Searched refs:fromJAAS (Results 1 - 24 of 24) sorted by relevance

/openjdk7/jdk/test/sun/security/krb5/auto/
H A DAcceptorSubKey.java43 c = Context.fromJAAS("client");
44 s = Context.fromJAAS("server");
H A DNonMutualSpnego.java44 Context c = Context.fromJAAS("client");
45 Context s = Context.fromJAAS("server");
H A DSPNEGO.java42 c = Context.fromJAAS("client");
43 s = Context.fromJAAS("server");
H A DUseCacheAndStoreKey.java58 Context.fromJAAS("me");
62 Context.fromJAAS("me");
H A DDupEtypes.java49 c = Context.fromJAAS("client");
50 s = Context.fromJAAS("server");
H A DNoInitNoKeytab.java52 c = Context.fromJAAS("client");
53 s = Context.fromJAAS("noinit");
H A DPrincipalNameEquals.java44 c = Context.fromJAAS("client");
45 s = Context.fromJAAS("server");
H A DReplayCache.java44 c = Context.fromJAAS("client");
45 s = Context.fromJAAS("server");
H A DDynamicKeytab.java55 c = Context.fromJAAS("client");
56 s = Context.fromJAAS("com.sun.security.jgss.krb5.accept");
69 c = Context.fromJAAS("client");
73 c = Context.fromJAAS("client");
H A DFileKeyTab.java53 Context.fromJAAS("server");
H A DKeyTabCompat.java66 c = Context.fromJAAS("client");
67 s = Context.fromJAAS("server");
H A DNoAddresses.java50 Context c = Context.fromJAAS("client");
51 Context s = Context.fromJAAS("server");
H A DRRC.java43 c = Context.fromJAAS("client");
44 s = Context.fromJAAS("server");
H A DBasicKrb5Test.java100 c = Context.fromJAAS("client");
101 s = Context.fromJAAS("server");
102 b = Context.fromJAAS("backend");
H A DIgnoreChannelBinding.java43 Context c = Context.fromJAAS("client");
44 Context s = Context.fromJAAS("server");
H A DOkAsDelegate.java67 c = Context.fromJAAS("client");
68 s = Context.fromJAAS("server");
H A DOkAsDelegateXRealm.java117 Context c = Context.fromJAAS("com.sun.security.jgss.krb5.initiate");
118 Context s = Context.fromJAAS("com.sun.security.jgss.krb5.accept");
H A DSpnegoReqFlags.java47 Context c = Context.fromJAAS("client");
H A DTest5653.java77 s = Context.fromJAAS("server");
H A DTwoPrinces.java85 Context s = Context.fromJAAS("me");
H A DMaxRetries.java93 Context c = Context.fromJAAS("client");
121 Context c = Context.fromJAAS("client");
H A DMoreKvno.java85 s = Context.fromJAAS(entry);
H A DSSL.java102 final Context s = Context.fromJAAS("ssl");
H A DContext.java55 * 1. static fromJAAS(): Creates a Context using a JAAS login config entry
101 public static Context fromJAAS(final String name) throws Exception { method in class:Context

Completed in 74 milliseconds