}
protected SUserDetails loadImpl(XMLDispatcherContext xdCtx)
throws XMLDispatcherUserException, XMLDispatcherAppException {
SUserDetails rply = new SUserDetails();
rply.setObjId(getId());
rply.setObjClass(SUserDetails.class.getName());
rply.setName(getName());
return rply;
}