Searched defs:servicePrincipal (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/security/auth/kerberos/
H A DServicePermission.java139 * with the specified <code>servicePrincipal</code>
142 * @param servicePrincipal the name of the service principal.
147 public ServicePermission(String servicePrincipal, String action) { argument
148 super(servicePrincipal);
149 init(servicePrincipal, getMask(action));
156 private void init(String servicePrincipal, int mask) { argument
158 if (servicePrincipal == null)

Completed in 2493 milliseconds