Ejemplo n.º 1
0
 public GSSName getSrcName() throws GSSException {
   if (srcName == null) {
     srcName = GSSNameImpl.wrapElement(gssManager, mechCtxt.getSrcName());
   }
   return srcName;
 }