private Object createSep() throws Exception {
try {
KerberosServerEndpoint sep =
KerberosServerEndpoint.getInstance(
subject, serverPrincipal, serverHost, port, csf, ssf);
sep.enumerateListenEndpoints(new ListenContext() {
public ListenCookie addListenEndpoint(
ListenEndpoint listenEndpoint) throws IOException
{
ListenHandle handle = listenEndpoint.listen(
new RequestDispatcher() {